* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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

.learning_impact::after {
    width: 250px;
    left: -80px;
    content: "";
    z-index: 0;
    position: absolute;
    filter: blur(100px);
    bottom: -80px;
    height: 250px;
    background: rgb(130,150,181,0.5);
}

.learning_impact .paragraph_box h4::after {
    background: rgb(74,103,161);
    content: "";
    width: 60px;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: 0;
}

.learning_impact .paragraph_box li:hover {
    transform: translateX(5px);
}

.learning_impact .paragraph_box li:hover p span:first-child {
    transform: rotate(5deg);
    background: rgb(74,103,161,0.5);
}

.learning_impact .paragraph_box li:hover svg {
    transform: scale(1.1);
}

.learning_impact .paragraph_box li:hover svg path {
    fill: rgb(130,150,181);
}

.learning_impact .img_overlay::after {
    pointer-events: none;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgba(rgb(130,150,181,0.5), 0.2), transparent);
    content: "";
    height: 100%;
}

.education_history .student_stories::before {
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    z-index: -1;
    right: 0;
    transform: translateY(-50%);
    height: 90%;
    background: linear-gradient(90deg, rgb(130,150,181,0.5) 0%, transparent 50%);
    border-radius: 27px;
    content: "";
    left: 0;
    top: 50%;
    position: absolute;
    filter: blur(40px);
    opacity: 0.3;
}

.education_history .name {
    position: relative;
    transform: translateX(0);
    grid-area: name;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-top: 80px;
    align-self: end;
    padding-bottom: 10px;
}

.education_history .work_background {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    align-self: start;
    transform: translateY(0);
    padding: 2rem;
    z-index: 2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    line-height: 1.8;
    border-left: 4px solid rgb(74,103,161);
    position: relative;
    width: 95%;
    border-radius: 27px;
    margin-right: 0;
    grid-area: quote;
    font-size: 13px;
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.start_now h6 {
    font-weight: 700;
    position: relative;
    text-align: center;
    animation: float 6s ease-in-out infinite;
    font-size: calc(19px * 1.2);
    color: #ffffff;
    letter-spacing: 0.02em;
    transform: translateZ(30px);
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
}

.start_now .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}

.start_now .support_feedback span {
    position: relative;
    z-index: 2;
}

.start_now .support_feedback:hover::before {
    transform: translateX(100%);
}

.start_now .support_feedback:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(0.98);
}

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

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

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

footer .study_bottom::before {
    background: linear-gradient(90deg, rgb(130,150,181) 25%, rgb(74,103,161) 25%, rgb(74,103,161) 50%, rgb(130,150,181) 50%, rgb(130,150,181) 75%, rgb(74,103,161) 75%);
    width: 100%;
    height: 20px;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item a:hover {
    color: rgb(130,150,181);
}

footer .head_learn {
    position: relative;
    padding: 0 25px;
}

footer .conduct_code {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    max-width: 350px;
}

footer .site_navbar a {
    transition: all 0.3s ease;
    margin: 5px 8px 5px 0;
    border-radius: 20px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
}

footer .input_holder::after {
    bottom: -20px;
    z-index: -1;
    left: -10px;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(74,103,161);
    content: "";
    opacity: 0.1;
    width: 70px;
    height: 70px;
}

footer .join_us::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    content: "";
    height: 100%;
}

.thanksHub::after {
    position: absolute;
    z-index: 0;
    background: linear-gradient(120deg, rgb(130,150,181,0.5) 10%, transparent 80%);
    width: 70%;
    height: 200%;
    opacity: 0.1;
    right: -20%;
    transform: rotate(25deg);
    top: -50%;
    content: "";
}

.thanksHub .vision_mission {
    position: relative;
    border-left: 4px solid rgb(74,103,161);
    transform: translateZ(10px) translateY(10px);
    background: #ffffff;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
    padding: 35px 40px 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
}

.title_welcome {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 2rem;
    justify-content: center;
}

.title_welcome .edu_begin > div:first-child {
    transform: translateX(-5%);
    position: relative;
    animation: slideInLeft 1s forwards 0.3s ease-out;
    opacity: 0;
}

.title_welcome h3::before {
    transform: skewY(-15deg);
    left: 0;
    position: absolute;
    top: 0.5em;
    background: rgb(130,150,181);
    content: "";
    width: 8px;
    height: 85%;
}

.title_welcome .skill_mastery::before {
    position: absolute;
    border-right: 2px solid rgb(130,150,181);
    opacity: 0.7;
    top: -8px;
    border-top: 2px solid rgb(130,150,181);
    height: 60%;
    right: -8px;
    width: 60%;
    z-index: -1;
    content: "";
}

.title_welcome .skill_mastery > div:hover {
    transform: translateY(-5px) scale(1.02);
}

.title_welcome .skill_mastery > div:hover p {
    transform: translateY(-5px);
}

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

.our_mission h1 {
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    position: relative;
    font-weight: 700;
    transform: translateX(30px);
    margin-bottom: 60px;
    display: inline-block;
    color: #000000;
    font-size: 41px;
}

