html,body {
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}

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

.course-program::before {
    content: "";
    top: 0;
    opacity: 0.08;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(150,163,183,0.5) 50%, rgb(150,163,183,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(150,163,183,0.5) 50%, rgb(150,163,183,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    animation: gridPulse 8s linear infinite;
    width: 100%;
    z-index: 1;
    left: 0;
}

.course-program .text-section::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(150,163,183,0.5) 50%, rgb(150,163,183,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    opacity: 0.05;
    height: 100%;
    top: 0;
    left: 0;
}

.course-program .text-section .description {
    opacity: 0.9;
    font-size: 14px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    line-height: 1.9;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
}

.course-program .text-section .description:last-child {
    margin-bottom: 0;
}

.course-program .img-card-item {
    height: 650px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    width: 100%;
    transform: translateZ(0) rotateY(-10deg);
    border-radius: 0;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    transform-origin: right center;
    z-index: 10;
    position: relative;
    overflow: hidden;
}

.prospective-students {
    background: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.prospective-students .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.prospective-students h4::after {
    content: "";
    bottom: -20px;
    position: absolute;
    width: 50px;
    background: rgb(150,163,183);
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
}

.prospective-students p::before {
    top: 50%;
    background: rgb(187,200,220);
    left: 50%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 0;
    width: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    content: "";
}

.prospective-students p:hover svg {
    transform: translateY(-10px);
    background: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



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



.prospective-students .success-story > div p {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}

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

.prospective-students::after {
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(150,163,183,0.5), 
        rgb(114,125,140,0.5), 
        transparent);
    position: absolute;
    width: 100%;
}

header .main-mainwrap {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    padding: 0.6rem;
    text-decoration: none;
    position: relative;
}

header .main-mainwrap:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .head-main {
    position: relative;
    color: #000000;
    border-radius: 10px;
    text-decoration: none;
    z-index: 1;
    padding: 0.4rem 0.7rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 400;
    font-size: 17px;
    transition: all 0.3s ease;
}

.meet-us {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(187,200,220);
}

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

.meet-us .success-story {
    position: relative;
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
}

.meet-us h3 {
    font-size: 48px;
    text-align: left;
    position: relative;
    color: #000000;
    overflow: hidden;
    font-weight: 700;
    width: 100%;
    margin-bottom: 60px;
}

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

.meet-us .timeline-hist span {
    display: inline-block;
    transform: translateX(-15px);
    padding: 5px 15px;
    position: relative;
    color: rgb(150,163,183);
    margin-bottom: 15px;
    font-size: 18px;
    background: linear-gradient(to right, rgb(150,163,183,0.5), transparent);
    font-weight: 600;
}

.meet-us .timeline-hist:hover .img-card-item {
    transform: scale(1.03);
}

.meet-us .timeline-hist:hover .img-card-item::before {
    opacity: 0.2;
}

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

.meet-us .learn-track .knowledge-pro {
    position: relative;
    height: 180px;
    overflow: hidden;
    transition: all 0.5s ease;
    margin: 0 auto;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    border-radius: 0;
    width: 180px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.meet-us .timeline-hist:hover,
.meet-us .learn-track:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.thanksPoint::before {
    content: "";
    top: -5%;
    z-index: 0;
    transform: rotate(15deg) skewX(-15deg);
    right: -10%;
    position: absolute;
    height: 70%;
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(135deg, rgb(150,163,183,0.5) 0%, rgb(114,125,140,0.5) 100%);
    opacity: 0.07;
    width: 40%;
}

.thanksPoint h2::after {
    left: 0;
    bottom: -15px;
    content: "";
    transform: scaleX(0);
    animation: expand 1s 0.8s ease-out forwards;
    transform-origin: left;
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(150,163,183) 0%, rgb(114,125,140) 100%);
}

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

.thanksPoint li {
    position: relative;
    padding-left: 0;
}

.secure-sanctuary {
    display: flex;
    color: #000000;
    background-color: rgb(187,200,220);
    font-family: Arial, sans-serif;
    flex-direction: column;
    padding: 3rem;
    width: 100%;
}

.secure-sanctuary h2 {
    border-left: 4px solid rgb(114,125,140);
    margin-bottom: 1rem;
    padding-left: 1rem;
    margin-top: 2rem;
    color: rgb(114,125,140);
    letter-spacing: 0.08rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
}

.secure-sanctuary p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 15px;
}

.title-screen::before {
    background: linear-gradient(45deg, rgb(150,163,183,0.5), transparent);
    height: 100%;
    opacity: 0.15;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
}

.title-screen .edu-philosophy {
    transform: translateX(-5%);
    transition: transform 0.5s ease-in-out;
    margin-bottom: 1.5rem;
    position: relative;
}

.title-screen .edu-trackfast {
    position: relative;
    margin: 0;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text !important;
    background: linear-gradient(to right, #000000, rgb(150,163,183));
    color: #000000;
    -webkit-background-clip: text !important;
    line-height: 1.3;
    font-size: 41px;
    font-weight: 700;
    display: inline-block;
}

.title-screen .main-welcome p {
    transform: translateY(20px);
    position: relative;
    font-size: calc(17px * 1.2);
    opacity: 0;
    margin: 0;
    max-width: 80%;
    line-height: 1.6;
    padding-left: 20px;
    animation: fadeInUp 0.8s forwards 0.3s;
}

.contact-us {
    padding: 120px 0;
    position: relative;
}

.contact-us::before {
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(114,125,140,0.5), rgb(150,163,183,0.5));
    left: 0;
    z-index: 1;
    width: 100%;
}

.contact-us .inquiry-block {
    overflow: hidden;
    padding: 60px 40px;
    position: relative;
    width: 40%;
    background-color: rgb(187,200,220);
}

.contact-us .inquiry-block h3::after {
    background: rgb(114,125,140);
    left: 0;
    content: '';
    height: 4px;
    width: 60px;
    bottom: -15px;
    position: absolute;
}

.contact-us .inquiry-block div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.contact-us .inquiry-block div span {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
}

.contact-us .inquiry-block div span a:hover {
    color: rgb(150,163,183);
}

.contact-us .help-block h3 {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}

.contact-us form input[type="text"],
.contact-us form input[type="email"] {
    color: #000000;
    padding: 18px 20px;
    font-size: 18px;
    background-color: rgb(187,200,220);
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
}

.contact-us .request-request label {
    cursor: pointer;
    line-height: 1.5;
    font-size: 13px;
    padding-left: 35px;
    position: relative;
    color: #000000;
}

.contact-us .request-request input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    left: 7px;
    content: '';
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}

.contact-us form .help-inquiry:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(114,125,140);
}

