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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 100;
    background: rgb(235,233,237);
    padding: 1rem 0;
    position: relative;
    width: 100%;
}

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

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

.statistical_report::before {
    top: -10%;
    right: -5%;
    position: absolute;
    z-index: 1;
    height: 70%;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    width: 40%;
    background: linear-gradient(225deg, rgb(207,202,210,0.5) 0%, transparent 70%);
}

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

.statistical_report ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0 0 3rem 0;
}

.statistical_report .extra_statistics::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    opacity: 0.85;
    background: linear-gradient(135deg, 
                rgb(255, 255, 255, 0.5) 0%, 
                rgb(171,164,176,0.5) 30%, 
                rgb(171,164,176,0.5) 70%, 
                rgb(255, 255, 255, 0.5) 100%);
    transition: opacity 0.3s ease;
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
}

.statistical_report .extra_statistics:hover div {
    transform: translateY(-5px);
}

.statistical_report .extra_statistics p {
    margin: 0 0 0.5rem;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: linear-gradient(135deg, rgb(207,202,210) 0%, rgb(171,164,176) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
    line-height: 1;
    font-size: calc(40px * 1.2);
}

.statistical_report .extra_statistics span {
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.02em;
    max-width: 90%;
    transition: letter-spacing 0.3s ease;
    line-height: 1.4;
    font-size: 12px;
}

.statistical_report h4::before {
    background: linear-gradient(90deg, transparent, rgb(207,202,210), transparent);
    transform: translateX(-50%);
    width: 30%;
    position: absolute;
    bottom: 0;
    height: 3px;
    content: "";
    left: 50%;
}

.teaching_experience {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background-color: rgb(235,233,237);
}

.teaching_experience::after {
    filter: blur(100px);
    content: "";
    border-radius: 50%;
    left: -80px;
    z-index: 0;
    background: rgb(171,164,176,0.5);
    bottom: -80px;
    position: absolute;
    width: 250px;
    height: 250px;
}

.teaching_experience .img_rounded {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 500px;
    transform: translateX(-30px) translateY(-30px);
    border-radius: 14px 0 0 14px;
}

.teaching_experience .work_details {
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.teaching_experience .name {
    color: #000000;
    font-size: 41px;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.teaching_experience .work_details > div:nth-child(2)::after {
    width: 60px;
    bottom: 0;
    height: 2px;
    background: rgb(171,164,176);
    content: "";
    left: 0;
    position: absolute;
}

.teaching_experience .past_career {
    font-style: italic;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-weight: 300;
    font-size: calc(18px * 1.1);
    color: #000000;
}

.teaching_experience .review_lounge:hover .img_rounded {
    transform: translateX(-20px) translateY(-40px);
}

.appContainer {
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgb(207,202,210,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.appContainer::before {
    opacity: 0.6;
    position: absolute;
    height: 70%;
    top: -10%;
    width: 40%;
    content: "";
    z-index: 1;
    right: -5%;
    background: linear-gradient(120deg, rgb(171,164,176,0.5) 0%, transparent 70%);
    transform: rotate(-15deg) skewX(15deg);
}

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

.appContainer h2::after {
    height: 3px;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(207,202,210) 0%, rgb(171,164,176) 100%);
    transform: scaleX(1);
    content: "";
    left: 0;
    width: 80px;
    transition: transform 0.5s ease;
    bottom: -15px;
}

.appContainer .learning_lab::before {
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    right: 0;
    left: 0;
}

.appContainer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.appContainer li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}

.appContainer li::before {
    transform: translateY(-50%);
    content: "";
    height: 6px;
    top: 10px;
    width: 6px;
    border-radius: 50%;
    left: 0;
    position: absolute;
    background: rgb(171,164,176);
}

.cookie_notice_overlay {
    width: 100%;
    bottom: 0;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    transition: transform 0.5s ease-in-out;
    background: rgb(171,164,176);
    position: fixed;
    border-top: 3px solid rgb(171,164,176);
    animation: slideUp 0.5s forwards;
}

.user_tracker {
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(207,202,210));
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.user_tracker:hover svg {
    transform: scale(1.1);
}

.cookie_edu:hover {
    box-shadow: 0 0 20px rgb(171,164,176);
}

.cookie_button.cookie_comply:hover {
    box-shadow: 0 0 15px rgb(171,164,176);
}

.cookie_notice_overlay p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(207,202,210);
}

.cookie_notice_overlay p a:hover {
    color: rgb(171,164,176);
}

#consentNoticePanel {
    display: none;
}

#consentNoticePanel:checked ~ .cookie_notice_overlay {
    visibility: hidden;
    opacity: 0;
}

