html,body {
    min-height: 100%;
    height: 100%;
    scroll-snap-type: none;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}

.wrapping-container-core {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

.academic-experience-core .user-feedback-core {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background-color: #ffffff;
    flex-direction: column;
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 21px;
    max-width: 800px;
    margin: 0 auto;
}

.academic-experience-core .user-feedback-core:hover .photo-section-core {
    transform: scale(1.05);
}

.academic-experience-core .work-exp-core {
    border-radius: 21px;
    background-color: rgb(219,218,234);
    line-height: 1.8;
    order: 3;
    font-size: 16px;
    color: #000000;
    padding: 20px 30px;
    position: relative;
    margin: 25px 0 0;
}

.academic-experience-core .user-feedback-core:hover .name::after {
    width: 80px;
}

.contact-section-core::before {
    top: 0;
    z-index: 0;
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
}

.contact-section-core h3::after {
    content: "";
    bottom: -10px;
    height: 2px;
    background: rgb(183,184,211);
    left: 0;
    width: 40px;
    position: absolute;
}

.contact-section-core .query-form-core {
    gap: 12px;
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.contact-section-core .query-form-core label {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}

.contact-section-core .query-form-core a {
    color: rgb(183,184,211);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.contact-section-core .query-list-core:hover {
    transform: translateY(-2px);
    background: rgb(148,150,182);
    box-shadow: 0 7px 20px rgb(148,150,182,0.5);
}

.contact-section-core svg:hover path {
    fill: rgb(148,150,182);
}

header .nav-top-core {
    position: relative;
    margin-right: 2rem;
    padding: 0.5rem;
    flex: 0 0 auto;
    overflow: visible;
}

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

header .main-base-core a {
    padding: 0 1.2rem;
    overflow: hidden;
    text-shadow: 0 0 5px #ffffff;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    height: 40px;
    z-index: 1;
    display: flex;
    letter-spacing: 0.5px;
    justify-content: center;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.thanks-msg-core {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(135deg, rgb(148,150,182,0.5) 0%, rgb(219,218,234) 100%);
    padding: 6rem 0;
}

.thanks-msg-core .team-profile-core {
    position: relative;
    padding: 3.5rem;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: #ffffff;
}

.thanks-msg-core a:hover {
    transform: translateX(10px);
}

.thanks-msg-core a::before {
    left: -100%;
    animation: lightSweep 6s infinite ease-in-out;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}

.pricing-shelf-core h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(148,150,182), rgb(183,184,211));
    transition: transform 0.4s ease;
    transform: scaleX(1);
    width: 80px;
    display: block;
    margin: 20px auto 0;
    content: "";
}

.pricing-shelf-core .learning-fees-core li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}

.pricing-shelf-core .rate-plans-core:hover::before {
    opacity: 0.2;
}

.pricing-shelf-core .skill-pricing-core {
    z-index: 2;
    padding: 40px 30px;
    position: relative;
}

.pricing-shelf-core .price-choices-core h4 {
    font-weight: 600;
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: calc(23px + 2px);
    margin-top: 0;
}

.pricing-shelf-core .fee-plans-core {
    background-clip: text !important;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    margin-top: auto;
    transition: transform 0.3s ease;
    font-size: calc(23px + 4px);
    background: linear-gradient(90deg, rgb(148,150,182) 0%, rgb(183,184,211) 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

#cookie-notice-box-core:checked ~ .cookieNotificationAlert-core {
    visibility: hidden;
    opacity: 0;
}

.cookieNotificationAlert-core p {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.cookie-option-core:hover svg {
    transform: scale(1.1);
}

.cookie-none-core {
    border-radius: 27px;
    text-align: center;
    font-size: 18px;
    min-width: 140px;
    padding: 10px 20px;
    margin-left: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(183,184,211);
    background: linear-gradient(90deg, rgb(183,184,211), rgb(148,150,182));
    color: #000000;
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 40px;
}

.company-overview-core .text-content-core {
    transform: translateY(20px) rotateX(2deg);
    opacity: 0;
    padding: 50px 60px;
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    animation: fadeSlideUpRotate 1.2s ease-out 0.5s forwards;
}

.training-benefits-core {
    padding: 70px 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: linear-gradient(110deg, rgb(219,218,234) 0%, #ffffff 100%);
}



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

.training-benefits-core .photo-section-core {
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 1;
    max-height: 400px;
    width: 100%;
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 15px;
    transform: rotate(-1deg);
}

.training-benefits-core ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.training-benefits-core li::before {
    width: 3px;
    position: absolute;
    content: "";
    left: -10px;
    top: 0;
    height: 0;
    transition: height 0.3s ease;
    background: linear-gradient(to bottom, rgb(183,184,211), rgb(148,150,182));
    border-radius: 3px;
}

.training-benefits-core li:hover svg {
    background: linear-gradient(135deg, rgb(183,184,211), rgb(148,150,182));
    border-color: transparent;
    transform: rotate(10deg);
}

.user-testimonials-core::after {
    content: "";
    height: 20rem;
    transform: rotate(25deg);
    left: -5%;
    width: 20rem;
    filter: blur(70px);
    position: absolute;
    animation: floatBlur 18s infinite alternate-reverse ease-in-out;
    background: rgb(148,150,182,0.5);
    opacity: 0.1;
    z-index: 0;
    bottom: -10%;
}

.user-testimonials-core .success-stories-core {
    padding: 0;
    margin: 0;
    perspective: 1000px;
    list-style: none;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.user-testimonials-core .user-feedback-core:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px) rotateX(2deg);
}

.user-testimonials-core .user-feedback-core img {
    border-radius: 50%;
    object-fit: cover;
    width: 4.5rem;
    position: relative;
    margin-right: 1.25rem;
    height: 4.5rem;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease;
}

.user-testimonials-core .user-feedback-core .description::before {
    content: "";
    right: -0.5rem;
    height: 3rem;
    border-radius: 50%;
    opacity: 0.07;
    z-index: -1;
    position: absolute;
    bottom: -0.5rem;
    transform: scale(0);
    background: rgb(148,150,182,0.5);
    width: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.title-greeting-core::before {
    border-radius: 40% 60% 70% 30%;
    background: rgb(183,184,211,0.5);
    height: 50%;
    position: absolute;
    filter: blur(80px);
    left: -5%;
    top: -10%;
    opacity: 0.15;
    width: 35%;
    animation: float 15s infinite alternate ease-in-out;
    content: "";
    z-index: 0;
}

.title-greeting-core h1::after {
    left: 0;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(183,184,211) 0%, rgb(148,150,182) 100%);
    width: 100px;
    transition: width 0.5s ease;
    position: absolute;
    content: "";
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    bottom: -0.75rem;
}

.title-greeting-core svg {
    margin: 1rem auto 2rem;
    display: block;
    width: 140px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
    height: 140px;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.title-greeting-core svg text {
    transition: fill 0.3s ease;
}

.title-greeting-core .query-list-core:hover {
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15),
                -8px -8px 24px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px) translateZ(0);
}

.title-greeting-core .photo-section-core {
    margin-top: 2rem;
    overflow: hidden;
    height: 350px;
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    width: 100%;
    position: relative;
    transform: translateZ(0) rotate(0deg);
}

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

.future-students-core::before {
    top: 0;
    opacity: 0.4;
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    position: absolute;
    content: '';
}

.future-students-core ul li svg {
    flex-shrink: 0;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    border-radius: 12px;
    width: 50px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    padding: 10px;
    height: 50px;
    transition: all 0.4s ease;
}

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

.location-details-core::after {
    top: -50%;
    height: 200%;
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    left: -50%;
    width: 200%;
    animation: pulse 15s infinite alternate;
    background: radial-gradient(circle, rgb(183,184,211,0.5) 0%, transparent 70%);
}

.location-details-core .contact-now-core {
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 90%;
    color: #000000;
    font-size: calc(17px * 1.05);
}

.location-details-core .help-request-core span {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border-bottom: 1px solid rgb(148,150,182,0.5);
    padding: 1rem 1.5rem;
    padding-left: 3.5rem;
    transition: all 0.3s ease;
    display: flex;
    border-right: 1px solid rgb(148,150,182,0.5);
    flex-direction: column;
    position: relative;
}

.location-details-core .help-request-core span:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(148,150,182,0.5));
}

