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

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


.follow_db {
    overflow: hidden;
    position: relative;
    margin: 5rem 0;
    padding: 4rem 2rem;
    transform: skewY(-2deg);
    background: linear-gradient(135deg, rgb(176,186,187) 0%, rgb(139,149,150,0.5) 100%);
}

.follow_db p::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    position: absolute;
    border-radius: 10px;
    width: 5px;
    content: "";
    background: rgb(103,112,111);
}

.follow_db .join_now_db {
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 17px;
    border: none;
    outline: none;
    padding: 1.2rem 1.5rem;
    flex: 1;
}

.follow_db .feedback_query_db:hover::before {
    left: 100%;
}

.follow_db .feedback_query_db:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(139,149,150) 0%, rgb(103,112,111) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.educational_rewards_db .post_image_grid_db::after {
    z-index: 1;
    inset: 0;
    content: '';
    background: linear-gradient(to right, rgb(139,149,150,0.5) 0%, transparent 100%);
    position: absolute;
}

.educational_rewards_db h2 {
    margin-bottom: 3rem;
    font-size: 33px;
    position: relative;
    max-width: 80%;
    font-weight: 700;
    color: #000000;
}

.educational_rewards_db .text_main_holder > div {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 12px;
    position: relative;
    text-align: center;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    overflow: hidden;
    align-items: center;
    padding: 1.5rem;
    background: #ffffff;
}

.educational_rewards_db .text_main_holder > div:hover svg path {
    fill: rgb(103,112,111);
}

.thanks_page_db::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(139,149,150) 20%, 
        rgb(103,112,111) 50%, 
        rgb(139,149,150) 80%, 
        transparent);
    position: absolute;
    opacity: 0.3;
    height: 10px;
    content: "";
    width: 100%;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.thanks_page_db .master_sessions_db > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

.thanks_page_db .master_sessions_db:hover > div:first-child::after {
    width: 120px;
}

.thanks_page_db .master_sessions_db:hover h5 {
    transform: translateX(0);
}

.thanks_page_db a {
    display: block;
    position: relative;
    transition: transform 0.3s ease-out;
    text-decoration: none;
}

.thanks_page_db a:hover::before {
    width: 100%;
}

.thanks_page_db .master_sessions_db:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

.title_intro_db .fast_skill_db {
    position: relative;
    align-items: center;
    min-height: 100vh;
    padding: 5rem 2rem;
    display: flex;
    box-sizing: border-box;
    width: 100%;
}



.title_intro_db .learn_online_db:hover {
    transform: perspective(1000px) rotateY(-1deg);
}

.title_intro_db h1 {
    font-size: clamp(2.5rem, 7vw, 42px);
    text-shadow: 2px 2px 4px var(--text-shadow-color);
    color: #ffffff;
    position: relative;
    padding-left: 2rem;
    animation: fadeTitle 1s ease-out 0.5s both;
    font-weight: 700;
    transform-origin: left;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
}

header .main_mainwrap_db::before {
    border: 2px solid #ffffff;
    opacity: 0.1;
    transform: skew(-5deg);
    right: -5px;
    position: absolute;
    z-index: -1;
    content: '';
    top: -5px;
    transition: all 0.3s ease;
    left: -5px;
    bottom: -5px;
}

header .head_study_db {
    position: relative;
    margin: 0 0.4rem;
}

header .head_study_db a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: rgb(139,149,150);
    border-color: #ffffff;
    transform: translateY(-3px);
    text-shadow: none;
}

header .head_study_db:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

header .main_guide_db::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: 0;
    height: 1px;
    left: 0;
    content: '';
}

.privacy_cabinet_db h3, .privacy_cabinet_db h4, .privacy_cabinet_db h5, .privacy_cabinet_db h6 {
    margin: 10px 0;
}

.privacy_cabinet_db li {
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
}

.privacy_cabinet_db span {
    background-color: rgb(139,149,150,0.5);
    border-radius: 10px;
    padding: 2px 5px;
}

.our_mission_db::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(139,149,150,0.5), rgb(103,112,111,0.5));
    opacity: 0.85;
}

.our_mission_db .text_block_wrap_db::before {
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(139,149,150), rgb(103,112,111));
    content: "";
    width: 5px;
    left: 0;
}