.contact_form_box::before {
    background: linear-gradient(135deg, rgb(207,202,210,0.5) 0%, rgb(171,164,176,0.5) 100%);
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

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

.contact_form_box .help_grid h3::after {
    border-radius: 2px;
    height: 4px;
    background: rgb(207,202,210);
    width: 80px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    bottom: -15px;
}

.contact_form_box .help_grid div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact_form_box .help_grid span {
    font-size: 12px;
    color: #000000;
}

.contact_form_box .help_grid a:hover {
    color: rgb(171,164,176);
}

.contact_form_box .support_request {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 18px;
    background: #ffffff;
}

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

.contact_form_box form input[type="text"]:focus,
.contact_form_box form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(207,202,210,0.5);
    border-color: rgb(207,202,210);
}

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

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

.contact_form_box .request_request label {
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}

.contact_form_box .request_request a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(207,202,210);
}

.contact_form_box .message_feedback {
    border-radius: 10px;
    padding: 18px 20px;
    background: rgb(207,202,210);
    color: #ffffff;
    position: relative;
    border: none;
    overflow: hidden;
    font-weight: 600;
    grid-column: 1 / -1;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.course_structure::before {
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(207,202,210,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(171,164,176,0.5), 0.12) 0%, transparent 45%);
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
}

.course_structure h2 {
    transform: translateX(-5%);
    font-size: 32px;
    max-width: 85%;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.3;
    position: relative;
    color: #000000;
}

.course_structure h2:hover::after {
    transform: scaleX(1.5);
}

.course_structure .next_skill {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    display: grid;
    position: relative;
}

.course_structure .img_rounded {
    height: 400px;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
}

.course_structure .img_rounded::after {
    height: 200%;
    opacity: 0;
    transition: opacity 1.2s ease;
    top: -50%;
    mix-blend-mode: overlay;
    width: 200%;
    content: "";
    z-index: 2;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
    left: -50%;
    position: absolute;
}

.course_structure .description:first-of-type {
    position: relative;
    z-index: 1;
}

.course_structure .description:first-of-type::first-letter {
    color: rgb(207,202,210);
    margin-right: 1px;
    font-weight: 700;
    font-size: 1.5em;
}

.course_structure .description:last-of-type {
    position: relative;
    border-left: 1px solid rgba(rgb(207,202,210,0.5), 0.2);
    padding-left: 20px;
}

.course_benefits {
    overflow: hidden;
    position: relative;
    padding: 5rem 1.5rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgba(255,255,255,0.98) 70%);
}

.course_benefits::after {
    z-index: 0;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(40deg, rgb(171,164,176,0.5) 15%, transparent 75%);
    height: 20rem;
    transform: rotate(25deg);
    bottom: -15%;
    content: "";
    width: 20rem;
    left: -5%;
    border-radius: 60% 40% 30% 70%;
    filter: blur(35px);
    animation: float 15s infinite ease-in-out reverse;
}

.course_benefits h5::after {
    width: 4rem;
    content: "";
    bottom: -0.8rem;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(207,202,210), transparent);
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
}

.course_benefits .learning_lab:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.course_benefits .img_rounded {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    max-width: 480px;
    border-radius: 3px;
    transform: perspective(1000px) rotateY(-2deg);
    height: auto;
}

.course_benefits .word_box {
    width: 100%;
}

.course_benefits ul {
    margin: 0;
    grid-template-columns: 1fr;
    display: grid;
    gap: 1.25rem;
    padding: 0;
    list-style: none;
}

.course_benefits li:hover {
    border-left: 2px solid rgb(207,202,210);
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05), transparent);
}

.course_benefits li:nth-child(odd) {
    border-left: 2px solid rgb(171,164,176,0.5);
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.02), transparent);
}