.location-details-core .help-request-core span > span {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: rgb(183,184,211);
    box-shadow: none;
    font-weight: 600;
    border: none;
    margin-top: 0.5rem;
}

.location-details-core .help-request-core span a::after {
    background: rgb(183,184,211);
    width: 0;
    position: absolute;
    bottom: -2px;
    content: '';
    transition: width 0.3s ease;
    left: 0;
    height: 1px;
}

.location-details-core .quick-support-core h4:hover svg {
    transform: rotate(15deg);
}

.location-details-core .quick-support-core h4::after {
    height: 2px;
    position: absolute;
    bottom: -5px;
    width: 40px;
    background: rgb(148,150,182);
    content: '';
    border-radius: 10px;
    left: 0;
}

.location-details-core .quick-support-core span:hover svg {
    opacity: 1;
    stroke: rgb(148,150,182);
    transform: scale(1.1);
}


.location-details-core .container::before {
    right: -50px;
    animation: floatingGlow 15s infinite linear;
    z-index: -1;
    height: 200px;
    top: -100px;
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgb(183,184,211,0.5) 0%, transparent 70%);
    width: 200px;
    position: absolute;
}

.location-details-core .help-request-core span:hover::before {
    opacity: 0.3;
}

footer {
    z-index: 1;
    position: relative;
}