.contact-us form .help-inquiry:hover::before {
    transform: translateX(100%);
}



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

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

.experience-trial::after {
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0.1;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    top: 0;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    width: 100%;
    content: '';
    position: absolute;
}

.experience-trial .success-story::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: -100%;
    content: '';
    top: 0;
    animation: scanLine 4s ease-in-out infinite;
    height: 2px;
}

.experience-trial h3::after {
    text-shadow: -2px 0 rgb(150,163,183);
    color: #ffffff;
    animation: glitchBottom 2.7s infinite linear alternate;
    background: transparent;
    content: attr(data-text);
    position: absolute;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    top: 0;
    opacity: 0.8;
    left: -2px;
}

.experience-trial .msg-details::after {
    transform: skewX(-20deg);
    height: 100%;
    z-index: 2;
    position: absolute;
    left: -100px;
    width: 8px;
    content: '';
    top: 0;
    transition: all 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
}

.client-opinions {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgba(245, 247, 250, 1) 100%);
    padding: 6rem 0;
}

.client-opinions .container {
    z-index: 2;
    position: relative;
}

.client-opinions h2 {
    margin-bottom: 3.5rem;
    font-weight: 700;
    max-width: 75%;
    text-align: left;
    transform: translateX(-0.5rem);
    position: relative;
    font-size: 33px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #000000;
}

.client-opinions .client-experiences {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-left: 3px solid rgb(150,163,183);
    transform: translateY(0) rotateX(0);
    padding: 2rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.03);
}

.client-opinions .client-experiences > div {
    align-items: center;
    display: flex;
    margin-bottom: 1.25rem;
}

.client-opinions .client-experiences h4 {
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 1.125rem;
    transition: transform 0.3s ease;
    font-weight: 600;
}