.course_benefits li div,
.course_benefits li p {
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}

.course_benefits li:hover svg {
    transform: translateY(-3px);
}

.course_benefits svg path {
    fill: rgb(207,202,210);
    transition: fill 0.3s ease;
}

.course_benefits li:first-child {
    animation: fadeInUp 0.6s 0.1s both;
}

.course_benefits li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.course_benefits li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

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

header .site_start {
    gap: 1rem;
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
    align-items: center;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
}

header .nav_pro::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    position: absolute;
    height: 2px;
    content: '';
    width: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(207,202,210), 
        rgb(171,164,176), 
        rgb(207,202,210), 
        transparent);
}

header .site_header {
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-radius: 14px;
    display: flex;
    grid-area: menu;
    padding: 0.6rem;
    justify-content: center;
    gap: 0.5rem;
}

header .top_start:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(207,202,210,0.5);
    background: linear-gradient(135deg, rgb(207,202,210), rgb(171,164,176));
}

.privacy_hideout h1 {
    color: rgb(207,202,210);
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    border-bottom: 2px solid rgb(207,202,210,0.5);
}

.privacy_hideout h3,
.privacy_hideout h4,
.privacy_hideout h5,
.privacy_hideout h6 {
    margin-top: 20px;
    color: rgb(171,164,176,0.5);
    font-weight: 400;
}

.privacy_hideout ol {
    counter-reset: li;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.privacy_hideout ol li {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 10px;
    padding: 10px 15px 10px 40px;
}

.privacy_hideout p {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 15px;
}

.privacy_hideout span {
    font-weight: 600;
    color: rgb(207,202,210);
}

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

.primary_page::before {
    z-index: 0;
    right: 0;
    content: "";
    animation: backgroundShift 60s linear infinite;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%);
    position: absolute;
    background-size: 50px 50px;
    top: 0;
    left: 0;
    opacity: 0.5;
    bottom: 0;
}

.primary_page .learning_lab {
    position: relative;
    z-index: 1;
    gap: 2rem;
    flex-direction: column;
    display: flex;
}

.primary_page .word_box::before {
    height: 100%;
    background: linear-gradient(45deg, transparent 98%, rgb(171,164,176) 98%);
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
}

.primary_page ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary_page li {
    margin-bottom: 2rem;
}