footer::after {
    bottom: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    right: 0;
}

.sec-cert-core .company_holder h3::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #ffffff;
    width: 80px;
    left: 0;
    bottom: -2px;
}

.sec-cert-core .site-info-core {
    position: relative;
}

.sec-cert-core .site-info-core .main-start-core {
    gap: 1rem;
    display: grid;
}

.sec-cert-core .site-info-core .main-start-core a::after {
    transition: all 0.3s ease;
    content: "\2192";
    margin-left: 0.5rem;
    opacity: 0;
    transform: translateX(-5px);
}

.search-foot-core .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

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

.course-program-description-core::before {
    opacity: 0.6;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(183,184,211,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(148,150,182,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(183,184,211,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(148,150,182,0.5) 4%, transparent 8%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    animation: backgroundPulse 15s infinite alternate;
    position: absolute;
}

.course-program-description-core .nav-top-core svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,184,211);
}

.course-program-description-core .learn-plan-core h3::after {
    background: linear-gradient(90deg, rgb(183,184,211) 0%, rgb(148,150,182) 100%);
    filter: blur(1px);
    content: "";
    transform: translateZ(-5px);
    position: absolute;
    width: 80px;
    left: 0;
    height: 3px;
    bottom: -12px;
    border-radius: 10px;
}


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



@media (max-width: 768px) {.academic-experience-core {
    padding: 70px 0;
}.academic-experience-core .user-feedback-core {
    padding: 40px 30px;
}
}



@media (max-width: 768px) {.contact-section-core {
    padding: 60px 0;
}.contact-section-core h2 {
    margin-bottom: 30px;
    font-size: calc(28px - 4px);
}.contact-section-core .help-links-core {
    padding: 40px 30px;
}.contact-section-core #contact {
    gap: 25px;
}.contact-section-core .photo-section-core {
    min-height: 250px;
}
}