.client-opinions .client-experiences:hover h4::after {
    width: 100%;
}

.client-opinions .client-experiences .description {
    position: relative;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    font-size: 15px;
    overflow: hidden;
    color: #000000;
}

.client-opinions a::before {
    position: absolute;
    transform: translateX(-100%);
    height: 100%;
    left: 0;
    width: 100%;
    transition: transform 0.6s ease;
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
}

.digital-tracking {
    margin-bottom: 20px;
}

.digital-tracking svg, .digital-tracking svg path, .digital-tracking img {
    height: 60px;
    fill: rgb(150,163,183);
    width: 60px;
}

.consentNotificationBox p {
    font-size: 17px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

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

.consentNotificationBox p a:hover {
    color: rgb(114,125,140);
}

#popupConsentNotice {
    display: none;
}

#popupConsentNotice:checked ~ .consentNotificationBox {
    opacity: 0;
    visibility: hidden;
}

.leadership-profile::before {
    opacity: 0.1;
    content: "";
    z-index: 1;
    right: -5%;
    top: -10%;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    transform: rotate(-15deg);
    height: 25rem;
    position: absolute;
    background: linear-gradient(120deg, rgb(150,163,183,0.5) 10%, rgb(114,125,140,0.5) 90%);
    width: 25rem;
}

.leadership-profile .client-experiences:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}

.leadership-profile .client-experiences:hover .img-card-item {
    transform: rotate(0deg) scale(1.05);
}

.leadership-profile .name::after {
    transition: width 0.4s ease;
    height: 3px;
    content: "";
    width: 40%;
    left: 0;
    background: linear-gradient(90deg, rgb(150,163,183) 0%, transparent 100%);
    position: absolute;
    bottom: -8px;
}

.leadership-profile .experience-data {
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 17px;
    padding-left: 1.5rem;
    line-height: 1.8;
}

.newsletter {
    padding: 6rem 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(114,125,140,0.5), rgb(150,163,183));
    overflow: hidden;
}

.newsletter .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.newsletter .success-story {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    position: relative;
    background: #ffffff;
}

.newsletter h3::before {
    transform: scaleY(0);
    transform-origin: bottom;
    left: 0;
    border-radius: 10px;
    content: "";
    animation: scaleUp 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    width: 3px;
    top: 0.2em;
    bottom: 0.2em;
    position: absolute;
    background: rgb(150,163,183);
}

.newsletter .sub-strategy {
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    width: 100%;
    background: #ffffff;
}

.newsletter .sub-strategy:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.7;
}

.newsletter .sub-material::before {
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    width: 100%;
}

