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

.wrapper-container198 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.top_study864 {
    flex: 1 0 auto;
}

.course_methodology024::before {
    filter: blur(20px);
    top: -10%;
    content: "";
    background: linear-gradient(225deg, rgb(121,143,137,0.5) 0%, transparent 80%);
    animation: floatBackground 15s ease-in-out infinite alternate;
    z-index: 1;
    position: absolute;
    width: 40%;
    opacity: 0.6;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    height: 70%;
}

.course_methodology024 h2 {
    position: relative;
    transform: translateZ(20px);
    padding-bottom: 1rem;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
}

.course_methodology024 .caption_box839 {
    overflow: hidden;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.7);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.1), 
    0 1px 4px rgba(0, 0, 0, 0.05),
    20px 20px 60px -20px rgba(rgb(157,181,177,0.5), 0.1);
    transform: translateZ(10px) translateY(0);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(121,143,137);
}

.get_in_touch152::before {
    top: -50%;
    height: 200%;
    position: absolute;
    content: '';
    z-index: 1;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    width: 200%;
    animation: subtle-pulse 12s infinite alternate;
    left: -50%;
}

.get_in_touch152 h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-align: center;
}

.get_in_touch152 .img_pic491 {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}

.get_in_touch152 .feedback_feedback672 {
    flex: 0 0 60%;
    justify-content: center;
    display: flex;
    padding: 4rem 3rem;
    flex-direction: column;
}

.get_in_touch152 .feedback_feedback672 input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
    outline: none;
    padding: 1rem 1.5rem;
    font-size: 13px;
    margin-bottom: 1.5rem;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.get_in_touch152 .feedback_feedback672 .reach_panel652 input[type="checkbox"]:checked::after {
    content: '✔';
    top: 50%;
    color: #ffffff;
    position: absolute;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    left: 50%;
}

.get_in_touch152 .feedback_feedback672 .reach_panel652 a:hover {
    text-decoration: underline;
}

.get_in_touch152 .feedback_feedback672 .reach_list156::before {
    height: 100%;
    left: -100%;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
}

.greeting_page693::after {
    height: 60%;
    width: 70%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    z-index: 2;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.7;
    right: -10%;
    content: "";
    background: linear-gradient(45deg, 
    rgb(157,181,177,0.5) 0%, 
    transparent 80%);
    top: -10%;
    transform: rotate(-5deg);
}

.greeting_page693 .learn_top653 {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    opacity: 0;
    animation: slideUp 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(50px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.greeting_page693 .learning_tracks263 h3 {
    margin: 0;
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 24px);
    font-weight: 600;
    color: #ffffff;
    opacity: 0;
    animation: fadeIn 0.8s 0.8s ease-out forwards;
}

.greeting_page693 .learn_top653 p {
    position: relative;
    margin: 0;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 17px);
    padding-left: 1rem;
    color: #ffffff;
}

header .container {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0 3%;
    width: 100%;
    max-width: 100%;
}

header .top_learning297 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

header .nav_pagewrap365::before {
    opacity: 0;
    height: 200%;
    width: 200%;
    top: -50%;
    content: '';
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    left: -50%;
    position: absolute;
}

header .nav_pagewrap365:hover svg {
    transform: scale(1.03);
}

header .main_base712 {
    padding: 0.6rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    z-index: 1;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.who_we_are350::after {
    position: absolute;
    top: -50%;
    width: 100%;
    content: "";
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(135deg, 
        rgb(157,181,177,0.5) 0%,
        transparent 65%);
    height: 200%;
    right: -50%;
    transform: rotate(-15deg);
}



.who_we_are350 .caption_box839 {
    padding: 40px;
    transform: translateY(20px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-left: 3px solid rgb(121,143,137);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: flex;
}

.who_we_are350 .caption_box839 div div {
    color: rgba(255, 255, 255, 0.9);
    column-gap: 40px;
    line-height: 1.8;
    column-count: 1;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 15px;
}

.privacy_notify847 svg {
    width: 60px;
    height: 60px;
    fill: rgb(157,181,177);
    transition: fill 0.3s ease;
}

.privacySettingsModal842 p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}

#cookies_consent_confirm_btn546 {
    background: rgb(157,181,177);
}

