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

.abuse-ctrl {
    flex: 0 0 auto;
}

.abuse-ctrl {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 0 30px;
}

header .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}

header .main-base {
    margin-bottom: 0.5rem;
    justify-content: center;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
    display: flex;
}

header .main-base:hover svg {
    filter: drop-shadow(0 2px 4px rgb(212,198,200,0.5));
    transform: translateY(-2px);
}

header .main-lead {
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    z-index: 1;
    color: #000000;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 16px;
}

header .main-lead:hover::after {
    transform: scaleX(1);
}

.cookieNotificationBar {
    text-align: center;
    flex-direction: column;
    bottom: 20px;
    border-radius: 26px;
    padding: 20px;
    max-width: 600px;
    overflow: hidden;
    width: 90%;
    display: flex;
    left: 50%;
    align-items: center;
    z-index: 1050;
    font-family: Arial, sans-serif;
    background: rgb(239,234,236);
    transform: translateX(-50%);
    position: fixed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.cookie_button.cookie-comply {
    background: rgba(0, 0, 0, 0.5);
}

.cookieNotificationBar p a {
    color: rgb(212,198,200);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}

#popupConsentNotice:checked ~ .cookieNotificationBar {
    visibility: hidden;
    opacity: 0;
}

.our-story::before {
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgb(212,198,200,0.5), rgba(20, 30, 80, 0.85));
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: 0;
}

.our-story .text-bubble:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our-story .text-bubble > div:first-child {
    position: relative;
    margin-bottom: 15px;
}

.our-story .text-bubble h5::after {
    height: 3px;
    animation: expandWidth 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
    bottom: -8px;
    position: absolute;
    content: "";
    width: 40%;
    background: rgb(179,161,164);
    left: 0;
}

.our-story .text-bubble ol {
    list-style: none;
    margin: 0;
    counter-reset: item;
    padding: 0;
}

.our-story .text-bubble ol li {
    padding: 10px 0 10px 10px;
    text-align: justify;
    font-size: 16px;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}

.privacy-fort h1 {
    color: rgb(212,198,200);
    font-weight: 700;
    font-size: 47px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(212,198,200);
}

.privacy-fort h5 {
    font-weight: 400;
    font-size: 21px;
}

.privacy-fort ul, .privacy-fort ol {
    padding-left: 20px;
    margin: 15px 0;
}

.privacy-fort p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}

.connect-form::before {
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(212,198,200,0.5) 0%, rgb(179,161,164,0.5) 100%);
    height: 100%;
    content: '';
    left: 0;
}

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

.connect-form .inquiry-message svg {
    width: 40px;
    margin-bottom: 15px;
    height: 40px;
}

.connect-form .inquiry-message span {
    font-size: 14px;
    color: #000000;
}

.connect-form .query-panel {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    padding: 40px;
}

.connect-form form {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}

.connect-form form input[type="text"]:focus,
.connect-form form input[type="email"]:focus {
    outline: none;
    border-color: rgb(212,198,200);
    box-shadow: 0 0 0 3px rgb(212,198,200,0.5);
}

.connect-form .query-inquiry input[type="checkbox"] {
    appearance: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    position: relative;
    flex-shrink: 0;
    width: 22px;
    margin-right: 15px;
    border-radius: 10px;
    cursor: pointer;
    height: 22px;
}

.connect-form .query-inquiry a:hover {
    color: rgb(179,161,164);
}

.connect-form .connect-request:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(179,161,164);
}

.opening-page::before {
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 1px, transparent 6px),
              radial-gradient(circle at 30% 70%, rgba(255,255,255,0.08) 1px, transparent 4px);
    background-size: 60px 60px, 40px 40px;
    left: 0;
    content: "";
    z-index: 1;
    opacity: 0.7;
    pointer-events: none;
    width: 100%;
    animation: starfield 100s linear infinite;
    height: 100%;
    top: 0;
    position: absolute;
}

.opening-page .main-open h3::before {
    transform: scaleY(0.7);
    background: rgb(212,198,200);
    content: "";
    left: 0;
    transform-origin: center;
    height: 100%;
    position: absolute;
    transition: transform 0.3s ease-out;
    width: 4px;
    top: 0;
}

