header,footer {
    width: 100%;
}

header {
    padding: 0;
    position: relative;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 100;
    margin-top: 0;
    background: linear-gradient(90deg, rgb(148,150,182) 0%, rgb(183,184,211) 100%);
}

.academic-experience-core .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
}

.academic-experience-core .user-feedback-core::before {
    position: absolute;
    background-color: rgb(148,150,182);
    top: -15px;
    content: "";
    z-index: -1;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    left: 50px;
}

.academic-experience-core .photo-section-core::before {
    position: absolute;
    opacity: 0;
    content: "";
    inset: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(183,184,211,0.5));
    transition: opacity 0.3s ease;
}

.academic-experience-core .name::after {
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    background-color: rgb(183,184,211);
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
}

.contact-section-core h2 {
    text-align: left;
    font-size: 28px;
    color: #000000;
    margin-bottom: 50px;
    padding-left: 20px;
    border-left: 5px solid rgb(183,184,211);
    font-weight: 700;
    position: relative;
}

.contact-section-core .photo-section-core::before {
    width: 100%;
    mix-blend-mode: multiply;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: rgb(183,184,211,0.5);
    position: absolute;
}

.contact-section-core input[type="text"] {
    border-radius: 10px;
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    background: rgb(219,218,234);
    color: #000000;
    width: 100%;
    font-size: 18px;
    border: none;
}

.contact-section-core .query-form-core input[type="checkbox"]:checked::after {
    left: 7px;
    width: 6px;
    border: solid #ffffff;
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 11px;
    top: 3px;
    transform: rotate(45deg);
}

.contact-section-core .query-list-core {
    align-self: flex-start;
    font-weight: 600;
    font-size: 19px;
    border: none;
    padding: 18px 40px;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgb(183,184,211,0.5);
    background: rgb(183,184,211);
    border-radius: 26px;
    color: #ffffff;
    transition: all 0.3s ease;
}

header .nav-top-core::before {
    position: absolute;
    top: -5px;
    left: -5px;
    transform: skew(-5deg);
    bottom: -5px;
    opacity: 0.1;
    content: '';
    right: -5px;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    z-index: -1;
}

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

header .main-base-core a:hover {
    transform: translateY(-3px);
    color: rgb(183,184,211);
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
}

header .main-base-core:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

header .main-learn-core::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    content: '';
}

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

.thanks-msg-core .team-profile-core:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.thanks-msg-core h5::before {
    position: absolute;
    animation: bubbleAppear 1s ease 0.5s forwards;
    top: -1.5rem;
    opacity: 0.1;
    transform: scale(0);
    height: 80px;
    left: -2rem;
    border-radius: 50%;
    z-index: -1;
    width: 80px;
    background: rgb(148,150,182,0.5);
    content: "";
}

.pricing-shelf-core::before {
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    right: 0;
}

.pricing-shelf-core .learning-fees-core {
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}

.pricing-shelf-core .learning-fees-core li:hover {
    z-index: 10;
    transform: translateY(-10px);
}

.pricing-shelf-core .rate-plans-core:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}

.pricing-shelf-core .price-choices-core {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.pricing-shelf-core .rate-plans-core:hover .price-choices-core h4::after {
    width: 60px;
}

.pricing-shelf-core .price-choices-core p {
    color: rgba(255,255,255,0.85);
    position: relative;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 30px;
    font-size: 14px;
    transition: color 0.3s ease;
}

header .top_plank .top-knowledgepro-core div svg, header .top_plank .top-knowledgepro-core div svg path {
    fill: #ffffff;
}

header .top_plank .top-knowledgepro-core div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.cookieNotificationAlert-core {
    position: fixed;
    transform: translateY(100%);
    bottom: 0;
    background: rgb(148,150,182);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(148,150,182);
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
}

.cookie-none-core:hover {
    box-shadow: 0 0 20px rgb(148,150,182);
}

.cookieNotificationAlert-core p a {
    color: rgb(183,184,211);
    transition: color 0.3s ease;
    text-decoration: none;
}

.company-overview-core::before {
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(183,184,211,0.5), rgb(148,150,182,0.5));
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.85;
    width: 100%;
    content: "";
}

.company-overview-core .container {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    perspective: 1000px;
    z-index: 2;
    margin: 0 auto;
}

