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

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

header,footer {
    width: 100%;
}


header {
    position: relative;
    z-index: 100;
    padding: 1.2rem 0;
    background: rgb(239,234,236);
}

header .top-expert {
    border-radius: 23px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #ffffff;
    padding: 1rem;
    align-items: center;
}

header .main-base svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}

header .nav-teach {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    display: flex;
    width: 100%;
    background: rgb(239,234,236);
    border-radius: 10px;
    padding: 0.6rem;
}

header .main-lead:hover {
    color: #ffffff;
}

header .main-lead:hover::before {
    opacity: 1;
}

header .main-lead::after {
    height: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    content: '';
    transform-origin: left;
    background: linear-gradient(to right, rgb(212,198,200), rgb(179,161,164));
    transform: scaleX(0);
}

.cookie-updates svg, .cookie-updates svg path, .cookie-updates img {
    width: 80px;
    fill: rgb(212,198,200);
    height: 80px;
}

.cookieNotificationBar p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
}

.cookie-tab:hover {
    transform: translateY(-3px);
    background: rgb(179,161,164);
}

.cookie_button.cookie-comply:hover {
    background: rgb(179,161,164,0.5);
}

.cookieNotificationBar p a:hover {
    color: rgb(179,161,164);
}


#popupConsentNotice {
    display: none;
}

.our-story {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.our-story .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 5;
}

.our-story .text-bubble {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 60px 50px;
    border-left: 3px solid rgb(179,161,164);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
}

.our-story .text-bubble > div:nth-child(2) p {
    position: relative;
    color: #ffffff;
    transform: translateX(5px);
    display: inline-block;
    padding-left: 15px;
    font-size: calc(19px * 1.3);
    font-family: Arial, sans-serif;
    margin: 0;
}

.our-story .text-bubble ol li::before {
    content: "";
    border-radius: 50%;
    width: 10px;
    animation: pulseGlow 3s infinite alternate;
    position: absolute;
    background: rgb(179,161,164);
    box-shadow: 0 0 15px rgb(179,161,164);
    height: 10px;
    top: 0;
    left: -5px;
}

.privacy-fort h3, .privacy-fort h4, .privacy-fort h5, .privacy-fort h6 {
    color: rgb(212,198,200);
    margin: 20px 0;
}

.privacy-fort h3 {
    font-size: calc(21px - 4px);
    font-weight: 700;
}

.privacy-fort li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.privacy-fort div {
    margin-bottom: 20px;
}

.connect-form .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.connect-form .inquiry-message {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 40px;
    border-radius: 17px;
    display: grid;
    background: #ffffff;
    grid-gap: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.connect-form .inquiry-message div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.connect-form .inquiry-message svg path {
    fill: rgb(212,198,200);
}

.connect-form .inquiry-message a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(212,198,200);
}

.connect-form form h3::after {
    width: 80px;
    height: 4px;
    bottom: -15px;
    background: rgb(212,198,200);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    border-radius: 2px;
}

.connect-form form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.connect-form .query-inquiry {
    align-items: flex-start;
    grid-column: 1 / -1;
    display: flex;
    margin: 10px 0;
}

.connect-form .query-inquiry input[type="checkbox"]:checked {
    background-color: rgb(212,198,200);
    border-color: rgb(212,198,200);
}

.connect-form .query-inquiry label {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}

.connect-form .query-inquiry a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(212,198,200);
}