#disallow_tracking_policy812 {
    background: rgba(0, 0, 0, 0.5);
}

.privacySettingsModal842 p a:hover {
    color: rgb(121,143,137);
}

#cookieUsageNotice143:checked ~ .privacySettingsModal842 {
    opacity: 0;
    visibility: hidden;
}

.secure_sanctuary832::after {
    position: absolute;
    background: radial-gradient(circle at center, rgb(157,181,177,0.5) 0%, transparent 70%);
    width: 200%;
    opacity: 0.05;
    top: -50%;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    transform: scale(1);
    z-index: -1;
    height: 200%;
    left: -50%;
}

.secure_sanctuary832 .container:hover {
    transform: translateY(-5px);
}

.secure_sanctuary832 h1 {
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    transform: translateX(0);
    line-height: 1.2;
    transition: transform 0.3s ease-out;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 40px;
}

.secure_sanctuary832 h2::before {
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    width: 3px;
    height: 70%;
    top: 0.25em;
    background: rgb(121,143,137);
    transform: scaleY(1);
    left: 0;
}

.secure_sanctuary832 p {
    transition: all 0.3s ease;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    max-width: 90ch;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.secure_sanctuary832 li {
    color: #000000;
    position: relative;
    line-height: 1.6;
    transition: transform 0.2s ease-out;
    padding-left: 1.5rem;
    font-size: 15px;
    margin-bottom: 0.75rem;
}

.sign_up592 {
    background: linear-gradient(135deg, rgb(194,218,215) 0%, rgb(157,181,177,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.sign_up592 .learn_zone425 {
    transform: perspective(1000px) rotateX(5deg);
    padding: 2rem;
}

.sign_up592 p::before {
    transform: scaleX(0);
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    top: 50%;
    background: rgb(157,181,177);
    width: 2rem;
    transform-origin: left;
    animation: growLine 0.8s forwards 0.6s;
}

.sign_up592 .email_section391 {
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(157,181,177) 0%, rgb(121,143,137) 100%);
    border: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    align-self: flex-start;
}

.take_a_spin748::after {
    transform: rotate(35deg);
    position: absolute;
    height: 200%;
    z-index: -1;
    right: -25%;
    width: 80%;
    top: -50%;
    background: radial-gradient(
    circle at center,
    rgb(157,181,177,0.5) 0%,
    transparent 70%
  );
    content: "";
}

.take_a_spin748 .learn_zone425 {
    gap: 2rem;
    transform: translateY(0);
    position: relative;
    max-width: 600px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    animation: fadeSlideUp 0.8s ease-out 0.2s both;
    display: flex;
    width: calc(100% - 4rem);
    border-radius: 4px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
    box-shadow: 
    0 10px 30px -5px rgba(0, 0, 0, 0.1),
    0 5px 15px -5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 2rem;
}

.take_a_spin748 .reach_list156:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.take_a_spin748 .reach_list156:hover::before {
    left: 100%;
}

.instructor_profile561 {
    position: relative;
    perspective: 1000px;
    background: rgb(194,218,215);
    overflow: hidden;
    padding: 5rem 2rem;
}

.instructor_profile561 .student_stories961 {
    gap: 0;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    display: flex;
    transform-style: preserve-3d;
    align-items: center;
    z-index: 2;
}

.instructor_profile561 .img_pic491::after {
    transition: opacity 0.6s ease;
    opacity: 0.4;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(157,181,177,0.5) 100%
    );
    height: 100%;
    border-radius: 23px;
    top: 0;
}

.instructor_profile561 .work_block807::before {
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(121,143,137,0.5) 0%,
        transparent 70%
    );
    opacity: 0.1;
    transform: scale(0);
    position: absolute;
    left: -50%;
    height: 200%;
    transition: transform 0.8s ease;
    top: -50%;
    width: 200%;
}

.instructor_profile561 .work_block807:hover .name::after {
    width: 100%;
}

.instructor_profile561 .job_progress054 {
    color: #000000;
    font-style: italic;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding-left: 2rem;
    line-height: 1.7;
    border-left: 3px solid rgb(157,181,177,0.5);
}

footer .workshop_cta162::before {
    width: 100%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
}

footer .edu_asknow302::after {
    bottom: 0;
    height: 1px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(121,143,137,0.5) 50%, 
        transparent 100%);
    width: 100%;
    position: absolute;
}

