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

.sec-cert-core {
    flex: 0 0 auto;
}

.sec-cert-core {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}


.academic-experience-core {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(170deg, rgb(219,218,234), #ffffff);
}

.academic-experience-core .user-feedback-core:hover {
    transform: translateY(-10px);
}

.academic-experience-core .user-feedback-core::after {
    z-index: -1;
    position: absolute;
    height: 30px;
    content: "";
    transform: rotate(45deg);
    bottom: -15px;
    background-color: rgb(183,184,211);
    width: 30px;
    right: 50px;
}

.academic-experience-core .user-feedback-core:hover .photo-section-core::before {
    opacity: 1;
}

.academic-experience-core .name {
    order: 1;
    position: relative;
    font-size: 22px;
    display: block;
    text-align: center;
    margin: 5px 0;
    color: #000000;
    font-weight: 700;
    padding-bottom: 10px;
}

.contact-section-core {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: #ffffff;
}

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

.contact-section-core .photo-section-core {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}

.contact-section-core .help-links-core {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}

.contact-section-core #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}

.contact-section-core h3 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.contact-section-core input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact-section-core .query-form-core input[type="checkbox"] {
    transition: all 0.2s ease;
    width: 22px;
    border: 2px solid rgb(219,218,234);
    height: 22px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
}

.contact-section-core .query-form-core a::after {
    background: rgb(183,184,211);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    content: "";
    transition: all 0.3s ease;
    left: 0;
}

.contact-section-core svg path {
    transition: all 0.3s ease;
    fill: rgb(183,184,211);
}

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

header .nav-top-core:hover::before {
    opacity: 0;
}

header .nav-top-core:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}

header .site-header-core:hover {
    transform: scale(1.05);
}

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

header .main-base-core a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .main-base-core::after {
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    filter: blur(3px);
    opacity: 0;
    left: 10%;
    width: 80%;
    bottom: -10px;
    height: 5px;
}

header .header-mainbar-core {
    background: rgb(219,218,234);
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

.thanks-msg-core::after {
    width: 100%;
    z-index: 1;
    content: "";
    height: 30%;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(to top, rgb(148,150,182,0.5) 0%, transparent 100%);
}

.thanks-msg-core .team-profile-core > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.thanks-msg-core h5 {
    line-height: 1.4;
    letter-spacing: -0.02em;
    transform: translateZ(0);
    margin: 0;
    font-size: calc(20px * 1.1);
    font-weight: 700;
    position: relative;
    color: #000000;
}

.thanks-msg-core a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s ease;
}

.pricing-shelf-core {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

.pricing-shelf-core:hover h2::after {
    transform: scaleX(1.2);
}

.pricing-shelf-core .deal-board-core {
    margin: 0 auto 60px;
    font-size: calc(14px + 2px);
    color: #ffffff;
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 800px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.pricing-shelf-core .rate-plans-core::before {
    top: 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(230deg, rgb(148,150,182,0.5) 0%, transparent 80%);
    width: 100%;
    height: 100%;
}

.pricing-shelf-core .price-choices-core h4::after {
    position: absolute;
    height: 2px;
    left: 0;
    transition: width 0.4s ease;
    bottom: 0;
    background: rgb(183,184,211);
    width: 40px;
    content: "";
}

.pricing-shelf-core .fee-plans-core::before {
    background: linear-gradient(90deg, rgb(148,150,182) 0%, transparent 100%);
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
}

header .top_plank .top-knowledgepro-core {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    font-size: 14px;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
}

.cookieNotificationAlert-core h5 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
}

.cookie-option-core svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(183,184,211);
    width: 80px;
    height: 80px;
}

.cookie_button.manage-tracking-core:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(148,150,182);
}

.cookieNotificationAlert-core p a:hover {
    color: rgb(148,150,182);
}

.company-overview-core::after {
    transform: rotate(15deg);
    right: -50px;
    z-index: 0;
    content: "";
    width: 250px;
    height: 250px;
    bottom: -50px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    border: 25px solid rgb(148,150,182,0.5);
}

.company-overview-core .text-content-core::before {
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(183,184,211), rgb(148,150,182));
    width: 5px;
    left: 0;
    position: absolute;
    content: "";
}

.company-overview-core .text-content-core div {
    position: relative;
}

.company-overview-core .text-content-core span {
    animation: fadeSlideUp 1s ease-out 1s forwards;
    font-size: 16px;
    display: block;
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    column-count: 1;
}