.our_mission .edu_ethos:nth-child(2) {
    animation-delay: 0.6s;
    transform: translateY(40px) rotate(1deg);
}

.our_mission .edu_ethos h4::before {
    transform: translateY(-50%) scale(0);
    content: "";
    width: 8px;
    animation: popIn 0.4s ease-out forwards 1.2s;
    position: absolute;
    background: rgb(130,150,181);
    top: 50%;
    height: 8px;
    left: -15px;
    border-radius: 50%;
}

.privacy_panel h2 {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(74,103,161);
    font-size: 30px;
}

.privacy_panel ul, .privacy_panel ol {
    padding-left: 20px;
    margin: 0;
}

.privacy_panel ul {
    counter-reset: item;
    list-style-type: none;
}

.privacy_panel ol li {
    margin-bottom: 10px;
    font-size: 17px;
}

.privacy_panel div {
    margin-bottom: 20px;
}

.statistical_details::after {
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    background-size: 100px 100px;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    width: 100%;
    height: 100%;
    opacity: 0.03;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
}

.statistical_details .benefits_block {
    align-items: center;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: center;
    padding: 20px 15px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.statistical_details .boost_statistics {
    position: relative;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
    border-radius: 25px;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.3);
}

.statistical_details svg {
    width: 24px;
    height: 24px;
    transition: fill 0.3s ease;
    fill: rgb(130,150,181);
}

.user_reviews {
    background: linear-gradient(135deg, rgb(74,103,161,0.5), rgb(182,191,205));
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}

.user_reviews h2 {
    transform-origin: left center;
    text-align: left;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    font-size: 38px;
    transform: perspective(1000px) rotateX(0deg) rotateY(-1deg);
    margin-bottom: 60px;
    color: #000000;
}

.user_reviews .student_stories:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 30px 60px rgba(83, 83, 83, 0.05);
}

.user_reviews .student_stories img {
    width: 60px;
    object-fit: cover;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.user_reviews .description::before {
    position: absolute;
    left: -10px;
    opacity: 0.2;
    top: -20px;
    content: "";
    font-family: Georgia, serif;
    line-height: 1;
    color: rgb(74,103,161,0.5);
    font-size: 80px;
    z-index: -1;
}

.user_reviews a:hover::before {
    left: 100%;
}

.course_offering::before {
    left: 0;
    position: absolute;
    width: 70%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    height: 100%;
    content: '';
    top: 0;
}

.course_offering .learn_track:hover img {
    transform: scale(1.2);
}

.course_offering .learn_coding {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    border-top: 4px solid rgb(130,150,181);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem;
}

.course_offering .learn_coding .support_feedback:hover::before {
    opacity: 1;
}

header::after {
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(74,103,161,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(74,103,161,0.5) 100%);
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    opacity: 0.1;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
}

header .head_main::after {
    border-radius: 50%;
    position: absolute;
    width: 70px;
    z-index: -2;
    opacity: 0.3;
    height: 70px;
    content: "";
    background: rgb(74,103,161,0.5);
    filter: blur(20px);
    animation: pulse-opacity 4s ease infinite alternate;
}

header .nav_page {
    transition: all 0.3s ease;
    perspective: 800px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

header .nav_page:hover::before {
    transform: translateZ(0);
    border-color: rgb(74,103,161,0.5);
    box-shadow: 0 0 15px rgb(130,150,181,0.5);
}

.connect_form .img_overlay {
    margin-left: -5%;
    position: relative;
    min-height: 600px;
    transform: skew(-10deg);
    z-index: 2;
    flex: 0 0 45%;
}

.connect_form h2 {
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 43px;
    padding-left: 2rem;
    text-align: left;
    color: #ffffff;
    font-weight: 700;
}

.connect_form .query_help h3::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background: rgb(130,150,181);
}

.connect_form .query_help input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.connect_form .query_help .inquiry_form {
    align-items: center;
    gap: 1rem;
    display: flex;
}

.connect_form .query_help .inquiry_form input[type="checkbox"]:checked {
    background: rgb(130,150,181);
    border-color: rgb(130,150,181);
}

.connect_form .query_help .inquiry_form a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(130,150,181);
}

.connect_form .query_help .support_feedback:hover {
    box-shadow: 0 10px 20px rgb(130,150,181,0.5);
    transform: translateY(-3px);
}

.plan_list .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.plan_list .study_sub {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.plan_list .premium_plan {
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto 60px;
    opacity: 0;
    line-height: 1.6;
    text-align: center;
    transform: translateY(20px);
    font-size: calc(15px * 1.1);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
}

.plan_list .class_cost li:nth-child(3) {
    animation-delay: 0.8s;
}

.plan_list .plan_cost:hover {
    transform: translateY(-12px);
}

.plan_list .cost_deals::before {
    height: 6px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(130,150,181) 0%, rgb(74,103,161) 100%);
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    transform-origin: right;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    left: 0;
}