footer .info_item p,
footer .info_item a {
    align-items: center;
    display: flex;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: color 0.3s ease;
    gap: 10px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

footer .nav_learn498 svg {
    filter: drop-shadow(0 0 5px rgb(157,181,177,0.5));
    height: auto;
    max-width: 160px;
}

footer .top_bar260 h5 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

footer .main_tutor103 a {
    color: #ffffff;
    opacity: 0.8;
    font-size: 12px;
    padding-left: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 25px;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 22px;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    gap: 15px;
}

footer .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 15px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
}

footer .email_section391:hover::before {
    left: 100%;
}

footer .email_section391:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

footer .brainstorm609::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(121,143,137,0.5) 50%, 
        transparent 100%);
    left: 0;
    height: 1px;
}

.pricing_zone174 .lesson_rates472 {
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.pricing_zone174 .pricing_options720 {
    gap: 30px;
    list-style: none;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    width: 100%;
    display: grid;
}

.pricing_zone174 .pricing_options720 li:nth-child(1) {
    --li-index: 1;
}

.pricing_zone174 .pricing_options720 li:nth-child(3) {
    --li-index: 3;
}

.pricing_zone174 .bundle_price942 {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
}

.pricing_zone174 .basic_rates690 p {
    font-size: calc(12px - 2px);
    margin-bottom: 25px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    flex-grow: 1;
}

.course_program_description129 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(194,218,215) 0%, rgb(157,181,177,0.5) 100%);
}

.course_program_description129 .container {
    z-index: 2;
    position: relative;
}