.opening-page .learn-space::before {
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), transparent 40%, rgba(0, 0, 0, 0.2));
}

.opening-page .learn-space p {
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    overflow: hidden;
    max-width: 80%;
    transform: translateX(0);
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), background 0.3s ease;
    background: rgba(rgb(179,161,164), 0.15);
    position: relative;
    margin: 0 0 1.5rem;
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    backdrop-filter: blur(8px);
}

.opening-page:hover .main-open h3 {
    transform: translateX(0);
}

.opening-page:hover .main-open h3::before {
    transform: scaleY(1);
}

.opening-page:hover .learn-space > div {
    transform: translateY(-10px);
}

.opening-page:hover .title_style_header {
    transform: translateY(-5px);
}

header .top_plank .best-focus div svg, header .top_plank .best-focus div svg path {
    fill: #ffffff;
}

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

.teacher-profile {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgb(212,198,200,0.5) 100%);
    padding: 120px 0;
    position: relative;
}

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

.teacher-profile .review-highlights::before {
    transform: scaleY(0);
    width: 5px;
    transform-origin: left center;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,198,200), rgb(179,161,164));
    top: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    height: 100%;
}

.teacher-profile .pic-frame-wrap::after {
    opacity: 0;
    top: 0;
    transition: opacity 0.6s ease;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(212,198,200,0.5) 0%, transparent 50%, rgb(179,161,164,0.5) 100%);
}

.teacher-profile .review-highlights:hover .name::after {
    width: 100%;
}

.teacher-profile .review-highlights > div:nth-child(2) > div {
    margin-bottom: 15px;
    color: #000000;
    padding-left: 0;
    font-weight: 600;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(13px * 0.95);
    position: relative;
}

.teacher-profile .exp-box::after {
    opacity: 0.5;
    content: "";
    transform: translateX(20px) translateY(20px) scale(0.8);
    bottom: -30px;
    right: -10px;
}

.teacher-profile .review-highlights:hover .exp-box::before {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

.thanksHub {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgba(rgb(212,198,200,0.5), 0.1) 100%);
    z-index: 1;
    overflow: hidden;
}

.thanksHub .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.thanksHub .study-classes {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    transform: translateY(0);
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    display: grid;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(212,198,200,0.5), 0.08);
    padding: 3.5rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
}

.thanksHub h5 {
    line-height: 1.3;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(18px * 1.1);
    overflow: hidden;
    padding-bottom: 1rem;
}

.thanksHub a {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
    position: relative;
}

.thanksHub a:hover {
    transform: translateY(-2px);
}

.thanksHub a:hover p {
    color: rgb(212,198,200);
}

.future-students::before {
    position: absolute;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    opacity: 0.6;
    width: 600px;
    right: -5%;
    filter: blur(60px);
    background: linear-gradient(45deg, rgb(212,198,200,0.5), rgb(179,161,164,0.5));
    height: 600px;
    content: '';
    animation: rotateBlob 20s infinite linear;
    transform: rotate(-15deg);
    top: -10%;
}

.future-students h4::after {
    height: 3px;
    background: rgb(179,161,164);
    width: 120px;
    content: '';
    left: 30px;
    border-radius: 10px;
    bottom: -15px;
    position: absolute;
}

.future-students p:hover {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.future-students p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.future-students p:hover svg path {
    fill: rgb(179,161,164);
}

.future-students p::after {
    bottom: 0;
    transition: transform 0.4s ease;
    transform-origin: left;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, rgb(212,198,200), rgb(179,161,164));
    height: 4px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
}

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

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

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

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

footer .contact-links {
    padding: 40px 20px;
    position: relative;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background-color: rgb(179,161,164);
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

footer .text_main_holder::before {
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
}

footer .nav-teach h5 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 22px;
}

footer .header-navbar a {
    padding: 8px 0;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    flex: 1 0 calc(50% - 30px);
    text-decoration: none;
}