.plan_list .bundle_offer p {
    color: #000000;
    position: relative;
    font-size: 15px;
    overflow-y: auto;
    line-height: 1.7;
    padding-right: 15px;
    max-height: 150px;
    margin-bottom: 30px;
}

::-webkit-scrollbar {
    height: 4px;
    width: 16px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(121deg, #ffffff 54%, rgb(255, 255, 255, 0.5) 63%, rgb(74,103,161) 71%, rgb(74,103,161,0.5) 93%, rgb(130,150,181) 37%, rgb(130,150,181,0.5) 86%, rgb(182,191,205) 79%);
    border: 1px dashed rgb(74,103,161,0.5);
}

::-webkit-scrollbar-thumb {
    border-radius: 16%;
    box-shadow: 3px -5px 3px -2px rgba(0, 0, 0, 0.4);
    transition: box-shadow, border-radius 3.5s ease-out;
    background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px -3px 15px 8px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(74,103,161);
    box-shadow: inset 2px 4px 5px -1px rgba(0, 0, 0, 0.1);
}

header .head_teach::-webkit-scrollbar {
    display: none;
}

.plan_list .bundle_offer p::-webkit-scrollbar {
    width: 6px;
}

.plan_list .bundle_offer p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}

.plan_list .bundle_offer p::-webkit-scrollbar-thumb {
    background: rgb(130,150,181,0.5);
    transition: background 0.3s ease;
    border-radius: 10px;
}

.plan_list .plan_cost:hover .bundle_offer p::-webkit-scrollbar-thumb {
    background: rgb(130,150,181);
}



@media (hover: none) {.start_now .container {
    transform: none;
}.start_now h6 {
    animation: none;
    transform: none;
}.start_now .container > div span {
    transform: none;
}.start_now .container > div span:hover {
    transform: none;
}.start_now .support_feedback:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}
}



@media (max-width: 576px) {.future_learners {
    padding: 60px 0;
}.future_learners h3 {
    padding: 15px 20px;
    font-size: calc(34px * 0.85);
    margin-bottom: 40px;
}.future_learners ul li {
    gap: 15px;
    padding: 25px 20px;
}.future_learners ul li svg {
    height: 40px;
    width: 40px;
    padding: 8px;
}
}



@media (max-width: 576px) {footer .head_teach h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
}footer .site_navbar a {
    font-size: calc(17px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .join_us {
    padding: 12px;
}}



@media (hover: hover) {.thanksHub .vision_mission:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}



@media (min-width: 992px) {.title_welcome {
    padding: 3rem;
}.title_welcome .edu_begin {
    gap: 4rem;
}.title_welcome h3 {
    font-size: calc(23px * 1.3);
    max-width: 85%;
}.title_welcome h1 {
    font-size: calc(46px * 1.6);
}.title_welcome .skill_mastery {
    padding: 3rem;
}.title_welcome .skill_mastery > div {
    height: 300px;
}.title_welcome p {
    font-size: calc(16px * 1.1);
}
}


@media only screen and (max-width: 800px) {.privacy_panel {
    padding: 30px 15px;
}.privacy_panel h1 {
    font-size: calc(22px - 10px);
}.privacy_panel h2 {
    font-size: calc(22px - 8px);
}.privacy_panel p, .privacy_panel li {
    font-size: calc(17px - 2px);
}}



@media (max-width: 768px) {.statistical_details {
    padding: 50px 0;
}.statistical_details .study_gain {
    padding: 30px;
    grid-template-columns: 1fr;
}.statistical_details .benefits_block {
    padding: 15px;
}.statistical_details .benefits_block h4 {
    font-size: calc(30px - 0.25rem);
}.statistical_details .boost_experts {
    margin-bottom: 20px;
    font-size: calc(30px - 0.25rem);
}
}



@media (max-width: 768px) {.user_reviews {
    padding: 60px 0 40px;
}.user_reviews::after {
    height: 200px;
    width: 200px;
}.user_reviews h2 {
    font-size: calc(38px * 0.8);
    transform: none;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
}.user_reviews h2::before {
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
    top: -20px;
    width: 60px;
}.user_reviews .feedback_perspectives {
    grid-template-columns: 1fr;
    gap: 20px;
}.user_reviews .student_stories {
    padding: 25px;
}.user_reviews a {
    padding: 12px 28px;
    margin-top: 30px;
}
}



@media screen and (max-width: 1200px) {.connect_form .img_overlay {
    margin-left: -3%;
}
}



@media screen and (max-width: 768px) {.connect_form {
    padding: 3rem 0;
}.connect_form h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(43px * 0.8);
}.connect_form h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.connect_form .query_help h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.5rem;
}.connect_form .query_help input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (max-width: 480px) {.plan_list {
    padding: 50px 0;
}.plan_list h2 {
    font-size: calc(36px * 0.7);
}.plan_list .bundle_offer {
    padding: 20px 18px;
}.plan_list .pricing_fees {
    font-size: calc(22px * 1.1);
    padding: 10px 15px;
}
}



@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

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



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}



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



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



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



@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