.opening-page {
    background: linear-gradient(135deg, rgb(239,234,236), rgb(179,161,164,0.5), rgb(212,198,200,0.5) 80%);
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.opening-page::after {
    z-index: 0;
    top: -50%;
    left: -50%;
    background: radial-gradient(ellipse at center, rgba(rgb(179,161,164), 0.15) 0%, transparent 70%);
    height: 200%;
    position: absolute;
    transform: rotate(-15deg);
    width: 200%;
    pointer-events: none;
    content: "";
}

.opening-page .main-open > div > div:first-child {
    margin-bottom: 3rem;
    transform: translateZ(20px);
    position: relative;
}

.opening-page .learn-space {
    overflow: hidden;
    height: 65vh;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    width: 100%;
}

.opening-page .learn-space::after {
    height: 50%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
    width: 100%;
    z-index: 1;
    bottom: 0;
    position: absolute;
}

.opening-page .learn-space p::before {
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(212,198,200);
    transition: transform 0.3s ease;
    width: 3px;
    height: 100%;
    transform-origin: bottom;
    content: "";
    transform: scaleY(0.8);
}

.opening-page .title_style_header::after {
    transform: scaleX(0.8);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left;
    background: rgb(212,198,200);
    width: 8rem;
    left: 0;
    bottom: -1rem;
    content: "";
    height: 4px;
}

.opening-page:hover .learn-space p {
    background: rgba(rgb(179,161,164), 0.25);
    transform: translateX(10px);
}

.opening-page:hover .title_style_header::after {
    transform: scaleX(1);
}

header .top_plank .best-focus div span {
    color: #ffffff;
}

header .top_plank .best-focus div img, header .top_plank .best-focus div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.teacher-profile::before {
    position: absolute;
    width: 300px;
    top: -50px;
    background: rgb(179,161,164,0.5);
    right: -50px;
    filter: blur(80px);
    z-index: 0;
    height: 300px;
    content: "";
    transform: rotate(-15deg);
}

.teacher-profile .review-highlights {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    position: relative;
    padding: 40px;
    gap: 30px;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(2deg);
}

.teacher-profile .review-highlights:hover .pic-frame-wrap {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}

.teacher-profile .review-highlights:hover .pic-frame-wrap::after {
    opacity: 0.4;
}

.teacher-profile .name {
    transform: translateX(0);
    display: inline-block;
    position: relative;
    color: rgb(212,198,200);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(23px * 1.1);
    margin: 0 0 5px 0;
    font-weight: 700;
}

.teacher-profile .review-highlights:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.teacher-profile .review-highlights:hover .exp-box {
    background-position: right center;
}

.teacher-profile .exp-box::before,
.teacher-profile .exp-box::after {
    font-size: 60px;
    color: rgb(212,198,200,0.5);
    position: absolute;
    content: "";
    line-height: 1;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: Georgia, serif;
}

.teacher-profile .exp-box::before {
    opacity: 0.5;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    left: -10px;
    top: -10px;
}

.thanksHub::after {
    z-index: -1;
    transform: rotate(-15deg) translateZ(-10px);
    filter: blur(80px);
    width: 40%;
    animation: float 15s ease-in-out infinite;
    height: 70%;
    position: absolute;
    opacity: 0.15;
    right: -5%;
    content: "";
    background: linear-gradient(45deg, rgb(212,198,200) 0%, rgba(rgb(179,161,164,0.5), 0.8) 100%);
    top: -10%;
}

.thanksHub .study-classes::before {
    width: 4px;
    position: absolute;
    left: 0;
    transform: scaleY(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(to bottom, rgb(212,198,200), rgb(179,161,164));
    transform-origin: top;
    height: 100%;
    top: 0;
    content: "";
}

.thanksHub .study-classes:hover h5::after {
    width: 7rem;
    transform: translateX(10px);
}

.thanksHub p {
    line-height: 1.7;
    color: #000000;
    opacity: 0.9;
    position: relative;
    transform: translateZ(0);
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.thanksHub a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.future-students {
    overflow: hidden;
    background: rgb(239,234,236);
    padding: 120px 0 100px;
    perspective: 1000px;
    position: relative;
}

.future-students .study-classes {
    padding: 0;
    position: relative;
    z-index: 2;
    flex-direction: column;
    display: flex;
}

.future-students h4::before {
    width: 8px;
    left: 0;
    position: absolute;
    height: calc(100% - 20px);
    content: '';
    background: rgb(212,198,200);
    top: 15px;
    border-radius: 10px;
}

.future-students p {
    align-items: flex-start;
    line-height: 1.6;
    overflow: hidden;
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    border-radius: 21px;
    margin: 0;
    background: #ffffff;
    font-size: 15px;
    padding: 30px;
    color: #000000;
}



.future-students p {
    opacity: 0;
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.future-students p:nth-child(2) {
    grid-row: 1;
    grid-column: 8 / span 5;
    z-index: 4;
}

.future-students p:nth-child(2) {
    animation-delay: 0.3s;
}

.future-students p:nth-child(5) {
    grid-column: 6 / span 7;
    z-index: 2;
    grid-row: 3;
}

.future-students p:nth-child(5) {
    animation-delay: 0.9s;
}

.future-students p:nth-child(8) {
    grid-row: 5;
    z-index: 1;
    grid-column: 4 / span 6;
}

.future-students p:nth-child(8) {
    animation-delay: 1.5s;
}

footer .contact-links::after {
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
}

footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .top-lead {
    text-align: center;
    padding-top: 60px;
}

footer .top-lead svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}

footer .nav-teach {
    background-color: rgb(239,234,236);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin: 0 20px;
    padding: 30px;
    position: relative;
}

footer .header-navbar {
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    margin-bottom: 25px;
    gap: 10px 30px;
}

footer .header-navbar a::after {
    background-color: rgb(212,198,200);
    transition: width 0.3s ease;
    content: "";
    left: 0;
    width: 0;
    position: absolute;
    height: 1px;
    bottom: 0;
}

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

footer .subscribe_holder p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
}

footer .updates-form {
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #000000;
    padding: 15px;
    font-weight: 600;
}

.price-card-deck::before {
    left: 0;
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(212,198,200), 0.03) 40px, rgba(rgb(212,198,200), 0.03) 80px);
    content: "";
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.price-card-deck .cost-plan h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    position: relative;
    color: #000000;
}