.our_mission_db .text_block_wrap_db div {
    position: relative;
}

.our_mission_db .text_block_wrap_db span {
    color: #000000;
    transform: translateY(20px);
    font-size: 15px;
    display: block;
    opacity: 0;
    line-height: 1.8;
    column-count: 1;
    animation: fadeSlideUp 1s ease-out 1s forwards;
}

.sign_up_now_db .container {
    transform: translateZ(20px);
    z-index: 2;
    align-items: center;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sign_up_now_db .feedback_query_db {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    border-radius: 10px;
    transform: translateZ(0);
    opacity: 0;
    display: inline-flex;
    overflow: hidden;
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    text-decoration: none;
    align-items: center;
    position: relative;
    font-size: 15px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    font-weight: 600;
    padding: 0.8rem 2.5rem;
    letter-spacing: 0.5px;
    color: rgb(139,149,150);
}

.course_offering_db::after {
    border-radius: 50%;
    top: -50px;
    right: -50px;
    width: 200px;
    background-color: rgb(139,149,150,0.5);
    z-index: 0;
    height: 200px;
    content: "";
    animation: floatAnimation 15s infinite alternate ease-in-out;
    position: absolute;
    filter: blur(80px);
}

.course_offering_db .text_block_wrap_db .description:last-child {
    border-radius: 16px;
    z-index: 2;
    padding: 30px 40px;
    border-left: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    font-weight: 600;
    margin-top: 30px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}

.course_offering_db .program_plan_db::after {
    right: -20px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    animation: rotateAnimation 20s infinite linear;
    content: "";
    top: 40px;
    border: 4px solid rgb(139,149,150,0.5);
    z-index: -1;
    position: absolute;
}

.course_offering_db .text_block_wrap_db .description:first-of-type::after {
    content: "";
    width: 100%;
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(139,149,150), transparent);
}

.course_offering_db .container::before {
    height: 1px;
    content: "";
    bottom: -40px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(139,149,150,0.5), transparent);
    width: 150%;
    left: -25%;
}

.reg_remind_db::before {
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(103,112,111) 50%, 
                transparent 100%);
    left: 0;
    top: 0;
    animation: glowPulse 3s ease-in-out infinite alternate;
    height: 2px;
    content: "";
    width: 100%;
}

.reg_remind_db .company_holder h3 {
    color: #ffffff;
    margin-bottom: 1.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0.75rem;
    position: relative;
    font-size: calc(29px * 0.9);
}

.reg_remind_db .privacy_cta_db {
    position: relative;
}

.reg_remind_db .head_wrap_db {
    backdrop-filter: blur(5px);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 2rem;
    transform-style: preserve-3d;
    border-radius: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.reg_remind_db .head_wrap_db h5 {
    margin-bottom: 1.5rem;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 23px;
}

.reg_remind_db .head_wrap_db .nav_header_db {
    gap: 0.875rem;
    flex-direction: column;
    display: flex;
}

.reg_remind_db .head_wrap_db a::before {
    transition: all 0.3s ease;
    content: "→";
    opacity: 0;
    position: absolute;
    left: -20px;
    transform: translateZ(5px);
}

.med_guides_db .forum_link_db {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    position: relative;
    border-radius: 30px;
}

.reg_remind_db .company_holder::after {
    border-top: 2px solid rgb(139,149,150);
    content: "";
    opacity: 0.7;
    top: 20px;
    width: 30px;
    transition: all 0.4s ease;
    position: absolute;
    border-right: 2px solid rgb(139,149,150);
    right: 20px;
    height: 30px;
}

.reg_remind_db .head_wrap_db:nth-child(2)::before {
    background: radial-gradient(circle, rgb(103,112,111,0.5) 0%, transparent 70%);
}

.contact_box_db {
    overflow: hidden;
    background: rgb(176,186,187);
    padding: 120px 0;
    position: relative;
}

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

.contact_box_db .contact_request_db {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    display: grid;
}

.contact_box_db form {
    border-radius: 29px;
    background: #ffffff;
    padding: 50px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact_box_db form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact_box_db .inquiry_message_db label {
    color: #000000;
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    cursor: pointer;
}

.contact_box_db .inquiry_message_db label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(139,149,150);
    transition: all 0.3s ease;
}

.contact_box_db svg {
    width: 20px;
    fill: rgb(139,149,150);
    height: 20px;
}

.deal_plan_db {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.package_rates_db {
    position: relative;
}

.deal_plan_db h2 {
    position: relative;
    text-align: center;
    transform: translateY(0);
    margin-bottom: 20px;
    font-size: 30px;
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
}

.deal_plan_db .annual_plan_db {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
}

.deal_plan_db .annual_plan_db h4 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 22px;
    padding-bottom: 15px;
    transition: transform 0.4s ease;
}

.deal_plan_db .trial_offers_db {
    position: relative;
    align-self: flex-start;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(139,149,150), rgb(103,112,111));
    display: inline-block;
    margin-top: auto;
}