footer .subscribe_holder {
    position: relative;
    color: #ffffff;
    padding: 30px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(212,198,200);
    margin: 0 20px;
}

footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}

footer .report-abuse {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.price-card-deck {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgb(179,161,164,0.5) 100%);
}

.price-card-deck .cost-plan {
    margin: 0 auto;
    max-width: 600px;
    background: rgba(#ffffff, 0.9);
    z-index: 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    padding: 2rem;
}

.price-card-deck .cost-plan:hover h2::after {
    transform: scaleX(1.5);
}

.price-card-deck .rate-packages {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}

.price-card-deck .indv-sub:hover {
    transform: translateY(-8px);
}

.price-card-deck .indv-sub:hover .learning-pricing {
    box-shadow: 0 15px 35px rgba(rgb(212,198,200,0.5), 0.15);
}

.price-card-deck .price-choices h3 {
    position: relative;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: calc(19px + 0.1rem);
    color: #000000;
    font-weight: 600;
}

.price-card-deck .price-choices p {
    font-size: 13px;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-top: 1.5rem;
    line-height: 1.6;
}

.price-card-deck .indv-sub:hover .pic-frame-wrap {
    transform: scale(1.05);
}

.sign-up::before {
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 200%;
    width: 200%;
    position: absolute;
    left: -50%;
    pointer-events: none;
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    content: "";
}

.sign-up h3 {
    transition: transform 0.3s ease;
    font-size: calc(21px * 1.2);
    line-height: 1.4;
    color: #ffffff;
    max-width: 90%;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    font-weight: 700;
}

.sign-up .study-classes:hover h3::after {
    transform: scaleX(1);
}

.sign-up .input_holder {
    width: 100%;
    display: flex;
    gap: 1rem;
    position: relative;
}

.sign-up .start-classes::placeholder {
    transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}

.sign-up .start-classes:focus::placeholder {
    transform: translateX(5px);
    color: rgba(255, 255, 255, 0.3);
}

.sign-up .updates-form:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.sign-up .updates-form:hover::before {
    transform: translateX(100%);
}

.sign-up .updates-form:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.course-program-description {
    background: linear-gradient(135deg, rgb(239,234,236) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.course-program-description h2 {
    margin-bottom: 50px;
    max-width: 800px;
    position: relative;
    font-size: 29px;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
    font-weight: 700;
    padding-left: 20px;
}

.course-program-description .pic-frame-wrap {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 350px;
}

.course-program-description .text-bubble:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course-program-description .description {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 17px;
}

.course-program-description .description:last-child {
    margin-bottom: 0;
}

.course-program-description .text-bubble::-webkit-scrollbar {
    width: 6px;
}

.course-program-description .text-bubble::-webkit-scrollbar-track {
    background: rgb(239,234,236);
}

.course-program-description .text-bubble::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(212,198,200), rgb(179,161,164));
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .top-expert {
    padding: 0.6rem;
    gap: 0.6rem;
}header .main-base svg {
    width: 110px;
}header .nav-teach {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
    justify-content: flex-start;
}header .nav-teach::-webkit-scrollbar {
    height: 2px;
}header .nav-teach::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(212,198,200);
}header .main-lead {
    white-space: nowrap;
    flex-shrink: 0;
}}


@media only screen and (max-width: 800px) {.privacy-fort {
    padding: 20px;
    border-radius: 10px;
}.privacy-fort h1 {
    font-size: calc(21px - 10px);
}.privacy-fort h2 {
    font-size: calc(21px - 8px);
}.privacy-fort ul, .privacy-fort ol {
    padding-left: 15px;
}.privacy-fort li {
    font-size: calc(16px - 2px);
}}



@media (max-width: 576px) {.connect-form {
    padding: 50px 0;
}.connect-form .inquiry-message {
    padding: 25px;
    grid-template-columns: 1fr;
}.connect-form .query-panel {
    padding: 25px;
}.connect-form .inquiry-message h3,
    .connect-form form h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.connect-form .inquiry-message div {
    padding: 25px 15px;
}}



