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

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

.header-mainbar-core {
    flex: 1 0 auto;
}

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

.academic-experience-core::before {
    width: 500px;
    background-color: rgb(183,184,211,0.5);
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.1;
    right: -200px;
    height: 500px;
    top: -200px;
}

.academic-experience-core .photo-section-core {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 120px;
    align-self: center;
    overflow: hidden;
    margin-bottom: 30px;
    width: 120px;
    border: 4px solid #ffffff;
    transition: transform 0.3s ease;
    position: relative;
    border-radius: 50%;
}

.academic-experience-core .work-exp-core::before {
    left: 30px;
    border-right: 10px solid transparent;
    content: "";
    top: -10px;
    position: absolute;
    border-bottom: 10px solid rgb(219,218,234);
    border-left: 10px solid transparent;
}

.academic-experience-core span:not(.name) {
    font-size: calc(16px * 0.9);
    margin-bottom: 15px;
    text-align: center;
    color: rgb(148,150,182);
    text-transform: uppercase;
    letter-spacing: 1px;
    order: 2;
    font-weight: 600;
}

.contact-section-core .request-list-core {
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    background: #ffffff;
    border-radius: 26px;
}

.contact-section-core .help-links-core::after {
    width: 150px;
    content: "";
    height: 150px;
    border-radius: 0 0 0 100%;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(219,218,234);
}

.contact-section-core input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(183,184,211,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}

.contact-section-core .query-form-core input[type="checkbox"]:checked {
    border-color: rgb(183,184,211);
    background: rgb(183,184,211);
}

.contact-section-core .query-form-core a:hover {
    color: rgb(148,150,182);
}

.contact-section-core .query-form-core a:hover::after {
    background: rgb(148,150,182);
}

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

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

header::before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
}



header .site-header-core {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}

header .main-base-core {
    margin: 0 0.4rem;
    position: relative;
}

header .main-base-core a::before {
    top: -2px;
    z-index: -1;
    bottom: -2px;
    left: -2px;
    right: -2px;
    position: absolute;
    transform: scale(0.9);
    content: '';
    opacity: 0;
    background: #ffffff;
    transition: opacity 0.3s ease;
}

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

.thanks-msg-core::before {
    position: absolute;
    animation: gradientShift 15s infinite alternate ease-in-out;
    opacity: 0.7;
    left: -20%;
    width: 80%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(183,184,211,0.5) 0%, transparent 70%);
    height: 200%;
    top: -50%;
    transform: rotate(30deg);
    content: "";
}

.thanks-msg-core .team-profile-core > div:first-child::after {
    position: absolute;
    width: 100px;
    transform-origin: left;
    content: "";
    bottom: -1rem;
    height: 3px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    background: linear-gradient(90deg, rgb(183,184,211) 0%, rgb(148,150,182) 100%);
}

.thanks-msg-core p {
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.offer-box-core {
    position: relative;
}

.pricing-shelf-core h2 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.5px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    opacity: 1;
    transform: translateY(0);
}

.pricing-shelf-core .rate-plans-core {
    display: block;
    overflow: hidden;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
}

.pricing-shelf-core .rate-plans-core:hover .price-choices-core p {
    color: #ffffff;
}

.pricing-shelf-core .rate-plans-core:hover .fee-plans-core {
    transform: scale(1.05);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(183,184,211);
}

header .top_plank .top-knowledgepro-core div span {
    color: #ffffff;
}

header .top_plank .top-knowledgepro-core div img, header .top_plank .top-knowledgepro-core div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}


#cookie-notice-box-core {
    display: none;
}

.data-opt-core {
    padding: 20px 5%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.cookie-option-core {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(183,184,211));
    margin-right: 15px;
}

.cookie_button.manage-tracking-core {
    border: 2px solid rgb(148,150,182);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}


.company-overview-core {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}

.company-overview-core h4 {
    color: #ffffff;
    letter-spacing: 3px;
    position: relative;
    font-size: 18px;
    transform: translateY(20px);
    opacity: 0;
    z-index: 2;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
}

.company-overview-core .text-content-core h6 {
    font-size: calc(19px * 1.5);
    margin-bottom: 25px;
    position: relative;
    opacity: 0;
    animation: fadeSlideRight 0.8s ease-out 0.8s forwards;
    font-weight: 700;
    color: #000000;
    transform: translateX(-10px);
    padding-bottom: 15px;
}