.service_info_db::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    transform: perspective(1000px) rotateY(2deg);
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(139,149,150,0.5), 0.03) 20px,
        rgba(rgb(139,149,150,0.5), 0.03) 40px
    );
}

.service_info_db h3::after {
    content: "";
    left: 0;
    bottom: -8px;
    transform: scaleX(0.7);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    width: 70%;
    background: rgb(103,112,111);
    height: 3px;
    position: absolute;
}

.service_info_db .help_request_db:hover {
    color: rgb(103,112,111);
    transform: translateX(5px);
}

.service_info_db .help_request_db:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.service_info_db .help_request_db:hover svg {
    transform: scale(1.15) rotate(5deg);
}

.statistical_data_db::before {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(139,149,150,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(103,112,111,0.5), 0.07) 0%, transparent 40%);
    width: 100%;
    content: '';
}

.statistical_data_db .statistics_experts_db:hover div::before {
    opacity: 0.2;
    border-width: 0 40px 40px 0;
}

.statistical_data_db .statistics_experts_db p {
    color: rgb(139,149,150);
    font-size: calc(30px * 1.2);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1;
    font-weight: 700;
    transform: translateX(0);
    margin: 0 0 0.5rem;
}

.statistical_data_db h4 {
    text-align: center;
    padding-bottom: 1rem;
    margin: 1rem 0 0;
    transform: translateY(0);
    position: relative;
    font-weight: 600;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 18px;
}

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

.privacy_opt_db {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}


.cookie_warning_popup_db h5 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(139,149,150);
}

.cookie_button.consent_ack_db {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.consent_ack_db:hover {
    background: rgb(103,112,111,0.5);
}


#cookieDisclosureBox_db {
    display: none;
}

.mentorship_experience_db {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(170deg, rgb(176,186,187) 0%, rgb(139,149,150,0.5) 100%);
}

.mentorship_experience_db .client_testimonials_db {
    max-width: 1000px;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.mentorship_experience_db .client_testimonials_db::after {
    height: 400px;
    transform: translate(-50%, -50%);
    top: 50%;
    content: "";
    animation: orbit 15s linear infinite reverse;
    border-radius: 50%;
    border: 1px dashed rgb(103,112,111,0.5);
    left: 50%;
    position: absolute;
    opacity: 0.15;
    width: 400px;
}



.mentorship_experience_db .name {
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(139,149,150) 100%
    );
    text-align: center;
    position: relative;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    z-index: 3;
    background-clip: text !important;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 48px;
    -webkit-text-fill-color: transparent;
}

.mentorship_experience_db .work_explore_db::after {
    border-right: 2px solid rgb(103,112,111);
    right: 25px;
    bottom: 25px;
    border-bottom: 2px solid rgb(103,112,111);
}

.mentorship_experience_db .client_testimonials_db:hover .post_image_grid_db {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}



@media (max-width: 1200px) {.educational_rewards_db .post_image_grid_db {
    margin-right: -3vw;
}.educational_rewards_db h2 {
    max-width: 90%;
}
}



@media (max-width: 768px) {.educational_rewards_db {
    padding: 5rem 0;
}.educational_rewards_db .post_image_grid_db {
    height: 350px;
}.educational_rewards_db h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.educational_rewards_db .text_main_holder {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}
}