.primary_page .learning_lead {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.primary_page svg:hover {
    transform: translateY(-5px) rotate(2deg);
}

.primary_page svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.primary_page svg text {
    font-family: Arial, sans-serif;
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.primary_page .message_feedback {
    border: none;
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-align: center;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(171,164,176) 0%, rgba(94,170,168,0.9) 100%);
    letter-spacing: 0.5px;
    transform: translateY(0);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(94,170,168,0.2);
    font-size: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 600;
}

.primary_page .img_rounded {
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.primary_page .img_rounded::after {
    top: 0;
    z-index: 1;
    content: "";
    background: rgba(94,170,168,0.2);
    bottom: 0;
    opacity: 0;
    right: 0;
    transition: opacity 0.5s ease;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
}

footer .equity_info::before {
    top: 0;
    opacity: 0.1;
    background-size: 60px 60px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    width: 100%;
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    left: 0;
    background-color: rgb(207,202,210);
    content: "";
    position: absolute;
    transition: height 0.3s ease, top 0.3s ease;
    top: 25%;
    width: 6px;
    height: 50%;
}

footer .info_item:hover::before {
    top: 0;
    height: 100%;
}

footer .info_item p,
footer .info_item a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    color: #2c3e50;
    z-index: 1;
}

footer .text_main_holder {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
}

footer .main_core:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

footer .site_header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

footer .leaderboard {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .site_header h5::after {
    background-color: rgb(207,202,210);
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    width: 50px;
    bottom: 0;
}

footer .top_master:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

footer .top_master a:last-child {
    border-bottom: none;
}

footer .top_master a::before {
    content: "→";
    transform: translateX(-10px);
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    right: 0;
}

footer .top_master a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

footer .subscribe_holder h5::after {
    content: "";
    bottom: 0;
    width: 50px;
    left: 0;
    background-color: rgb(207,202,210);
    height: 2px;
    position: absolute;
}

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

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(207,202,210);
    background-color: rgba(255, 255, 255, 0.1);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .join_list {
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    background-color: rgb(207,202,210);
}

footer .pledge_block {
    border-radius: 30px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

.user_testimonials::after {
    content: "";
    width: 40%;
    background-image: radial-gradient(circle, rgb(171,164,176,0.5) 10%, transparent 70%);
    z-index: 0;
    height: 40%;
    position: absolute;
    bottom: -5%;
    opacity: 0.5;
    right: -5%;
}

.user_testimonials h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 29px;
    color: #000000;
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
}

.user_testimonials .feedback_track {
    perspective: 1000px;
    list-style: none;
    padding: 0;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.user_testimonials .review_lounge::before {
    z-index: 2;
    width: 100%;
    background: linear-gradient(90deg, rgb(207,202,210) 0%, rgb(171,164,176) 100%);
    transform: scaleX(0);
    content: "";
    top: 0;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    height: 0.3rem;
    left: 0;
}

.user_testimonials .review_lounge:hover::before {
    transform: scaleX(1);
}

.user_testimonials .review_lounge div {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}

.user_testimonials .review_lounge:hover img {
    transform: scale(1.05);
}

.user_testimonials .review_lounge h4 {
    color: #000000;
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: 21px;
}

.user_testimonials .review_lounge:hover h4::after {
    transform: scaleX(1);
}

.user_testimonials .description {
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    font-weight: 400;
}

.user_testimonials .description::before {
    font-size: 5rem;
    left: -0.5rem;
    opacity: 0.2;
    position: absolute;
    content: "";
    font-family: serif;
    top: -1.5rem;
    color: rgb(207,202,210,0.5);
    line-height: 1;
}

.user_testimonials a::before {
    top: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(171,164,176) 0%, rgb(207,202,210) 100%);
    position: absolute;
}

.user_testimonials a:hover::before {
    opacity: 1;
}

.user_testimonials .learning_lab {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.user_testimonials .review_lounge:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.user_testimonials .review_lounge:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

.user_testimonials .review_lounge:nth-child(7) {
    animation: fadeInUp 0.6s 0.7s both;
}

.course_suitability::before {
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(171,164,176,0.5), 0.3) 0%,
        transparent 70%
    );
    animation: pulseGlow 15s infinite alternate ease-in-out;
    width: 100%;
    right: -50%;
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
}

.course_suitability .learning_lab {
    position: relative;
    flex-direction: column;
    max-width: 1000px;
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 0 2rem;
}

.course_suitability h3::before,
.course_suitability h3::after {
    z-index: -1;
    width: 30px;
    content: "";
    height: 30px;
    border-color: rgb(171,164,176);
    border-style: solid;
    position: absolute;
}

.course_suitability h3::before {
    border-radius: 5px 0 0 0;
    border-width: 2px 0 0 2px;
    top: -10px;
    left: -10px;
}

.course_suitability h3::after {
    border-width: 0 2px 2px 0;
    bottom: -10px;
    right: -10px;
    border-radius: 0 0 5px 0;
}

.course_suitability li {
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 21px;
    padding: 2rem;
    backdrop-filter: blur(12px);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}

.course_suitability li:hover::after {
    position: absolute;
    height: 4px;
    animation: glowLine 2s infinite alternate ease-in-out;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(171,164,176),
        rgb(207,202,210)
    );
    bottom: 0;
}

.course_suitability li svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,164,176);
}

.course_suitability li:hover svg path {
    fill: rgb(207,202,210);
}

.course_suitability li:nth-child(odd) {
    transform: translateX(-20px);
}

.course_suitability li:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-10px);
}

.company_overview::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(0deg, rgb(207,202,210) 30%, transparent 70%),
        linear-gradient(90deg, rgb(207,202,210) 0%, transparent 50%, rgb(207,202,210) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    content: "";
    position: absolute;
    z-index: -1;
}

.company_overview .learning_lab::before {
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(207,202,210,0.5), transparent);
}

.company_overview .learning_lab::after {
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(207,202,210), rgb(171,164,176), rgb(207,202,210));
    width: 100%;
    content: "";
}

.company_overview .student_voice .img_rounded {
    height: 350px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    width: 280px;
    border: 5px solid rgb(207,202,210);
}