.course_program_description129 .future_class581 {
    gap: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.course_program_description129 .caption_box839::before {
    position: absolute;
    height: 8rem;
    width: 8rem;
    right: 3rem;
    top: -4rem;
    opacity: 0.6;
    border-radius: 50%;
    content: "";
    background: rgb(121,143,137,0.5);
    z-index: -1;
}

.course_program_description129 .caption_box839:hover h2::after {
    width: 100%;
}

.course_program_description129 .caption_box839 .description:last-of-type {
    animation-delay: 0.4s;
    margin-bottom: 0;
    font-weight: 600;
}

.course_program_description129 .img_pic491 {
    transition: transform 0.5s ease;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    position: relative;
    border-radius: 0;
    height: 320px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    margin-top: -2rem;
}

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

.thxMessage513 .learn_zone425 {
    border-radius: 10px;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease-out;
    border-left: 4px solid rgb(121,143,137);
    padding: 2.5rem;
    overflow: hidden;
    animation: fadeInUp 0.6s 0.4s both;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.thxMessage513 li {
    position: relative;
    padding-left: 1.5rem;
}

.thxMessage513 span {
    font-size: 12px;
    animation: fadeText 0.8s 0.6s both;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
}



@media (min-width: 992px) {.course_methodology024 {
    padding: 9rem 0;
}.course_methodology024 .learn_zone425 {
    grid-template-columns: 1fr;
    gap: 4rem;
}.course_methodology024 h2 {
    font-size: calc(28px * 1.2);
    margin-bottom: 2.5rem;
}.course_methodology024 .caption_box839 {
    border-left-width: 4px;
    padding: 3.5rem 4rem;
}.course_methodology024 p {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}



@media screen and (max-width: 1024px) {.get_in_touch152 .inquiry_query689 {
    flex-direction: column;
}.get_in_touch152 .img_pic491 {
    flex: 0 0 100%;
    min-height: 300px;
}.get_in_touch152 .feedback_feedback672 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media (min-width: 768px) {.greeting_page693 {
    padding: 5rem 2rem;
}.greeting_page693 > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.greeting_page693 .title_style_header {
    padding-left: 2rem;
}.greeting_page693 .title_style_header::before {
    width: 8px;
}.greeting_page693 .learn_top653 {
    padding: 3rem;
    opacity: 0;
    transform: translateY(0) translateX(50px);
    z-index: 6;
    margin-left: -2rem;
    animation: slideRight 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.greeting_page693 .learning_tracks263::after {
    width: 120px;
}
}



@media (max-width: 767px) {header .top_learning297 {
    gap: 1.5rem;
}header .nav_pagewrap365 {
    padding: 0.4rem 1rem;
}header .nav_pagewrap365 svg {
    width: 130px;
}header .top_bar260 {
    gap: 0.5rem;
}header .main_base712 {
    font-size: calc(15px - 1px);
    padding: 0.5rem 0.9rem;
}
}



@media (min-width: 768px) {.who_we_are350 .caption_box839 div div {
    column-count: 2;
}
}



@media (min-width: 1200px) {.who_we_are350 .caption_box839 {
    width: calc(100% - 80px);
    margin-left: 80px;
}.who_we_are350 .caption_box839 div div {
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 767px) {.who_we_are350 {
    padding: 80px 0 100px;
}.who_we_are350 h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 1.1);
}.who_we_are350 .caption_box839 {
    padding: 30px;
}
}


@media only screen and (max-width: 1200px) {.user_alert197 {
    flex-direction: column;
    align-items: center;
}.privacy_notify847 {
    margin-bottom: 15px;
}.cookie_window184 {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.privacy_ack819 {
    margin-left: 0;
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}
}



@media (prefers-reduced-motion: reduce) {.secure_sanctuary832::after {
    animation: none;
}.secure_sanctuary832 .container,
    .secure_sanctuary832 li,
    .secure_sanctuary832 h1::after,
    .secure_sanctuary832 h2::before {
    transition: none;
}}



@media screen and (min-width: 768px) {.sign_up592 {
    padding: 5rem 3rem;
}.sign_up592 .container {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}.sign_up592 p {
    font-size: 33px;
    margin-bottom: 0;
    padding-left: 5rem;
}.sign_up592 p::before {
    width: 4rem;
}.sign_up592 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.sign_up592 .updates_form418 {
    flex: 1;
    border-radius: 10px 0 0 10px;
}.sign_up592 .email_section391 {
    align-self: stretch;
    border-radius: 0 10px 10px 0;
}}



@media (prefers-reduced-motion: reduce) {.take_a_spin748 .container,
  .take_a_spin748 h2,
  .take_a_spin748 .learn_zone425,
  .take_a_spin748 svg,
  .take_a_spin748 .reach_list156::before {
    animation: none;
    transition: opacity 0.3s ease;
}.take_a_spin748 .learn_zone425:hover,
  .take_a_spin748 .reach_list156:hover {
    transform: none;
}}



@media (max-width: 768px) {footer .workshop_cta162 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .top_bar260 {
    gap: 15px;
}footer .edu_asknow302 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .email_section391 {
    width: 100%;
}
}



@media (max-width: 768px) {.pricing_zone174 {
    padding: 60px 0;
}.pricing_zone174 h2 {
    margin-bottom: 15px;
    font-size: calc(33px - 6px);
}.pricing_zone174 .payment_plan981 {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.pricing_zone174 .pricing_options720 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing_zone174 .basic_rates690 p {
    font-size: calc(12px - 3px);
}
}



@media (max-width: 767px) {.course_program_description129 {
    padding: 4rem 0;
}.course_program_description129 .img_pic491 {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}



@media (max-width: 991px) {.thxMessage513 {
    padding: 5rem 0;
}.thxMessage513 h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.thxMessage513 .learn_zone425 {
    padding: 2rem;
}
}



@media (max-width: 767px) {.thxMessage513 {
    padding: 4rem 0;
}.thxMessage513 h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.thxMessage513 h2::after {
    width: 80px;
    height: 3px;
}.thxMessage513 .learn_zone425 {
    padding: 1.75rem;
}.thxMessage513 span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}



@keyframes slideIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes scaleIn {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



@keyframes slideRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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



@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

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



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