.price-card-deck .fee-plan {
    line-height: 1.6;
    font-size: 13px;
    word-break: break-word;
    color: #000000;
    margin-top: 1.5rem;
    max-width: 100%;
    overflow-wrap: break-word;
}

.price-card-deck .learning-pricing {
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.4s ease;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
}

.price-card-deck .cost-levels::before {
    left: 0;
    background: rgb(179,161,164);
    width: 40px;
    bottom: -10px;
    height: 2px;
    position: absolute;
    content: "";
}

.price-card-deck .pic-frame-wrap::after {
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}

.sign-up::after {
    height: 30%;
    opacity: 0.1;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    left: 0;
    position: absolute;
    background: linear-gradient(to top, rgb(179,161,164) 0%, transparent 100%);
    content: "";
}

.sign-up .study-classes:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.sign-up h3::after {
    background: linear-gradient(90deg, rgb(212,198,200), rgb(179,161,164));
    bottom: -12px;
    transform: scaleX(0.8);
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    left: 0;
    transition: transform 0.4s ease;
    transform-origin: left;
}

.sign-up .input_holder > div {
    flex: 1;
    position: relative;
}

.sign-up .start-classes:focus {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgb(212,198,200);
}

.sign-up .updates-form {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    padding: 1.2rem 2rem;
    cursor: pointer;
    font-weight: 600;
    border: none;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(212,198,200), rgb(179,161,164));
    white-space: nowrap;
    font-size: 14px;
    position: relative;
}

.course-program-description::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    z-index: 0;
    height: 100%;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(179,161,164,0.5) 49.5%, rgb(179,161,164,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(212,198,200,0.5) 49.5%, rgb(212,198,200,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
    pointer-events: none;
    opacity: 0.08;
    top: 0;
}

.course-program-description .pic-frame-wrap::after {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, rgb(179,161,164,0.5) 0%, transparent 60%);
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
}

.course-program-description .text-bubble::before {
    content: "";
    background: linear-gradient(to right, rgb(212,198,200), rgb(179,161,164));
    position: absolute;
    left: 0;
    height: 6px;
    top: 0;
    width: 100%;
}


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



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top-expert {
    gap: 0.8rem;
    padding: 0.8rem;
}header .main-base svg {
    width: 140px;
}header .nav-teach {
    padding: 0.5rem;
}header .main-lead {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 1px);
}
}


@media only screen and (max-width: 600px) {.cookieNotificationBar {
    transform: none;
    left: 0;
    width: 100%;
    bottom: 0;
    border-radius: 0;
}.cookie-compl {
    padding: 15px;
}.cookie-updates svg {
    height: 50px;
    width: 50px;
}.cookieNotificationBar h5 {
    font-size: calc(23px - 2px);
}.cookieNotificationBar p {
    font-size: calc(18px - 2px);
}.cookie-tab {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(18px - 2px);
}}