.training-benefits-core .team-profile-core {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 0.8fr 1.2fr;
}

.training-benefits-core .photo-section-core:hover {
    transform: rotate(0) scale(1.02);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
}

.training-benefits-core h3 {
    color: rgb(183,184,211);
    position: relative;
    font-weight: 700;
    font-size: 28px;
    border-bottom: 2px dashed rgb(183,184,211,0.5);
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.training-benefits-core li:last-child {
    margin-bottom: 0;
}

.training-benefits-core li:hover {
    transform: translateX(8px);
}

.training-benefits-core li:hover::before {
    height: 100%;
}

.training-benefits-core svg {
    padding: 8px;
    height: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 20px;
    border: 1px solid rgb(183,184,211,0.5);
    flex-shrink: 0;
    background: #ffffff;
}

.user-testimonials-core {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,218,234) 0%, rgb(148,150,182,0.5) 100%);
    padding: 7rem 0;
}

.user-testimonials-core h2 {
    transform: translateX(2rem);
    position: relative;
    max-width: 80%;
    color: #000000;
    font-size: 31px;
    margin-bottom: 3.5rem;
    font-weight: 700;
}

.user-testimonials-core h2:hover::after {
    transform: scaleX(1.2);
}

.user-testimonials-core .user-feedback-core::before {
    background: linear-gradient(90deg, rgb(183,184,211) 0%, rgb(148,150,182) 100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    transform: scaleX(0.95);
    left: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    height: 0.35rem;
    top: 0;
    opacity: 0.85;
}

.user-testimonials-core .user-feedback-core:hover img {
    transform: scale(1.05) rotate(3deg);
}

.user-testimonials-core .user-feedback-core h4 {
    position: relative;
    margin: 0;
    font-size: calc(18px * 0.9);
    font-weight: 600;
    color: #000000;
}

.user-testimonials-core .user-feedback-core .description {
    color: #000000;
    margin: 0;
    z-index: 2;
    position: relative;
    line-height: 1.7;
    font-size: 12px;
}

.user-testimonials-core a:hover {
    transform: translateX(2rem) translateY(-5px);
    box-shadow: 0 15px 25px rgb(183,184,211,0.5);
}

.user-testimonials-core a:hover::before {
    opacity: 1;
}

.title-greeting-core {
    overflow: hidden;
    min-height: 100vh;
    background-image: linear-gradient(135deg, rgb(219,218,234) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

.title-greeting-core .team-profile-core {
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    flex-direction: column;
    padding: 3rem 2rem;
    z-index: 1;
    position: relative;
    display: flex;
    min-height: 90vh;
}

.title-greeting-core .learn-techfast-core {
    padding: 2.5rem;
    transform: translateZ(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.05),
                -8px -8px 30px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.6),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.title-greeting-core .query-list-core::before {
    content: "";
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transition: all 0.5s ease;
    pointer-events: none;
}

.title-greeting-core .photo-section-core::after {
    background: linear-gradient(135deg, rgba(94,170,168,0.2) 0%, rgba(255,255,255,0) 70%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}

.secure-nest-core {
    height: auto;
    width: 100%;
    padding: 40px;
}

.secure-nest-core h2 {
    text-shadow: 0 0 5px rgb(148,150,182);
    font-weight: 600;
    margin-top: 0;
    padding-left: 10px;
    color: rgb(148,150,182);
    border-left: 4px solid rgb(183,184,211);
    font-size: 28px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    text-align: left;
}

.future-students-core {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: #edf0f8;
}

.future-students-core .team-profile-core {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 10;
}

.future-students-core ul {
    list-style: none;
    gap: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.future-students-core ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}

.future-students-core ul li:hover::before {
    opacity: 1;
}

.future-students-core ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}

.future-students-core ul li:hover svg path {
    fill: rgb(148,150,182);
}

.future-students-core ul li:nth-child(4) {
    animation-delay: 0.4s;
}

.location-details-core::before {
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(183,184,211,0.5) 0%, transparent 40%, rgb(148,150,182,0.5) 100%);
    position: absolute;
    z-index: -2;
    width: 100%;
    content: '';
}

.location-details-core .msg-info-core h3::after {
    width: 60px;
    position: absolute;
    content: '';
    height: 3px;
    left: 0;
    bottom: -10px;
    background: rgb(183,184,211);
    border-radius: 10px;
}

.location-details-core .help-request-core::before {
    content: '';
    height: 1px;
    background: linear-gradient(90deg, 
                transparent, 
                rgb(183,184,211,0.5), 
                transparent);
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
}

.location-details-core .help-request-core span:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 0 5px rgb(183,184,211,0.5));
    opacity: 1;
}