.education-framework::before {
    z-index: 1;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(150,163,183,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.education-framework h3 {
    border-radius: 14px;
    font-weight: 700;
    padding: 2rem;
    font-size: 37px;
    text-align: center;
    position: relative;
    margin: 0;
    animation: fadeInDown 0.8s ease-out forwards;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

footer .abuse-ctrl {
    position: relative;
    z-index: 1;
}

footer .help-desk {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 60px;
}

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

footer .info_item:hover {
    background-color: rgb(150,163,183);
    transform: translateY(-5px);
}

footer .info_item svg {
    width: 20px;
    transition: fill 0.3s ease;
    fill: rgb(150,163,183);
    flex-shrink: 0;
    margin-right: 12px;
    height: 20px;
}

footer .text_main_holder {
    gap: 50px;
    grid-template-columns: 1fr;
    display: grid;
    padding-top: 40px;
    position: relative;
}

footer .text_main_holder::before {
    position: absolute;
    width: 80%;
    content: "";
    height: 1px;
    pointer-events: none;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    top: 0;
}

footer .main-learn svg {
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
    width: auto;
}

footer .fellow-prog {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 12px;
}

footer .head-expert h5::after {
    bottom: 0;
    pointer-events: none;
    width: 50px;
    height: 2px;
    position: absolute;
    content: "";
    background-color: rgb(150,163,183);
    left: 0;
}

footer .main-teach a:hover {
    color: #ffffff;
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .main-teach a:hover::before {
    opacity: 1;
}

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

footer .subscribe_holder h5 {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

footer .input_holder {
    gap: 15px;
    flex-direction: column;
    z-index: 5;
    display: flex;
    width: 100%;
    position: relative;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(150,163,183);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

footer .sub-material:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background-color: rgb(114,125,140);
}

footer .gift-card::before,
footer .gift-card::after {
    width: 20px;
    height: 1px;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    top: 50%;
    position: absolute;
}

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

.pricing-offer-box .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.pricing-offer-box .group-plans {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
}

.pricing-offer-box .pricing-deals::before {
    height: 40px;
    z-index: -1;
    position: absolute;
    transform: rotate(45deg);
    width: 40px;
    background-color: rgb(150,163,183);
    content: "";
    left: -20px;
    top: 20px;
}

.pricing-offer-box .package-rates {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
}

.pricing-offer-box .access-rates:hover {
    transform: translateY(-10px);
}

.pricing-offer-box .access-rates:hover .cost-deals {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(150,163,183,0.5);
    transform: translateZ(20px);
}

.pricing-offer-box .access-rates:hover .cost-deals {
    transform: rotate(0) translateZ(20px);
}

.pricing-offer-box .cert-plans::before {
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pricing-offer-box .cert-plans h3::after {
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
    background: rgb(150,163,183);
    width: 40px;
}

.pricing-offer-box .cert-plans p {
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 1rem;
    flex: 1;
    color: #000000;
}

.pricing-offer-box .img-card-item::after {
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    height: 50%;
    content: "";
    left: 0;
    bottom: 0;
}


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



@media screen and (max-width: 767px) {.course-program {
    padding: 50px 0;
}.course-program .container {
    padding: 0 20px;
}.course-program .text-section {
    padding: 25px;
}.course-program .text-section h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: calc(47px * 0.8);
}.course-program .text-section .description {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: calc(14px * 0.95);
}.course-program .img-card-item {
    height: 350px;
}
}



@media (max-width: 768px) {.prospective-students {
    padding: 80px 0;
}.prospective-students h4 {
    font-size: calc(45px * 0.8);
    margin-bottom: 50px;
}.prospective-students h4::after {
    width: 40px;
    bottom: -15px;
}.prospective-students div > div {
    gap: 40px 0;
}.prospective-students p {
    flex: 0 0 100%;
}.prospective-students p:nth-child(odd),
    .prospective-students p:nth-child(even) {
    animation: none;
}
}



@media (max-width: 767px) {header .head-page {
    padding: 0.7rem 2%;
    justify-content: center;
}header .main-mainwrap {
    margin: 0 0 0.6rem 0;
}header .main-mainwrap svg {
    width: 120px;
}header .head-expert {
    justify-content: center;
    width: 100%;
}header .head-main {
    font-size: calc(17px - 2px);
    padding: 0.3rem 0.5rem;
}
}



@media (max-width: 768px) {.meet-us {
    padding: 70px 0;
}.meet-us h3 {
    font-size: calc(48px * 0.8);
    margin-bottom: 40px;
}.meet-us .timeline-hist,
    .meet-us .learn-track {
    padding: 30px;
}.meet-us .timeline-hist .img-card-item {
    height: 240px;
}.meet-us .timeline-hist span {
    font-size: calc(18px * 0.9);
}.meet-us .learn-track .knowledge-pro {
    width: 160px;
    height: 160px;
}
}



@media screen and (max-width: 576px) {.thanksPoint {
    padding: 3rem 0;
}.thanksPoint .container {
    padding: 0 1.5rem;
}.thanksPoint h2 {
    font-size: calc(38px - 0.6rem);
    margin-bottom: 1.8rem;
    line-height: 1.4;
}.thanksPoint h2::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.thanksPoint .success-story {
    border-left-width: 3px;
    padding: 1.5rem;
}.thanksPoint li span {
    line-height: 1.7;
    font-size: 17px;
}}



@media (max-width: 768px) {.title-screen {
    min-height: auto;
}.title-screen .edu-philosophy {
    transform: translateX(0);
}.title-screen .edu-trackfast {
    font-size: calc(41px * 0.7);
}.title-screen .main-welcome > div {
    padding: 2.5rem 1.5rem;
}.title-screen .main-welcome p {
    max-width: 100%;
}
}



@media screen and (max-width: 992px) {.contact-us .support-box {
    flex-direction: column;
}.contact-us .inquiry-block,
    .contact-us .help-block {
    padding: 40px 30px;
    width: 100%;
}.contact-us .inquiry-block div {
    animation: none;
}
}



@media screen and (max-width: 992px) {.experience-trial {
    padding: 100px 0;
}.experience-trial .success-story {
    padding: 50px 30px;
    max-width: 90%;
}.experience-trial h3 {
    margin-bottom: 45px;
    font-size: calc(34px * 0.9);
}.experience-trial .msg-details {
    padding: 14px 40px;
    font-size: calc(16px * 0.95);
}
}



@media (min-width: 768px) {.client-opinions .review-spot {
    grid-template-columns: repeat(2, 1fr);
}.client-opinions .client-experiences:nth-child(even) {
    transform: translateY(25px);
}.client-opinions .client-experiences:nth-child(even):hover {
    transform: translateY(15px) rotateX(2deg);
}.client-opinions .client-experiences:nth-child(4n+1)::before,
  .client-opinions .client-experiences:nth-child(4n+4)::before {
    left: 1.5rem;
    right: auto;
}
}



@media (max-width: 767px) {.client-opinions {
    padding: 4rem 0;
}.client-opinions h2 {
    max-width: 100%;
    font-size: calc(33px * 0.85);
    margin-bottom: 2.5rem;
}.client-opinions .review-spot {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client-opinions .client-experiences {
    padding: 1.5rem;
}.client-opinions .client-experiences > div {
    margin-bottom: 1rem;
}.client-opinions .client-experiences img {
    height: 3rem;
    width: 3rem;
}.client-opinions a {
    width: 100%;
    margin-top: 2rem;
}
}



@media (min-width: 768px) {.leadership-profile .client-experiences {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.leadership-profile .client-experiences > div:first-child {
    grid-row: span 2;
}.leadership-profile .img-card-item {
    width: 200px;
    height: 200px;
}.leadership-profile .experience-data {
    font-size: calc(17px + 0.05rem);
}
}



@media (max-width: 480px) {.leadership-profile {
    padding: 2rem 0;
}.leadership-profile .container {
    padding: 0 1rem;
}.leadership-profile .client-experiences {
    padding: 1.5rem;
    gap: 1.5rem;
}.leadership-profile .img-card-item {
    width: 120px;
    height: 120px;
}.leadership-profile .experience-data::before {
    top: -1rem;
    font-size: 4rem;
}}



@media (max-width: 767px) {.newsletter {
    padding: 4rem 0;
}.newsletter .success-story {
    padding: 2.5rem 1.5rem;
}.newsletter h3 {
    font-size: calc(19px * 0.9);
    padding-left: 0.75rem;
}.newsletter .sub-strategy {
    border-radius: 10px;
    margin-bottom: 1rem;
}.newsletter .sub-material {
    border-radius: 10px;
    width: 100%;
}}



@media (max-width: 768px) {.education-framework {
    padding: 4rem 1rem;
}.education-framework h3 {
    padding: 1.5rem;
    font-size: calc(37px * 0.8);
}.education-framework span {
    font-size: calc(14px * 0.95);
    padding: 1.5rem;
}.education-framework .success-story {
    gap: 2rem;
}.education-framework h3::before,
    .education-framework span::before {
    transform: translate(4px, 4px);
}.education-framework span::before {
    transform: translate(-4px, -4px);
}}



@media (min-width: 992px) {.pricing-offer-box .group-plans {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.pricing-offer-box .pricing-deals {
    padding: 3rem;
}.pricing-offer-box .package-rates {
    grid-row: 1;
    grid-column: 1;
}.pricing-offer-box .pricing-deals {
    align-self: start;
    grid-column: 2;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    position: sticky;
    top: 2rem;
    grid-row: 1;
}.pricing-offer-box .pricing-deals:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}



@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}



@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}



@keyframes expand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



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



@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}



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



@keyframes floatElement {
    0%, 100% { transform: translate(0, 0) rotate(-15deg) skew(15deg); }
    50% { transform: translate(10px, -10px) rotate(-15deg) skew(15deg); }
}



@keyframes scaleUp {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}



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



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