@media (max-width: 480px) {.opening-page .main-open {
    padding: 2rem 0.75rem;
}.opening-page .main-open > div {
    transform: none;
}.opening-page .main-open > div > div:first-child {
    margin-bottom: 2rem;
}.opening-page .main-open h3 {
    line-height: 1.4;
    padding: 0.75rem;
    font-size: 20px;
}.opening-page .learn-space {
    height: 45vh;
}.opening-page .learn-space > div {
    padding: 1.25rem;
}.opening-page .learn-space p {
    font-size: calc(13px * 0.85);
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
}.opening-page .title_style_header {
    font-size: 36px;
}}



@media (min-width: 992px) {.teacher-profile {
    padding: 150px 0;
}.teacher-profile .review-highlights {
    padding: 60px;
    transform: perspective(1500px) rotateY(3deg);
    gap: 30px 60px;
}.teacher-profile .pic-frame-wrap {
    width: 240px;
    height: 240px;
}.teacher-profile .name {
    font-size: calc(23px * 1.2);
}.teacher-profile .review-highlights > div:nth-child(2) > div {
    font-size: 13px;
}.teacher-profile .exp-box {
    font-size: calc(13px * 1.05);
    padding: 30px 25px;
    line-height: 1.9;
}
}



@media (min-width: 1024px) {.thanksHub .study-classes {
    padding: 5rem;
    gap: 4rem;
}.thanksHub h5 {
    font-size: calc(18px * 1.3);
}.thanksHub::after {
    right: -10%;
    width: 50%;
}
}



@media screen and (max-width: 1200px) {.future-students p:nth-child(1) {
    grid-column: 1 / span 7;
}.future-students p:nth-child(2) {
    grid-column: 8 / span 5;
}.future-students p:nth-child(3) {
    grid-column: 2 / span 7;
}.future-students p:nth-child(4) {
    grid-column: 1 / span 5;
}.future-students p:nth-child(5) {
    grid-column: 6 / span 7;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates-form {
    white-space: nowrap;
}footer .top-lead {
    padding-top: 80px;
}
}



@media (max-width: 767px) {footer .contact-links {
    padding: 30px 15px 50px;
}footer .nav-teach, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .report-abuse {
    margin-top: 40px;
}
}



@media (min-width: 768px) {.price-card-deck .rate-packages {
    grid-template-columns: repeat(2, 1fr);
}.price-card-deck .cost-plan {
    padding: 3rem;
}
}



@media (min-width: 1200px) {.price-card-deck .rate-packages {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price-card-deck .price-choices {
    padding: 2.5rem;
}.price-card-deck .cost-plan h2 {
    font-size: calc(32px + 0.2rem);
}.price-card-deck .pic-frame-wrap {
    height: 250px;
}
}



@media (max-width: 767px) {.sign-up {
    padding: 2.5rem 0;
}.sign-up .study-classes {
    padding: 2rem;
    border-left: 3px solid rgb(212,198,200);
    transform: none;
}.sign-up .input_holder {
    flex-direction: column;
}.sign-up .start-classes {
    padding: 1rem 1.25rem;
}.sign-up .updates-form {
    width: 100%;
    padding: 1rem;
}.sign-up h3 {
    font-size: calc(16px * 1.1);
}.sign-up h3::after {
    bottom: -8px;
    width: 60px;
}
}



@media (min-width: 1200px) {.course-program-description {
    padding: 200px 0;
}.course-program-description h2 {
    font-size: calc(29px * 1.3);
    margin-left: 120px;
}.course-program-description .learn-development {
    gap: 60px;
}.course-program-description .pic-frame-wrap {
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
    height: 550px;
}.course-program-description .text-bubble {
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
    max-height: 550px;
    padding: 60px;
}
}



@media (max-width: 480px) {.course-program-description {
    padding: 60px 0;
}.course-program-description h2 {
    font-size: calc(29px * 0.8);
    padding-left: 15px;
}.course-program-description h2::before {
    width: 4px;
}.course-program-description .pic-frame-wrap {
    height: 220px;
}.course-program-description .text-bubble {
    padding: 20px;
    max-height: 350px;
}.course-program-description .description {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}
}



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



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