.location-details-core .help-request-core span p {
    margin: 0;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
}

.location-details-core .help-request-core span > span:hover {
    box-shadow: none;
    transform: none;
    background: transparent;
}

.location-details-core .help-request-core span a {
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    display: inline-block;
    color: rgb(183,184,211);
    text-decoration: none;
}

.location-details-core .quick-support-core h4 svg {
    transition: transform 0.3s ease;
    stroke-linecap: round;
    fill: none;
    height: 1.25rem;
    width: 1.25rem;
    stroke-width: 1.5;
    stroke: rgb(148,150,182);
    stroke-linejoin: round;
}

.location-details-core .quick-support-core span svg {
    stroke-linejoin: round;
    height: 1rem;
    transition: all 0.3s ease;
    width: 1rem;
    position: absolute;
    fill: none;
    left: 0;
    stroke: rgb(183,184,211);
    stroke-linecap: round;
    opacity: 0.7;
    stroke-width: 1.5;
}

.location-details-core .msg-info-core::before {
    width: 100px;
    background: radial-gradient(circle, rgb(183,184,211,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0.4;
    right: 0;
    height: 100px;
}

.location-details-core .help-request-core span::before {
    height: 30px;
    filter: blur(20px);
    top: 0;
    z-index: -1;
    content: '';
    opacity: 0;
    width: 30px;
    position: absolute;
    background: rgb(183,184,211,0.5);
    left: 0;
    transition: opacity 0.3s ease;
}

.sec-cert-core::before {
    top: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgb(183,184,211), rgb(148,150,182), rgb(183,184,211));
    position: absolute;
    left: 0;
}

.sec-cert-core .degree-path-core {
    grid-column: span 7;
}

.sec-cert-core .main-start-core {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.sec-cert-core .site-info-core h5::after {
    bottom: -2px;
    height: 2px;
    width: 40px;
    background: #ffffff;
    left: 0;
    position: absolute;
    content: "";
}

.sec-cert-core .site-info-core .main-start-core a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}

.search-foot-core .edu-links-core {
    position: relative;
    font-size: 16px;
    padding: 0 1rem;
    text-align: center;
    opacity: 0.9;
    color: #ffffff;
}

.sec-cert-core .degree-path-core::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    right: 0;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    bottom: 0;
    position: absolute;
}

.course-program-description-core .container {
    position: relative;
    z-index: 5;
}