@media (max-width: 576px) {.our-story {
    padding: 40px 0;
}.our-story .container {
    padding: 0 15px;
}.our-story .text-bubble {
    padding: 25px 15px;
}.our-story .text-bubble h5 {
    font-size: calc(19px * 0.85);
}.our-story .text-bubble > div:nth-child(2) p {
    font-size: calc(19px * 0.9);
}.our-story .text-bubble ol li {
    line-height: 1.6;
    padding: 5px 0 5px 10px;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 991px) {.opening-page .main-open {
    padding: 3rem 1.5rem;
}.opening-page .main-open h3 {
    margin: 0 0 1rem 1rem;
    padding: 1.25rem 1.5rem;
    font-size: calc(22px * 0.85);
    max-width: 90%;
}.opening-page .learn-space {
    height: 55vh;
}.opening-page .learn-space > div {
    padding: 2rem;
}.opening-page .learn-space p {
    font-size: 13px;
    margin: 0 0 1.25rem;
    max-width: 90%;
}.opening-page .title_style_header {
    font-size: calc(44px * 0.9);
}
}



@media (min-width: 768px) {.teacher-profile .review-highlights {
    gap: 25px 40px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.teacher-profile .review-highlights > div:first-child {
    display: flex;
    grid-row: 1 / 3;
    justify-content: center;
    align-items: center;
}.teacher-profile .review-highlights > div:nth-child(2) {
    align-self: end;
}.teacher-profile .review-highlights > div:nth-child(3) {
    grid-column: 2 / 3;
}.teacher-profile .pic-frame-wrap {
    height: 200px;
    width: 200px;
}
}



@media (min-width: 768px) {.thanksHub {
    padding: 8rem 0;
}.thanksHub .study-classes {
    gap: 3rem;
    align-items: start;
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
}.thanksHub h5 {
    padding-bottom: 1.5rem;
    font-size: calc(18px * 1.2);
}.thanksHub p {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}.thanksHub::before {
    background-size: 30px 30px;
}
}



@media (max-width: 767px) {.thanksHub {
    padding: 4rem 0;
}.thanksHub .study-classes {
    padding: 2.5rem;
}.thanksHub h5 {
    font-size: 18px;
}.thanksHub::before {
    background-size: 15px 15px;
}.thanksHub::after {
    opacity: 0.1;
}
}



@media screen and (max-width: 992px) {.future-students {
    padding: 90px 0 80px;
}.future-students h4 {
    font-size: calc(38px * 0.85);
    margin-bottom: 60px;
}.future-students div > div {
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}.future-students p {
    padding: 25px;
}.future-students p:nth-child(1) {
    grid-column: 1 / span 4;
}.future-students p:nth-child(2) {
    grid-column: 5 / span 4;
}.future-students p:nth-child(3) {
    grid-column: 2 / span 6;
}.future-students p:nth-child(4) {
    grid-column: 1 / span 3;
}.future-students p:nth-child(5) {
    grid-column: 4 / span 5;
}.future-students p:nth-child(6) {
    grid-column: 2 / span 6;
}.future-students p:nth-child(7) {
    grid-column: 1 / span 4;
}.future-students p:nth-child(8) {
    grid-column: 5 / span 4;
}
}



@media (min-width: 992px) {.price-card-deck .basic-rates {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.price-card-deck .cost-plan {
    width: 35%;
    margin: 0;
}.price-card-deck .rate-packages {
    width: 65%;
}
}



@media (max-width: 991px) {.sign-up {
    padding: 3rem 0;
}.sign-up .study-classes {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.sign-up h3 {
    max-width: 100%;
    font-size: 21px;
}
}



@media (max-width: 480px) {.sign-up {
    padding: 2rem 0;
}.sign-up .study-classes {
    padding: 1.5rem;
    gap: 1.5rem;
}.sign-up h3 {
    font-size: 16px;
}.sign-up .container {
    padding: 0 1rem;
}.sign-up .start-classes {
    font-size: calc(13px * 0.9);
}.sign-up .updates-form {
    font-size: calc(14px * 0.9);
}}



@media (min-width: 992px) {.course-program-description {
    padding: 180px 0;
}.course-program-description h2 {
    margin-bottom: 60px;
    margin-left: 80px;
    font-size: calc(29px * 1.2);
}.course-program-description .learn-development {
    grid-template-columns: 45% 55%;
    gap: 40px;
    margin-top: 60px;
}.course-program-description .pic-frame-wrap {
    height: 500px;
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
}.course-program-description .text-bubble {
    padding: 50px;
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
    max-height: 500px;
}.course-program-description .description {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}



@keyframes expandWidth {
    0% {
        width: 40%;
    }
    100% {
        width: 100%;
    }
}



@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgb(179,161,164);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 15px rgb(179,161,164), 0 0 30px rgb(179,161,164,0.5);
    }
}

@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