.company-overview-core .text-content-core h6::after {
    transform: scaleX(0);
    background: rgb(148,150,182);
    content: "";
    left: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    animation: lineGrow 1s ease-out 1.2s forwards;
    transform-origin: left;
    width: 80px;
}

.training-benefits-core::after {
    position: absolute;
    opacity: 0.4;
    content: "";
    animation: float 20s ease-in-out infinite alternate-reverse;
    height: 400px;
    bottom: 0;
    left: 0;
    filter: blur(60px);
    background: radial-gradient(circle, rgb(148,150,182,0.5) 0%, transparent 70%);
    width: 400px;
    transform: translate(-30%, 30%);
}

.training-benefits-core .text-content-core::before {
    bottom: -5px;
    position: absolute;
    right: -5px;
    left: -5px;
    z-index: -1;
    border-radius: 20px;
    filter: blur(10px);
    opacity: 0.3;
    content: "";
    background: linear-gradient(135deg, rgb(183,184,211,0.5), rgb(148,150,182,0.5));
    top: -5px;
}

.training-benefits-core li {
    transform: translateX(0);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.training-benefits-core li p {
    align-items: center;
    font-size: 17px;
    margin: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
    display: flex;
    color: #000000;
    transition: all 0.3s ease;
    gap: 12px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    padding: 10px 12px;
    border-radius: 10px;
}

.user-testimonials-core .container {
    z-index: 2;
    position: relative;
}

.user-testimonials-core h2::before {
    width: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem;
    background: rgb(183,184,211);
    position: absolute;
    height: 70%;
    content: "";
}

.user-testimonials-core .user-feedback-core {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem 2rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    isolation: isolate;
    transform: translateY(0) rotateX(0);
}

.user-testimonials-core .user-feedback-core > div {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
    position: relative;
}

.user-testimonials-core .user-feedback-core h4::after {
    bottom: -0.5rem;
    transition: width 0.3s ease;
    background: rgb(148,150,182,0.5);
    content: "";
    position: absolute;
    left: 0;
    width: 2.5rem;
    height: 2px;
}

.user-testimonials-core a {
    z-index: 1;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 10px 20px rgb(183,184,211,0.5);
    overflow: hidden;
    position: relative;
    color: #ffffff;
    transform: translateX(2rem);
    padding: 1rem 2.5rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 3rem;
    background: linear-gradient(135deg, rgb(183,184,211) 0%, rgb(148,150,182) 100%);
}

.title-greeting-core h1 {
    transform: translateY(0);
    font-size: 46px;
    margin-bottom: 2rem;
    font-weight: 700;
    z-index: 2;
    line-height: 1.2;
    position: relative;
    max-width: 90%;
    color: #000000;
}

.title-greeting-core h1:hover::after {
    width: 150px;
}

.title-greeting-core .learn-techfast-core:hover {
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.08),
                -10px -10px 35px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px) translateZ(0);
}

.title-greeting-core svg:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
}

.title-greeting-core svg:hover text {
    fill: rgb(148,150,182);
}

.title-greeting-core .query-list-core:hover::before {
    left: 100%;
}

.title-greeting-core .query-list-core:active {
    transform: translateY(2px) translateZ(0);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1),
                -4px -4px 10px rgba(255, 255, 255, 0.8),
                inset 2px 2px 6px rgba(0, 0, 0, 0.1),
                inset -2px -2px 6px rgba(255, 255, 255, 0.5);
}

.title-greeting-core .photo-section-core:hover {
    transform: translateZ(0) rotate(1deg) scale(1.02);
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15),
                -15px -15px 35px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.secure-nest-core ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.secure-nest-core div {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 15px;
    line-height: 1.8;
    border-radius: 27px;
    border: 1px solid rgb(148,150,182);
    font-family: Arial, sans-serif;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    background: rgb(183,184,211,0.5);
}

.future-students-core h3::after {
    background: linear-gradient(90deg, rgb(183,184,211), rgb(148,150,182));
    content: '';
    left: 50%;
    border-radius: 10px;
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    position: absolute;
}

.future-students-core ul li {
    border-radius: 20px;
    display: flex;
    width: calc(33.333% - 24px);
    padding: 35px 30px;
    align-items: flex-start;
    transition: all 0.4s ease;
    text-align: left;
    min-width: 280px;
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    background-color: #edf0f8;
    gap: 20px;
}



.future-students-core ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

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

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


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