.course-program-description-core .team-profile-core::before {
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(183,184,211,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.course-program-description-core .nav-top-core {
    margin-bottom: 20px;
    transition: transform 0.6s ease;
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    display: inline-block;
}

.course-program-description-core .learn-plan-core h3 {
    font-size: 34px;
    transform-style: preserve-3d;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
}

.course-program-description-core .photo-section-core::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(183,184,211,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    z-index: 1;
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
    animation: overlayPulse 8s infinite alternate;
}



@media (max-width: 576px) {.academic-experience-core {
    padding: 50px 0;
}.academic-experience-core .user-feedback-core {
    padding: 30px 20px;
}.academic-experience-core .work-exp-core {
    padding: 15px 20px;
    margin-top: 20px;
}}



@media (max-width: 576px) {.contact-section-core {
    padding: 40px 0;
}.contact-section-core .container {
    padding: 0 15px;
}.contact-section-core h2 {
    margin-bottom: 25px;
    font-size: calc(28px - 6px);
    padding-left: 15px;
}.contact-section-core .help-links-core {
    padding: 30px 20px;
}.contact-section-core #contact {
    gap: 20px;
}.contact-section-core input[type="text"] {
    padding: 15px;
}.contact-section-core .query-list-core {
    width: 100%;
    padding: 15px 20px;
}.contact-section-core .photo-section-core {
    min-height: 200px;
}}



@media (max-width: 992px) {.thanks-msg-core {
    padding: 5rem 0;
}.thanks-msg-core .team-profile-core {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanks-msg-core h5::before {
    height: 60px;
    top: -1rem;
    width: 60px;
    left: -1.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.thanks-msg-core .team-profile-core,
    .thanks-msg-core .team-profile-core:hover,
    .thanks-msg-core a:hover {
    transform: none;
    transition: none;
}.thanks-msg-core::before,
    .thanks-msg-core a::before {
    animation: none;
}.thanks-msg-core .team-profile-core > div:first-child::after {
    animation: none;
    width: 100px;
}.thanks-msg-core h5::before {
    transform: scale(1);
    animation: none;
}}


@media only screen and (max-width: 800px) {.cookie-option-core {
    display: none;
}.data-opt-core {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookieNotificationAlert-core h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.user-default-core {
    margin-bottom: 15px;
}.cookie-none-core {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 767px) {.company-overview-core {
    padding: 80px 0 60px;
}.company-overview-core h4 {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.company-overview-core .text-content-core {
    padding: 30px 25px;
}.company-overview-core .text-content-core h6 {
    margin-bottom: 20px;
    font-size: calc(19px * 1.2);
}.company-overview-core .text-content-core span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 576px) {.training-benefits-core {
    padding: 40px 0;
}.training-benefits-core .photo-section-core {
    max-height: 220px;
}.training-benefits-core .text-content-core {
    padding: 20px 15px;
}.training-benefits-core h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.training-benefits-core li {
    margin-bottom: 12px;
}.training-benefits-core li p {
    padding: 8px 10px;
    gap: 10px;
    font-size: calc(17px * 0.95);
}.training-benefits-core svg {
    height: 18px;
    width: 18px;
    padding: 6px;
}}



@media (min-width: 992px) {.title-greeting-core .team-profile-core {
    padding: 5rem;
    min-height: 85vh;
}.title-greeting-core h1 {
    max-width: 60%;
    font-size: calc(46px * 1.4);
}.title-greeting-core .text-content-core {
    width: 45%;
}.title-greeting-core .photo-section-core {
    width: 50%;
    height: 550px;
    transform: translateZ(0) translateX(0) rotate(0deg);
}.title-greeting-core .photo-section-core:hover {
    transform: translateZ(0) translateX(-10px) rotate(1deg) scale(1.03);
}.title-greeting-core svg {
    width: 160px;
    height: 160px;
}
}



@media (max-width: 992px) {.future-students-core {
    padding: 80px 0;
}.future-students-core h3 {
    margin-bottom: 50px;
    padding: 15px 30px;
}.future-students-core ul {
    gap: 25px;
}.future-students-core ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}


@media (max-width: 767px) {.location-details-core {
    padding: 3rem 0;
}.location-details-core .msg-info-core {
    padding: 2rem 1.5rem;
}.location-details-core .msg-info-core h3 {
    font-size: calc(34px * 0.8);
}.location-details-core .help-request-core {
    grid-template-columns: 1fr;
}.location-details-core .quick-support-core {
    padding: 1.25rem;
}.location-details-core .help-request-core span {
    padding: 0.875rem 1.25rem;
    padding-left: 3rem;
}.location-details-core .help-request-core span svg {
    width: 1.3rem;
    left: 0.875rem;
    height: 1.3rem;
}.location-details-core .quick-support-core span {
    padding-left: 1.5rem;
}.location-details-core .quick-support-core span svg {
    height: 0.875rem;
    width: 0.875rem;
}
}



@media (max-width: 992px) {.sec-cert-core {
    padding: 4rem 0 2rem;
}.sec-cert-core .container {
    grid-template-columns: 1fr;
}.sec-cert-core .company_holder,
    .sec-cert-core .degree-path-core {
    grid-column: span 12;
}.sec-cert-core .company_holder {
    margin-bottom: 2rem;
}.sec-cert-core::after,
    .sec-cert-core .company_holder::before,
    .sec-cert-core .company_holder::after,
    .sec-cert-core .degree-path-core::after {
    display: none;
}
}



@media screen and (max-width: 480px) {.course-program-description-core {
    padding: 40px 0;
}.course-program-description-core .photo-section-core {
    min-height: 250px;
}.course-program-description-core .learn-plan-core {
    padding: 25px 20px;
}.course-program-description-core .learn-plan-core h3 {
    font-size: calc(22px * 1.2);
}.course-program-description-core .nav-top-core svg {
    width: 80px;
}
}



@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



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



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



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(5%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, 5%) rotate(-5deg);
    }
}


@keyframes floatingGlow {
    0% { transform: translate(0, 0); opacity: 0.3; }
    25% { transform: translate(5px, -15px); opacity: 0.5; }
    50% { transform: translate(10px, 5px); opacity: 0.3; }
    75% { transform: translate(-5px, 10px); opacity: 0.5; }
    100% { transform: translate(0, 0); opacity: 0.3; }
}