.company_overview .fast_learn {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 1px;
}

.company_overview .word_box {
    flex-direction: column;
    justify-content: center;
    grid-area: text;
    display: flex;
}

.company_overview h2::after {
    bottom: -10px;
    left: 0;
    background: rgb(207,202,210);
    content: "";
    height: 3px;
    width: 80px;
    position: absolute;
}

.company_overview .study_tracks {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    grid-area: logo;
    border-top: 1px solid rgba(rgb(207,202,210), 0.1);
    padding-top: 20px;
}

.sign_up_for_updates::before {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 11px
    );
    opacity: 0.1;
    left: 0;
}



.sign_up_for_updates .learning_lab {
    position: relative;
    display: grid;
    z-index: 2;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
}

.sign_up_for_updates .inquiry_query::before {
    filter: blur(15px);
    right: -2px;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(207,202,210), transparent, rgb(171,164,176));
    top: -2px;
    position: absolute;
    content: "";
    opacity: 0.7;
    z-index: -1;
    animation: glow 3s ease-in-out infinite alternate;
}



.sign_up_for_updates h3 {
    position: relative;
    text-shadow: 0 0 10px rgb(207,202,210), 0 0 20px rgb(207,202,210,0.5);
    font-family: Arial, sans-serif;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-size: 32px;
}

.sign_up_for_updates input[type="email"] {
    border: none;
    padding: 1.3rem 1.5rem;
    border-right: 1px solid rgb(207,202,210,0.5);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    flex-grow: 1;
    font-size: 12px;
    transition: all 0.3s ease;
}

.sign_up_for_updates .join_list {
    border: none;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(
        to right,
        rgb(171,164,176),
        rgb(207,202,210)
    );
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.sign_up_for_updates .join_list:hover {
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 15px rgb(171,164,176), 0 0 30px rgb(171,164,176,0.5);
}

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

.rate_card {
    position: relative;
}

.pricing_offer h2 {
    margin-bottom: 25px;
    color: #ffffff;
    animation: titleFadeIn 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    transform: translateY(0);
    text-align: center;
}

.pricing_offer .pro_fees {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.pricing_offer .learn_packs:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing_offer .value_rates {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
}

.pricing_offer .learn_packs:hover .value_rates::before {
    transform: scaleX(1);
}

.pricing_offer .bundle_price {
    padding: 35px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.pricing_offer .bundle_price h4 {
    color: #000000;
    font-size: calc(19px * 1.1);
    padding-bottom: 15px;
    font-weight: 700;
    margin: 0 0 20px;
    transition: color 0.3s ease;
    position: relative;
}

.pricing_offer .learn_packs:hover .bundle_price h4::after {
    width: 60px;
}

.pricing_offer .bundle_price p {
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    margin: 0 0 25px;
    color: #000000;
    word-break: break-word;
    flex-grow: 1;
}

.pricing_offer .learn_packs:hover .monthly_plan {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(207,202,210,0.5), rgb(207,202,210));
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
}

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


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


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



@media (max-width: 1200px) {.statistical_report ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.statistical_report .extra_statistics p {
    font-size: calc(34px * 1.1);
}
}



@media (max-width: 992px) {.statistical_report {
    padding: 4rem 0;
}.statistical_report::before, 
    .statistical_report::after {
    height: 50%;
    width: 50%;
}.statistical_report ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
}



@media (max-width: 768px) {.statistical_report {
    padding: 3rem 0;
}.statistical_report ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}.statistical_report .extra_statistics div {
    padding: 1.5rem 1rem;
}.statistical_report .extra_statistics p {
    font-size: 34px;
}.statistical_report .extra_statistics span {
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 992px) {.teaching_experience .review_lounge {
    max-width: 90%;
    grid-template-columns: 1fr;
}.teaching_experience .img_rounded {
    transform: translateY(-30px);
    height: 400px;
    border-radius: 14px 14px 0 0;
}.teaching_experience .img_rounded::before {
    left: 0;
    top: 30px;
    width: 100%;
}.teaching_experience .work_details {
    padding: 1rem 2rem 3rem;
}.teaching_experience .review_lounge:hover .img_rounded {
    transform: translateY(-40px);
}
}



@media (min-width: 768px) {.appContainer {
    padding: 150px 0;
}.appContainer h2 {
    max-width: 80%;
    font-size: calc(30px * 1.1);
}.appContainer .learning_lab {
    padding: 50px 60px;
    margin-left: 30px;
}.appContainer span {
    font-size: calc(15px * 1.1);
}
}



@media (min-width: 992px) {.appContainer .container {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}.appContainer h2 {
    max-width: 70%;
}.appContainer .learning_lab {
    width: 85%;
    margin-left: 60px;
}.appContainer span {
    line-height: 1.9;
    font-size: calc(15px * 1.15);
}
}



@media (max-width: 480px) {.appContainer {
    padding: 60px 0;
}.appContainer h2 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.8);
}.appContainer .learning_lab {
    padding: 25px 20px;
}.appContainer span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.appContainer h2::after {
    height: 2px;
    width: 50px;
}}