.location-details-core .msg-info-core h3 {
    color: rgb(183,184,211);
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 34px;
}

.location-details-core .help-request-core {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
    display: grid;
}

.location-details-core .help-request-core span svg {
    transition: all 0.3s ease;
    width: 1.5rem;
    opacity: 0.8;
    left: 1rem;
    height: 1.5rem;
    stroke: rgb(183,184,211);
    transform: translateY(-50%);
    fill: none;
    stroke-linecap: round;
    stroke-width: 1.5;
    stroke-linejoin: round;
    position: absolute;
    top: 50%;
}

.location-details-core .help-request-core span:hover svg path,
.location-details-core .help-request-core span:hover svg circle,
.location-details-core .help-request-core span:hover svg line,
.location-details-core .help-request-core span:hover svg polyline,
.location-details-core .help-request-core span:hover svg rect {
    stroke-dasharray: 100;
    animation: dashAnimation 2s linear infinite;
}

.location-details-core .help-request-core span a:hover::after {
    background: rgb(148,150,182);
    width: 100%;
}

.location-details-core .quick-support-core h4 {
    margin-bottom: 1rem;
    display: flex;
    position: relative;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: rgb(148,150,182);
    font-size: 18px;
    text-align: center;
}

.location-details-core .quick-support-core span {
    padding: 0.5rem 0;
    display: flex;
    background: transparent;
    position: relative;
    border: none;
    box-shadow: none;
    margin-bottom: 0.5rem;
    color: #000000;
    padding-left: 1.75rem;
    align-items: center;
}

.location-details-core .container::after {
    border-radius: 50%;
    bottom: -75px;
    width: 150px;
    position: absolute;
    background: radial-gradient(circle, rgb(148,150,182,0.5) 0%, transparent 70%);
    animation: floatingGlow 20s infinite linear reverse;
    z-index: -1;
    content: '';
    height: 150px;
    left: -50px;
}

.location-details-core .help-request-core span:hover::after {
    opacity: 1;
}

footer::before {
    bottom: 0;
    background: linear-gradient(to right, rgb(148,150,182), rgb(183,184,211));
    z-index: -2;
    top: 0;
    opacity: 0.9;
    right: 0;
    position: absolute;
    left: 0;
    content: "";
}

.sec-cert-core .container {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
}

.sec-cert-core .green-edu-core {
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
    position: relative;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
}

.sec-cert-core .site-info-core .main-start-core a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    align-items: center;
    text-decoration: none;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}

.search-foot-core {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 4rem;
    position: relative;
}

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

.course-program-description-core::after {
    height: 200%;
    opacity: 0.2;
    width: 200%;
    content: "";
    z-index: 0;
    top: -50%;
    background: linear-gradient(45deg, rgb(183,184,211,0.5) 0%, transparent 70%);
    animation: gradientRotate 20s infinite linear;
    left: -50%;
    position: absolute;
    transform: rotate(45deg);
}

.course-program-description-core .learn-plan-core {
    position: relative;
    flex: 1 1 55%;
    z-index: 2;
    padding: 40px 50px;
}

.course-program-description-core .nav-top-core:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.course-program-description-core .nav-top-core:hover svg path {
    fill: rgb(148,150,182);
}

.course-program-description-core .photo-section-core {
    transition: all 0.5s ease;
    perspective: 1000px;
    min-height: 450px;
    flex: 1 1 45%;
    position: relative;
    transform-style: preserve-3d;
}

.course-program-description-core .photo-section-core::after {
    content: "";
    right: 20px;
    transform: translateZ(20px);
    position: absolute;
    left: 20px;
    border: 1px solid #ffffff;
    top: 20px;
    z-index: 2;
    opacity: 0.2;
    box-shadow: 0 0 30px rgb(183,184,211,0.5);
    bottom: 20px;
}