.training-benefits-core::before {
    position: absolute;
    filter: blur(60px);
    background: radial-gradient(circle, rgb(183,184,211,0.5) 0%, transparent 70%);
    opacity: 0.4;
    width: 400px;
    content: "";
    top: 0;
    animation: float 15s ease-in-out infinite alternate;
    transform: translate(30%, -30%);
    right: 0;
    height: 400px;
}

.training-benefits-core .text-content-core {
    position: relative;
    border-radius: 15px;
    transform: translateY(10px);
    z-index: 2;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    padding: 30px 25px;
    background: #ffffff;
}

.training-benefits-core h3::after {
    border-radius: 50%;
    background: rgb(148,150,182,0.5);
    width: 30px;
    opacity: 0.3;
    position: absolute;
    top: -15px;
    content: "";
    height: 30px;
    z-index: -1;
    right: -15px;
}

.training-benefits-core li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 8px rgba(255, 255, 255, 1);
}

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

.training-benefits-core li:hover svg path {
    fill: #ffffff;
}

.user-testimonials-core::before {
    animation: floatBlur 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    height: 25rem;
    top: -5%;
    position: absolute;
    filter: blur(80px);
    opacity: 0.15;
    z-index: 0;
    background: rgb(183,184,211,0.5);
    content: "";
    right: -5%;
    width: 25rem;
}

.user-testimonials-core h2::after {
    content: "";
    width: 6rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
    transform: scaleX(0.8);
    background: rgb(148,150,182);
    position: absolute;
    bottom: -1rem;
    height: 0.25rem;
    left: 0;
}

.user-testimonials-core .user-feedback-core:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.user-testimonials-core .user-feedback-core > div::after {
    right: -1rem;
    position: absolute;
    color: rgb(183,184,211,0.5);
    font-family: serif;
    opacity: 0.15;
    top: -2.5rem;
    content: "";
    line-height: 1;
    z-index: -1;
    font-size: 8rem;
}

.user-testimonials-core .user-feedback-core:hover h4::after {
    width: 3.5rem;
}

.user-testimonials-core .user-feedback-core:hover .description::before {
    transform: scale(2);
}

.user-testimonials-core a::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(148,150,182) 0%, rgb(183,184,211) 100%);
    left: 0;
}

.title-greeting-core::after {
    background: rgb(148,150,182,0.5);
    bottom: -5%;
    position: absolute;
    height: 40%;
    filter: blur(60px);
    border-radius: 50% 40% 30% 60%;
    animation: float 12s infinite alternate-reverse ease-in-out;
    right: -5%;
    opacity: 0.15;
    z-index: 0;
    content: "";
    width: 30%;
}

.title-greeting-core .text-content-core {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    justify-content: center;
    position: relative;
    z-index: 2;
    display: flex;
}

.title-greeting-core .learn-techfast-core p {
    position: relative;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: calc(14px * 1.2);
}

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

.title-greeting-core svg:hover path {
    fill: rgb(183,184,211);
}

.title-greeting-core .query-list-core {
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(183,184,211) 0%, rgb(148,150,182) 100%);
    font-weight: 600;
    border-radius: 15px;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.1),
                -6px -6px 18px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    font-size: 15px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    border: none;
}

.secure-nest-core h1 {
    grid-column: span 2;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(148,150,182);
    margin-bottom: 20px;
    color: rgb(183,184,211);
    margin-top: 0;
    text-align: center;
    font-size: 39px;
    text-shadow: 0 0 10px rgb(183,184,211);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.secure-nest-core p, .secure-nest-core span {
    color: #ffffff;
    line-height: 1.8;
    text-shadow: 0 0 5px rgb(148,150,182);
    font-size: 15px;
    margin-bottom: 10px;
}

.future-students-core h3 {
    font-weight: 700;
    border-radius: 15px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    padding: 20px 40px;
    position: relative;
    color: #000000;
    background-color: #edf0f8;
    font-size: 36px;
    display: inline-block;
}

.future-students-core ul li::before {
    border-radius: 50%;
    height: 12px;
    top: 15px;
    width: 12px;
    content: '';
    position: absolute;
    opacity: 0.5;
    right: 15px;
    background: linear-gradient(135deg, rgb(183,184,211), rgb(148,150,182));
    transition: opacity 0.3s ease;
}

.future-students-core ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(183,184,211);
}

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

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