@media (max-width: 768px) {.thanks_page_db {
    padding: 3rem 0;
}.thanks_page_db .master_sessions_db {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    gap: 1.5rem;
}.thanks_page_db .master_sessions_db:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thanks_page_db h5 {
    font-size: calc(24px * 0.85);
    transform: translateX(0);
}.thanks_page_db p {
    font-size: calc(13px * 0.95);
}.thanks_page_db::before {
    right: -30%;
    top: -10%;
    width: 60%;
    height: 50%;
}
}



@media (prefers-reduced-motion: reduce) {.title_intro_db .learn_online_db,
  .title_intro_db h1,
  .title_intro_db h3,
  .title_intro_db p {
    animation: none;
    transition: none;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_guide_db {
    padding: 0.8rem 1.5rem;
}header .main_mainwrap_db {
    max-width: 140px;
}header .main_mainwrap_db::before, 
    header .main_mainwrap_db::after {
    bottom: -3px;
    left: -3px;
    right: -3px;
    top: -3px;
}header .page_header_db img {
    max-height: 35px;
}header .head_wrap_db {
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .head_wrap_db::-webkit-scrollbar {
    height: 3px;
}header .head_wrap_db::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .head_study_db {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head_study_db a {
    white-space: nowrap;
    height: 32px;
    padding: 0 0.8rem;
    font-size: calc(16px - 2px);
}header .head_study_db::after {
    display: none;
}
}



@media (max-width: 767px) {.sign_up_now_db {
    padding: 3rem 0;
}.sign_up_now_db h6 {
    margin-bottom: 1.8rem;
    font-size: 16px;
    max-width: 90%;
}.sign_up_now_db .feedback_query_db {
    padding: 0.7rem 2rem;
}
}



@media (max-width: 1024px) {.course_offering_db {
    padding: 80px 0;
}.course_offering_db .text_block_wrap_db {
    width: 90%;
}
}



@media (max-width: 768px) {.reg_remind_db {
    padding: 3.5rem 0 1.5rem;
}.reg_remind_db .nav_header_db {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.reg_remind_db .company_holder,
    .reg_remind_db .head_wrap_db {
    padding: 1.5rem;
}.reg_remind_db .company_holder h3,
    .reg_remind_db .head_wrap_db h5 {
    margin-bottom: 1.25rem;
}.med_guides_db {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}



@media screen and (max-width: 767px) {.contact_box_db {
    padding: 70px 0;
}.contact_box_db h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.contact_box_db .post_image_grid_db {
    width: 100%;
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(139,149,150,0.5);
}.contact_box_db form {
    padding: 40px 30px;
}
}



@media (max-width: 768px) {.deal_plan_db {
    padding: 60px 0;
}.deal_plan_db .plan_rates_db {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.deal_plan_db .rate_choices_db {
    padding: 25px;
    min-height: auto;
}.deal_plan_db h2 {
    font-size: calc(30px - 4px);
}.deal_plan_db .learn_sub_db {
    font-size: 16px;
    margin-bottom: 40px;
}
}



@media (min-width: 992px) {.service_info_db .msg_info_db {
    grid-template-columns: 2fr 1fr;
}.service_info_db p {
    max-width: 85%;
}.service_info_db .submit_feedback_db {
    border-left: 1px solid rgb(103,112,111,0.5);
    padding-left: 2rem;
}.service_info_db .help_request_db:hover {
    transform: translateX(8px);
}
}



@media screen and (max-width: 991px) {.statistical_data_db {
    padding: 4rem 0 3rem;
}.statistical_data_db ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.statistical_data_db .statistics_experts_db p {
    font-size: calc(30px * 1.1);
}
}


@media only screen and (max-width: 600px) {.cookie_warning_popup_db {
    left: 0;
    border-radius: 0;
    transform: none;
    bottom: 0;
    width: 100%;
}.cookie_eductrl_db {
    padding: 15px;
}.privacy_opt_db svg {
    width: 50px;
    height: 50px;
}.cookie_warning_popup_db h5 {
    font-size: calc(23px - 2px);
}.cookie_warning_popup_db p {
    font-size: calc(12px - 2px);
}.data_agree_db {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(20px - 2px);
}}



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}



@keyframes patternMove {
    0% {
        transform: translateX(5%) translateY(5%);
    }
    100% {
        transform: translateX(0%) translateY(0%);
    }
}



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

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

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

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