@media (max-width: 992px) {.contact-section-core .request-list-core {
    flex-direction: column;
}.contact-section-core .photo-section-core {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.contact-section-core .help-links-core {
    order: 2;
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact-section-core h2 {
    margin-bottom: 40px;
}
}



@media (min-width: 1400px) {header .main-learn-core {
    margin: 0 auto;
    max-width: 1320px;
}header .main-base-core {
    margin: 0 0.6rem;
}header .main-base-core a {
    padding: 0 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .main-learn-core {
    padding: 0.8rem 1.5rem;
}header .nav-top-core {
    max-width: 140px;
}header .nav-top-core::before, 
    header .nav-top-core::after {
    bottom: -3px;
    left: -3px;
    top: -3px;
    right: -3px;
}header .site-header-core img {
    max-height: 35px;
}header .site-info-core {
    scrollbar-width: thin;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
}header .site-info-core::-webkit-scrollbar {
    height: 3px;
}header .site-info-core::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main-base-core {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main-base-core a {
    font-size: calc(16px - 2px);
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 32px;
}header .main-base-core::after {
    display: none;
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationAlert-core {
    padding: 15px 0;
}.data-opt-core {
    padding: 15px 5%;
}
}



@media (min-width: 768px) {.company-overview-core {
    padding: 160px 0 140px;
}.company-overview-core h4 {
    margin-bottom: 60px;
}.company-overview-core .text-content-core {
    padding: 60px 80px;
}.company-overview-core .text-content-core span {
    column-count: 2;
    column-gap: 40px;
}
}



@media (hover: hover) {.company-overview-core .text-content-core:hover {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
}.company-overview-core .text-content-core:hover h6 {
    transition: color 0.3s ease;
    color: rgb(183,184,211);
}.company-overview-core .text-content-core:hover h6::after {
    background: rgb(183,184,211);
    transition: background 0.3s ease;
}}



@media (max-width: 768px) {.user-testimonials-core {
    padding: 4rem 0;
}.user-testimonials-core h2 {
    font-size: calc(31px * 0.8);
    transform: translateX(1.25rem);
    margin-bottom: 2.5rem;
}.user-testimonials-core h2::before {
    left: -1.25rem;
}.user-testimonials-core .success-stories-core {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.user-testimonials-core .user-feedback-core {
    padding: 2rem 1.5rem;
}.user-testimonials-core a {
    transform: translateX(1.25rem);
    padding: 0.875rem 2rem;
    margin-top: 2rem;
}.user-testimonials-core a:hover {
    transform: translateX(1.25rem) translateY(-3px);
}
}



@media (min-width: 1200px) {.title-greeting-core .team-profile-core {
    padding: 6rem;
}.title-greeting-core h1 {
    max-width: 90%;
    font-size: calc(46px * 1.6);
}.title-greeting-core .text-content-core {
    width: 40%;
}.title-greeting-core .photo-section-core {
    width: 55%;
    height: 600px;
}.title-greeting-core .learn-techfast-core p {
    font-size: calc(14px * 1.3);
}.title-greeting-core svg {
    height: 180px;
    width: 180px;
}
}



@media (max-width: 576px) {.future-students-core {
    padding: 60px 0;
}.future-students-core h3 {
    font-size: calc(36px * 0.85);
    padding: 15px 20px;
    margin-bottom: 40px;
}.future-students-core ul li {
    gap: 15px;
    padding: 25px 20px;
}.future-students-core ul li svg {
    height: 40px;
    width: 40px;
    padding: 8px;
}
}


@media (prefers-reduced-motion: reduce) {.location-details-core::after,
    .location-details-core .container::before,
    .location-details-core .container::after,
    .location-details-core .help-request-core span:hover svg path,
    .location-details-core .help-request-core span:hover svg circle,
    .location-details-core .help-request-core span:hover svg line,
    .location-details-core .help-request-core span:hover svg polyline,
    .location-details-core .help-request-core span:hover svg rect {
    animation: none;
}.location-details-core .quick-support-core h4:hover svg,
    .location-details-core .quick-support-core span:hover svg {
    transform: none;
}}



@media (max-width: 576px) {.sec-cert-core {
    padding: 2.5rem 0 1rem;
}.sec-cert-core .main-start-core {
    gap: 2rem;
    grid-template-columns: 1fr;
}.sec-cert-core .green-edu-core {
    padding-left: 1rem;
}.search-foot-core {
    margin-top: 2rem;
}
}



@media screen and (max-width: 992px) {.course-program-description-core {
    padding: 60px 0;
}.course-program-description-core .learn-plan-core {
    padding: 30px 40px;
}.course-program-description-core .photo-section-core {
    min-height: 380px;
}.course-program-description-core .nav-top-core svg {
    width: 100px;
}.course-program-description-core .learn-plan-core h3 {
    font-size: calc(34px * 0.9);
}
}



@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}



@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}



@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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

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



@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