.location-details-core {
    isolation: isolate;
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: rgb(219,218,234);
}

.location-details-core .msg-info-core {
    border-left: 3px solid rgb(183,184,211);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(255, 255, 255, 0.1),
                0 0 20px rgba(rgb(183,184,211), 0.1);
    border-radius: 10px;
    padding: 3rem 2.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-details-core .help-request-core span:nth-child(even) svg {
    stroke: rgb(148,150,182);
}

.location-details-core .help-request-core span:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.location-details-core .help-request-core span svg path,
.location-details-core .help-request-core span svg circle,
.location-details-core .help-request-core span svg line,
.location-details-core .help-request-core span svg polyline,
.location-details-core .help-request-core span svg rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
}

.location-details-core .help-request-core span a:hover {
    color: rgb(148,150,182);
    transform: translateX(3px);
}

.location-details-core .quick-support-core {
    border-left: 3px solid rgb(148,150,182);
    grid-column: 1 / -1;
    padding: 1.5rem;
    display: flex;
    background: linear-gradient(135deg, 
                rgba(rgb(183,184,211,0.5), 0.1), 
                rgba(rgb(148,150,182,0.5), 0.1));
    margin-top: 1.5rem;
    flex-direction: column;
}

.location-details-core .quick-support-core span:hover {
    transform: none;
    background: transparent;
    box-shadow: none;
}

.location-details-core .quick-support-core span:not(:last-child) {
    border-bottom: 1px dashed rgba(#000000, 0.2);
}

.location-details-core .msg-info-core::after {
    opacity: 0.4;
    position: absolute;
    left: 0;
    background: radial-gradient(circle, rgb(148,150,182,0.5) 0%, transparent 70%);
    content: '';
    bottom: 0;
    height: 75px;
    z-index: -1;
    width: 75px;
}

.location-details-core .help-request-core span::after {
    pointer-events: none;
    border-radius: 10px;
    content: '';
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 10px;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 10px;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.05);
}

.sec-cert-core .company_holder {
    padding: 0;
    grid-column: span 5;
    position: relative;
}

.sec-cert-core .company_holder h3 {
    padding-bottom: 1rem;
    position: relative;
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 38px;
}

.sec-cert-core .site-info-core h5 {
    font-weight: 600;
    padding-bottom: 0.8rem;
    margin: 0 0 1.5rem;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 21px;
}

.sec-cert-core .site-info-core .main-start-core a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

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

.course-program-description-core {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,218,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
}

.course-program-description-core .team-profile-core {
    align-items: center;
    flex-wrap: wrap;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(183,184,211,0.5);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 26px;
    display: flex;
    transition: all 0.5s ease;
    overflow: hidden;
}

.course-program-description-core .nav-top-core svg {
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    width: 120px;
}

.course-program-description-core .learn-plan-core p {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.7;
    max-width: 100%;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 768px) {.academic-experience-core .user-feedback-core {
    grid-template-columns: auto 1fr;
    gap: 10px 30px;
    display: grid;
    align-items: center;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
}.academic-experience-core .photo-section-core {
    height: 180px;
    align-self: start;
    grid-area: photo;
    width: 180px;
    margin-bottom: 0;
}.academic-experience-core .name {
    font-size: 34px;
    grid-area: name;
    text-align: left;
}.academic-experience-core .name::after {
    left: 0;
    transform: none;
}.academic-experience-core span:not(.name) {
    grid-area: job;
    text-align: left;
    margin-bottom: 0;
}.academic-experience-core .work-exp-core {
    grid-area: quote;
    margin-top: 30px;
}
}



@media (max-width: 479px) {header .main-learn-core {
    padding: 0.7rem 1.2rem;
}header .nav-top-core {
    max-width: 120px;
}header .main-base-core a {
    font-size: calc(16px - 3px);
    padding: 0 0.6rem;
    height: 30px;
}}



@media (max-width: 768px) {.thanks-msg-core {
    padding: 4rem 0;
}.thanks-msg-core .team-profile-core {
    padding: 2rem;
    transform: none;
}.thanks-msg-core h5 {
    font-size: calc(20px * 0.95);
}.thanks-msg-core p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.thanks-msg-core .team-profile-core > div:first-child::after {
    width: 80px;
}
}