@media only screen and (max-width: 800px) {.user_tracker {
    display: none;
}.visitor_privacy {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie_notice_overlay h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.visitor_confirm {
    margin-bottom: 15px;
}.cookie_edu {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 576px) {.contact_form_box {
    padding: 50px 0;
}.contact_form_box .help_grid {
    padding: 25px;
    grid-template-columns: 1fr;
}.contact_form_box .support_request {
    padding: 25px;
}.contact_form_box .help_grid h3,
    .contact_form_box form h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
}.contact_form_box .help_grid div {
    padding: 25px 15px;
}}



@media (min-width: 992px) {.course_structure .container {
    padding: 0 40px;
}.course_structure h2 {
    transform: translateX(-8%);
    max-width: 70%;
    font-size: calc(32px * 1.4);
}.course_structure h2::after {
    height: 4px;
    width: 120px;
}.course_structure .next_skill {
    grid-gap: 80px;
}.course_structure .img_rounded {
    height: 550px;
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
}.course_structure .img_rounded:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course_structure .word_box {
    padding: 0 0 0 40px;
}.course_structure .description {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
    max-height: 400px;
}
}



@media (max-width: 767px) {.course_structure {
    padding: 80px 0 60px;
}.course_structure h2 {
    font-size: calc(32px * 0.9);
    transform: translateX(0);
    margin-bottom: 40px;
    max-width: 100%;
}.course_structure .img_rounded {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}.course_structure .word_box {
    padding: 20px 0 0;
}.course_structure .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}}



@media (max-width: 767px) {.course_benefits li p {
    font-size: calc(14px * 0.95);
}.course_benefits h5 {
    padding: 0 1rem;
    font-size: calc(19px * 0.9);
}.course_benefits li {
    padding: 0.7rem 0.8rem 0.7rem 3rem;
}}