@media (max-width: 991px) {header .main-learn-core {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-top-core {
    margin-bottom: 0;
    margin-right: 0;
}header .site-info-core {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .main-base-core a {
    height: 36px;
    padding: 0 1rem;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 1200px) {.thanks-msg-core .team-profile-core {
    padding: 3rem;
}.thanks-msg-core h5 {
    font-size: 20px;
}
}



@media (max-width: 576px) {.thanks-msg-core {
    padding: 3rem 0;
}.thanks-msg-core .team-profile-core {
    padding: 1.5rem;
}.thanks-msg-core h5 {
    line-height: 1.3;
    font-size: calc(20px * 0.9);
}.thanks-msg-core p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.thanks-msg-core h5::before {
    display: none;
}.thanks-msg-core .team-profile-core > div:first-child {
    margin-bottom: 1.5rem;
}.thanks-msg-core .team-profile-core > div:first-child::after {
    bottom: -0.75rem;
    height: 2px;
    width: 60px;
}
}



@media (max-width: 768px) {.pricing-shelf-core {
    padding: 70px 0;
}.pricing-shelf-core h2 {
    font-size: calc(30px - 4px);
}.pricing-shelf-core .deal-board-core {
    margin-bottom: 40px;
    font-size: 14px;
}.pricing-shelf-core .learning-fees-core {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing-shelf-core .skill-pricing-core {
    padding: 25px 20px;
}.pricing-shelf-core .fee-plans-core {
    font-size: calc(23px + 2px);
}
}



@media (min-width: 1200px) {.company-overview-core .text-content-core {
    width: 80%;
}.company-overview-core .text-content-core::before {
    width: 8px;
}.company-overview-core .text-content-core h6::after {
    width: 120px;
}
}



@media (max-width: 992px) {.training-benefits-core {
    padding: 60px 0;
}.training-benefits-core .team-profile-core {
    gap: 20px;
    grid-template-columns: 1fr;
}.training-benefits-core .photo-section-core {
    transform: rotate(0);
    object-fit: cover;
    max-height: 350px;
    width: 100%;
}.training-benefits-core .text-content-core {
    transform: translateY(0);
}
}



@media (max-width: 576px) {.user-testimonials-core {
    padding: 3rem 0;
}.user-testimonials-core h2 {
    margin-bottom: 2rem;
    transform: translateX(1rem);
    font-size: calc(31px * 0.7);
}.user-testimonials-core h2::before {
    left: -1rem;
    width: 0.35rem;
}.user-testimonials-core h2::after {
    width: 4rem;
}.user-testimonials-core .user-feedback-core {
    padding: 1.75rem 1.25rem;
}.user-testimonials-core .user-feedback-core img {
    height: 3.5rem;
    width: 3.5rem;
}.user-testimonials-core a {
    transform: translateX(0);
    width: 100%;
    text-align: center;
}.user-testimonials-core a:hover {
    transform: translateX(0) translateY(-3px);
}}



@media (max-width: 767px) {.title-greeting-core h1 {
    font-size: calc(46px * 0.9);
}.title-greeting-core .learn-techfast-core {
    padding: 1.5rem;
}.title-greeting-core .learn-techfast-core p {
    font-size: 14px;
}.title-greeting-core .query-list-core {
    padding: 0.8rem 1.5rem;
}.title-greeting-core svg {
    height: 120px;
    width: 120px;
}}



@media (max-width: 768px) {.future-students-core ul li {
    width: 100%;
    max-width: 400px;
}
}



@media (prefers-reduced-motion: reduce) {.future-students-core ul li {
    animation: none;
    opacity: 1;
}.future-students-core ul li:hover {
    transform: none;
}}


@media (max-width: 575px) {.location-details-core {
    padding: 2.5rem 0;
}.location-details-core .msg-info-core {
    padding: 1.75rem 1.25rem;
}.location-details-core .msg-info-core h3 {
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.7);
}.location-details-core .contact-now-core {
    font-size: calc(17px * 0.95);
    margin-bottom: 2rem;
}.location-details-core .help-request-core span {
    padding-left: 2.75rem;
    padding: 0.75rem 1rem;
}.location-details-core .help-request-core span svg {
    left: 0.75rem;
    height: 1.2rem;
    width: 1.2rem;
}.location-details-core .quick-support-core h4 {
    font-size: calc(18px * 0.9);
}.location-details-core .quick-support-core h4 svg {
    width: 1rem;
    height: 1rem;
}.location-details-core .quick-support-core span {
    padding-left: 1.25rem;
}.location-details-core .quick-support-core span svg {
    width: 0.75rem;
    height: 0.75rem;
}}



@media (max-width: 420px) {.sec-cert-core .company_holder h3::after,
    .sec-cert-core .site-info-core h5::after {
    width: 30px;
}.sec-cert-core .site-info-core .main-start-core a:hover {
    padding-left: 0.3rem;
}}



@media screen and (max-width: 768px) {.course-program-description-core {
    padding: 50px 0;
}.course-program-description-core .team-profile-core {
    flex-direction: column-reverse;
}.course-program-description-core .learn-plan-core {
    flex: 1 1 100%;
    padding: 30px 25px;
}.course-program-description-core .photo-section-core {
    min-height: 300px;
    width: 100%;
    flex: 1 1 100%;
}.course-program-description-core .learn-plan-core h3 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.8);
}.course-program-description-core .learn-plan-core p {
    margin-bottom: 20px;
}.course-program-description-core .nav-top-core {
    margin-bottom: 15px;
}.course-program-description-core .nav-top-core svg {
    width: 90px;
}.course-program-description-core .learn-plan-core h3::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}
}

@keyframes float {
  0% {
    transform: translate(-30%, 30%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-20%, 20%) scale(1.1);
    opacity: 0.5;
  }
}

@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}



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