@media (max-width: 992px) {.pricing-shelf-core {
    padding: 90px 0;
}.pricing-shelf-core .learning-fees-core {
    grid-template-columns: repeat(2, 1fr);
}.pricing-shelf-core .skill-pricing-core {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.pricing-shelf-core {
    padding: 60px 0;
}.pricing-shelf-core h2 {
    font-size: calc(30px - 6px);
}.pricing-shelf-core .price-choices-core h4 {
    font-size: 23px;
}.pricing-shelf-core .price-choices-core p {
    font-size: calc(14px - 1px);
}}



@media (min-width: 992px) {.company-overview-core {
    padding: 180px 0 160px;
}.company-overview-core::after {
    width: 350px;
    height: 350px;
}.company-overview-core .text-content-core {
    padding: 70px 90px;
    transform: translateY(20px) rotateX(3deg);
    width: 90%;
    margin: 0 auto;
}.company-overview-core .text-content-core h6 {
    font-size: calc(19px * 1.8);
}.company-overview-core .text-content-core span {
    column-count: 2;
}
}



@media (max-width: 768px) {.training-benefits-core {
    padding: 50px 0;
}.training-benefits-core .photo-section-core {
    max-height: 280px;
}.training-benefits-core h3 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 992px) {.user-testimonials-core {
    padding: 5rem 0;
}.user-testimonials-core h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
    transform: translateX(1.5rem);
}.user-testimonials-core .success-stories-core {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.user-testimonials-core a {
    transform: translateX(1.5rem);
}.user-testimonials-core a:hover {
    transform: translateX(1.5rem) translateY(-5px);
}
}



@media (min-width: 768px) {.title-greeting-core .team-profile-core {
    padding: 4rem;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}.title-greeting-core h1 {
    max-width: 70%;
    font-size: calc(46px * 1.2);
}.title-greeting-core .text-content-core {
    width: 50%;
    margin-bottom: 0;
}.title-greeting-core .photo-section-core {
    width: 45%;
    margin-top: 0;
    height: 450px;
}
}


@media only screen and (max-width: 800px) {.secure-nest-core {
    padding: 20px;
    gap: 20px;
    grid-template-columns: 1fr;
}.secure-nest-core h1 {
    font-size: calc(21px - 4px);
    margin-bottom: 15px;
}.secure-nest-core h2 {
    font-size: calc(21px - 2px);
    margin-bottom: 10px;
}.secure-nest-core ul {
    padding-left: 0;
}.secure-nest-core li {
    margin-bottom: 8px;
    padding: 8px;
}.secure-nest-core div {
    padding: 10px;
}}


@media (max-width: 991px) {.location-details-core {
    padding: 4rem 0;
}.location-details-core .msg-info-core {
    padding: 2.5rem 2rem;
}.location-details-core .msg-info-core h3 {
    font-size: calc(34px * 0.9);
}.location-details-core .contact-now-core {
    max-width: 100%;
    font-size: 17px;
}.location-details-core .help-request-core {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.location-details-core .help-request-core span svg {
    height: 1.4rem;
    width: 1.4rem;
}.location-details-core .quick-support-core h4 svg {
    height: 1.1rem;
    width: 1.1rem;
}.location-details-core .quick-support-core span svg {
    width: 0.9rem;
    height: 0.9rem;
}
}



@media (max-width: 1200px) {.sec-cert-core .container {
    gap: 1.5rem;
}
}



@media (max-width: 768px) {.sec-cert-core {
    padding: 3rem 0 1.5rem;
}.sec-cert-core .main-start-core {
    gap: 1.5rem;
}.sec-cert-core .company_holder h3 {
    font-size: calc(38px - 2px);
}.search-foot-core {
    margin-top: 3rem;
}
}



@media (hover: hover) {.course-program-description-core .team-profile-core:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(183,184,211);
}.course-program-description-core .photo-section-core:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes fadeSlideUpRotate {
    from {
        opacity: 0;
        transform: translateY(20px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}



@keyframes floatBlur {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    100% {
        transform: translate(5%, 5%) rotate(5deg);
    }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.2; }
    50% { transform: scale(1.05); opacity: 0.4; }
    100% { transform: scale(1); opacity: 0.2; }
}



@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