@media (max-width: 991px) {header .nav_pro svg {
    width: 140px;
}header .site_header {
    padding: 0.5rem;
    gap: 0.4rem;
}header .top_start {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_pro svg {
    width: 120px;
}header .site_header {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem;
    overflow-x: auto;
}header .site_header::-webkit-scrollbar {
    height: 2px;
}header .site_header::-webkit-scrollbar-thumb {
    background: rgb(207,202,210);
    border-radius: 10px;
}header .top_start {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (min-width: 768px) {.primary_page {
    padding: 6rem 3rem;
}.primary_page::before {
    background-size: 80px 80px;
}.primary_page h1 {
    font-size: calc(19px * 1.2);
    margin-bottom: 3rem;
}.primary_page .learning_lab {
    align-items: center;
    flex-direction: row;
}.primary_page .word_box {
    margin-right: -4rem;
    padding: 3rem;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}.primary_page .img_rounded {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    flex: 1;
    height: 450px;
}.primary_page svg {
    height: 150px;
    width: 150px;
}.primary_page .learning_lead p {
    font-size: calc(13px * 1.2);
    max-width: 80%;
}.primary_page .message_feedback {
    padding: 1.2rem 2.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.primary_page::before {
    animation: none;
}.primary_page h1,
    .primary_page .word_box,
    .primary_page svg,
    .primary_page .message_feedback,
    .primary_page .img_rounded {
    transition: none;
}.primary_page svg:hover,
    .primary_page .message_feedback:hover,
    .primary_page .img_rounded:hover {
    transform: none;
}}



@media (max-width: 767px) {footer .equity_info {
    padding: 70px 0 30px;
}footer .team_contact {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .main_core, footer .subscribe_holder {
    padding: 25px 20px;
}footer .site_header h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .ssl_info {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.user_testimonials {
    padding: 3rem 0;
}.user_testimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.user_testimonials h2::after {
    width: 4rem;
}.user_testimonials .feedback_track {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_testimonials .review_lounge {
    padding: 1.5rem;
}
}



@media (min-width: 992px) {.course_suitability ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.course_suitability li:nth-child(1),
    .course_suitability li:nth-child(3) {
    transform: translateY(20px);
}.course_suitability li:nth-child(2),
    .course_suitability li:nth-child(4) {
    transform: translateY(-20px);
}.course_suitability li:nth-child(1):hover,
    .course_suitability li:nth-child(3):hover {
    transform: translateY(10px);
}.course_suitability li:nth-child(2):hover,
    .course_suitability li:nth-child(4):hover {
    transform: translateY(-30px);
}
}



@media (max-width: 768px) {.course_suitability {
    padding: 3rem 0;
}.course_suitability .learning_lab {
    padding: 0 1.5rem;
}.course_suitability h3 {
    padding: 0.7rem 1.5rem;
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
}.course_suitability li {
    padding: 1.25rem;
}.course_suitability li:nth-child(even),
    .course_suitability li:nth-child(odd) {
    transform: translateX(0);
}.course_suitability li:nth-child(even):hover,
    .course_suitability li:nth-child(odd):hover {
    transform: translateY(-5px);
}.course_suitability li svg {
    width: 40px;
    height: 40px;
}
}



@media screen and (max-width: 992px) {.company_overview {
    padding: 80px 0;
}.company_overview .learning_lab {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "img_rounded"
            "text"
            "logo";
    padding: 40px 30px;
}.company_overview .learning_lab::before {
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(207,202,210,0.5), transparent);
    top: 50%;
}.company_overview .student_voice {
    border-bottom: 1px solid rgba(rgb(207,202,210), 0.1);
    padding-bottom: 30px;
    padding-left: 0;
}.company_overview .word_box {
    text-align: center;
}.company_overview h2::after {
    left: 50%;
    transform: translateX(-50%);
}.company_overview .study_tracks {
    border-top: none;
    padding-top: 0;
    justify-content: center;
}
}



@media (max-width: 768px) {.sign_up_for_updates {
    padding: 3rem 1rem;
}.sign_up_for_updates .inquiry_query {
    width: 100%;
    margin-left: 0;
    padding: 2rem 1rem;
    transform: perspective(0) rotateX(0);
}.sign_up_for_updates h3 {
    font-size: 21px;
    width: 100%;
    text-align: center;
}.sign_up_for_updates h3::after {
    transform: translateX(-50%);
    left: 50%;
}.sign_up_for_updates .input_holder {
    clip-path: none;
    flex-direction: column;
}.sign_up_for_updates input[type="email"] {
    border-bottom: 1px solid rgb(207,202,210,0.5);
    border-right: none;
    padding: 1rem;
    width: 100%;
}.sign_up_for_updates .join_list {
    width: 100%;
    padding: 1rem;
}}



@media (max-width: 767px) {.pricing_offer {
    padding: 70px 0;
}.pricing_offer h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.85);
}.pricing_offer .discount_deals {
    font-size: calc(12px * 0.9);
    margin-bottom: 40px;
}.pricing_offer .pro_fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing_offer .bundle_price h4 {
    font-size: 19px;
}.pricing_offer .bundle_price p {
    margin-bottom: 20px;
    font-size: calc(12px * 0.9);
}.pricing_offer .monthly_plan {
    padding: 10px 20px;
    font-size: calc(19px * 1.3);
}
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(207,202,210,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-5deg);
    }
    50% {
        transform: translate(10px, 30px) rotate(0deg);
    }
    75% {
        transform: translate(20px, 15px) rotate(-10deg);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes scanline {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(15px);
    }
    100% {
        opacity: 0.9;
        filter: blur(20px);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

