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

.head_lead_h {
    flex: 1 0 auto;
}

.eng_center_V {
    flex: 0 0 auto;
}


.test_drive_5 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,120,156) 0%, rgb(226,164,192) 100%);
    position: relative;
    padding: 4rem 2rem;
    margin: 5rem 0;
}

.test_drive_5 h6 {
    position: relative;
    letter-spacing: 0.5px;
    text-align: center;
    max-width: 800px;
    margin-bottom: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    font-size: clamp(1.5rem, 3vw, 23px);
    transform: translateZ(20px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

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

.who_we_are_3 {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    isolation: isolate;
}

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

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

.who_we_are_3 .content_column_3 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.92);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    margin-left: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    position: relative;
    padding: 50px;
    max-width: 900px;
}

.who_we_are_3 .content_column_3 div > div::first-letter {
    padding: 5px 10px 0 0;
    line-height: 1;
    font-weight: 700;
    color: rgb(226,164,192);
    font-size: 1.8em;
    float: left;
}

.course_summary_Q::after {
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(226,164,192,0.5) 0%, transparent 70%);
    width: 200%;
    height: 200%;
    left: -50%;
    content: "";
    top: -50%;
    transform: rotate(45deg);
    opacity: 0.2;
    animation: gradientRotate 20s infinite linear;
}

.course_summary_Q .job_skills_U {
    padding: 40px 50px;
    flex: 1 1 55%;
    position: relative;
    z-index: 2;
}

.course_summary_Q .header_tutor_2 svg path {
    fill: rgb(226,164,192);
    transition: fill 0.3s ease;
}

.course_summary_Q .job_skills_U h3::after {
    height: 3px;
    transform: translateZ(-5px);
    position: absolute;
    filter: blur(1px);
    bottom: -12px;
    width: 80px;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    content: "";
}

.contact_form_section_a::before {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
}

.contact_form_section_a .connect_links_7 {
    padding: 50px 40px;
    position: relative;
    background: rgb(226,164,192);
}

.contact_form_section_a .connect_links_7 div:last-of-type {
    border-bottom: none;
}

.contact_form_section_a .connect_links_7 div svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}

.contact_form_section_a .connect_links_7 div span {
    font-size: 12px;
    color: #ffffff;
}

.contact_form_section_a .support_grid_C {
    background-color: rgb(246,217,229);
    padding: 50px 40px;
}

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

.contact_form_section_a .query_feedback_n input[type="checkbox"] {
    border-radius: 3px;
    margin-top: 4px;
    appearance: none;
    height: 18px;
    border: 2px solid rgb(226,164,192);
    width: 18px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.contact_form_section_a .query_feedback_n label a:hover {
    text-decoration: underline;
}

.contact_form_section_a .connect_links_7 div:nth-child(2) {
    animation-delay: 0.2s;
}

.contact_form_section_a .connect_links_7 div:nth-child(4) {
    animation-delay: 0.6s;
}

footer .eng_center_V::before {
    position: absolute;
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(226,164,192,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(202,120,156,0.5) 0%, transparent 20%);
    z-index: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
    content: "";
}

footer .text_main_holder {
    display: flex;
    perspective: 2000px;
    margin-top: 40px;
    position: relative;
    flex-direction: column;
    gap: 20px;
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .header_tutor_2::after, footer .main_sitewrap_y::after, footer .subscribe_holder::after {
    left: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 10px;
    top: 0;
}

footer .header_lead_b a {
    text-decoration: none;
    display: inline-block;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding: 5px 0;
    font-size: 18px;
    transition: all 0.3s ease;
}

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

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

footer .design_res_j {
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    background-color: #ffffff;
}

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

.leadership_experience_K .learning_testimonials_B:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.leadership_experience_K .photo_show_X::before {
    position: absolute;
    opacity: 0.2;
    bottom: -12px;
    right: -12px;
    border: 2px solid rgb(226,164,192);
    z-index: -1;
    left: 12px;
    top: 12px;
    content: "";
    transition: all 0.4s ease;
}

.leadership_experience_K .learning_testimonials_B > div:nth-child(2) div {
    font-weight: 600;
    opacity: 0.85;
    transform: translateX(0);
    margin-top: 5px;
    font-size: calc(16px - 1px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    color: rgb(202,120,156);
}

.potential_students_3::before {
    width: 6px;
    content: '';
    z-index: 1;
    position: absolute;
    background-color: rgb(226,164,192,0.5);
    bottom: 0;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
}

.potential_students_3 ul li::before {
    background-color: #ffffff;
    z-index: 5;
    width: 50px;
    border-radius: 50%;
    transition: all 0.4s ease;
    top: -25px;
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 50px;
    border: 6px solid rgb(226,164,192,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.potential_students_3 ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}

.potential_students_3 ul li:nth-child(1) {
    animation-delay: 0.1s;
}

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

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

.pricing_offer_box_g .fee_structure_J {
    font-size: calc(13px + 2px);
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 700px;
    position: relative;
}

.pricing_offer_box_g .rate_panel_t {
    border-radius: 12px;
    display: block;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    text-decoration: none;
}

.pricing_offer_box_g .rate_panel_t:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.pricing_offer_box_g .rate_panel_t:hover .learning_package_o {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
}

.welcome_section_f .story_visual_w:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.welcome_section_f .story_visual_w > div:nth-child(2) {
    animation-delay: 0.4s;
}

.welcome_section_f p::before {
    content: "";
    left: 0;
    height: 75%;
    background: rgb(226,164,192);
    position: absolute;
    width: 5px;
    border-radius: 3px;
    top: 0.5rem;
}

.appContainer_k {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgb(226,164,192,0.5) 100%);
}

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

.appContainer_k h2::after {
    width: 80px;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    animation-delay: 1s;
    position: absolute;
    background: rgb(202,120,156);
    bottom: -15px;
    animation: expandLine 1s forwards ease-out;
    content: "";
    height: 3px;
}

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

.appContainer_k li::before {
    transform: rotate(45deg);
    background: rgb(202,120,156);
    animation: fadeIn 0.5s forwards ease-out;
    left: 0;
    content: "";
    width: 8px;
    top: 0.5rem;
    animation-delay: 1.2s;
    opacity: 0;
    height: 8px;
    position: absolute;
}

.privacy_section_X h2 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    padding-left: 10px;
    font-weight: 600;
    color: rgb(202,120,156);
    text-transform: capitalize;
    font-size: 38px;
    border-left: 4px solid rgb(202,120,156,0.5);
}

.privacy_section_X span {
    font-weight: 600;
    color: rgb(226,164,192);
}

.privacy_section_X a:hover {
    border-color: rgb(202,120,156,0.5);
    color: rgb(202,120,156);
}

header::before {
    top: 0;
    width: 35%;
    background: linear-gradient(135deg, rgb(226,164,192), rgb(202,120,156));
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    z-index: 0;
}

header .main_master_1:hover svg {
    transform: scale(1.05);
}

header .main_sitewrap_y::before {
    top: 0;
    content: '';
    width: 1px;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(226,164,192,0.5), transparent);
    position: absolute;
}

header .nav_section_T:hover::before {
    opacity: 1;
}

.course_methodology_m::before {
    background-image: linear-gradient(45deg, rgb(226,164,192,0.5) 25%, transparent 25%, transparent 75%, rgb(226,164,192,0.5) 75%);
    top: 0;
    opacity: 0.03;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: '';
    background-size: 100px 100px;
}

.course_methodology_m .content_column_3::after {
    left: 35%;
    z-index: 5;
    border-right: 30px solid transparent;
    position: absolute;
    height: 0;
    opacity: 0.3;
    bottom: 0;
    width: 0;
    border-left: 30px solid transparent;
    content: '';
    border-bottom: 40px solid rgb(202,120,156);
}

.course_methodology_m .content_column_3 p::before {
    content: '';
    height: 5px;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgb(202,120,156));
    position: absolute;
}

.course_methodology_m .vision_mission_k::after {
    transform: translateX(-50%);
    background: rgb(226,164,192);
    filter: blur(50px);
    opacity: 0.05;
    left: 50%;
    content: '';
    height: 100px;
    width: 100px;
    position: absolute;
    top: -50px;
    animation: pulse-subtle 10s infinite alternate;
}

.customer_reviews_r h2 {
    font-weight: 700;
    font-size: 35px;
    position: relative;
    color: #000000;
    text-align: left;
    letter-spacing: -0.5px;
    transform: translateX(5px);
    margin-bottom: 50px;
}

.customer_reviews_r .learning_testimonials_B:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.customer_reviews_r .learning_testimonials_B::after {
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    transition: transform 0.4s ease-out;
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}

.customer_reviews_r .learning_testimonials_B:hover h4::after {
    width: 100%;
}

.customer_reviews_r .learning_testimonials_B:hover .description {
    transform: translateY(-3px);
}

.customer_reviews_r a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(rgb(226,164,192,0.5), 0.4);
}

.cookieUsagePromptBar_b {
    z-index: 90;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(226,164,192);
    background: rgb(246,217,229);
}

#cookie_box_overlay_q:checked ~ .cookieUsagePromptBar_b {
    opacity: 0;
    visibility: hidden;
}

.cookieUsagePromptBar_b p a {
    text-decoration: none;
    color: rgb(226,164,192);
}

.wrapper-border_i .digital_consent_t {
    color: #ffffff;
    margin-left: 30px;
    background: rgb(226,164,192);
    font-weight: 400;
    border: none;
    font-size: 20px;
    padding: 10px;
}

.educational_yield_O h5 {
    margin-bottom: 4rem;
    max-width: 80%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
    margin-left: auto;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
    margin-right: auto;
    font-size: 18px;
    transform: translateY(0);
}

.educational_yield_O .vision_mission_k > div:first-child::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(226,164,192,0.5) 100%);
    top: 0;
    opacity: 0.4;
}

.educational_yield_O li {
    position: relative;
    padding-left: 3rem;
    transform: translateX(0);
    transition: transform 0.4s ease-out;
}

.educational_yield_O li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}

.educational_yield_O li p svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,164,192);
}

.educational_yield_O li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}


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



@media (max-width: 768px) {.test_drive_5 {
    margin: 3rem 0;
    padding: 3rem 1.25rem;
}.test_drive_5::before {
    opacity: 0.07;
}.test_drive_5 h6 {
    margin-bottom: 1.75rem;
    font-size: calc(13px * 1.3);
}.test_drive_5 h6::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}.test_drive_5 .reach_box_5 {
    padding: 0.85rem 2rem;
    font-size: calc(20px * 0.95);
}
}



@media (hover: hover) {.who_we_are_3 .content_column_3:hover p {
    color: rgb(202,120,156);
}.who_we_are_3 .content_column_3:hover p::after {
    width: 60px;
    background: rgb(202,120,156);
}
}



@media (hover: hover) {.course_summary_Q .vision_mission_k:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(226,164,192);
    transform: translateY(-5px);
}.course_summary_Q .photo_show_X:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}



@media screen and (max-width: 992px) {.contact_form_section_a .reach_query_b {
    grid-template-columns: 1fr;
}.contact_form_section_a .connect_links_7 {
    padding: 40px 30px;
}.contact_form_section_a .support_grid_C {
    padding: 40px 30px;
}.contact_form_section_a .connect_links_7::after {
    display: none;
}
}



@media (max-width: 991px) {footer .get_contactinfo_k {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}



@media (max-width: 576px) {footer .eng_center_V {
    padding: 70px 0 20px;
}footer .get_contactinfo_k {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .header_tutor_2, footer .main_sitewrap_y, footer .subscribe_holder {
    padding: 20px 15px;
}footer .main_sitewrap_y h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .header_lead_b {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_texts_e {
    padding: 12px;
}}



@media (max-width: 992px) {.potential_students_3 {
    padding: 90px 0;
}.potential_students_3 h3 {
    margin-bottom: 60px;
}.potential_students_3 ul {
    gap: 60px;
}.potential_students_3 ul li {
    padding: 25px;
}.potential_students_3 ul li svg {
    height: 50px;
    padding: 10px;
    width: 50px;
}
}



@media (max-width: 992px) {.pricing_offer_box_g {
    padding: 80px 0;
}.pricing_offer_box_g h2 {
    font-size: calc(30px - 4px);
}.pricing_offer_box_g .fee_structure_J {
    margin-bottom: 40px;
    font-size: 13px;
}.pricing_offer_box_g .learn_price_0 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.welcome_section_f {
    min-height: 550px;
    height: auto;
}.welcome_section_f .story_visual_w {
    padding: 2rem;
    width: 95%;
}
}



@media (max-width: 576px) {.welcome_section_f {
    min-height: 400px;
}.welcome_section_f .story_visual_w {
    padding: 1.25rem;
}.welcome_section_f p {
    margin-bottom: 1rem;
    padding-left: 1rem;
}.welcome_section_f .title_style_header {
    margin-bottom: 1rem;
}.welcome_section_f h3 {
    padding-left: 0.5rem;
    border-left: 2px solid rgb(202,120,156);
}
}


@media only screen and (max-width: 800px) {.privacy_section_X {
    padding: 20px;
}.privacy_section_X h1 {
    font-size: calc(20px - 4px);
}.privacy_section_X h2 {
    font-size: calc(20px - 4px);
}.privacy_section_X p {
    font-size: calc(17px - 2px);
}.privacy_section_X button {
    padding: 8px 16px;
    font-size: calc(17px - 2px);
}}



@media (max-width: 480px) {header .main_master_1 {
    padding: 0.7rem 0;
}header .main_master_1 svg {
    width: 110px;
}header .main_sitewrap_y {
    width: 100%;
    justify-content: flex-start;
    padding: 0.7rem 2%;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .main_sitewrap_y::-webkit-scrollbar {
    height: 3px;
}header .main_sitewrap_y::-webkit-scrollbar-thumb {
    background: rgb(226,164,192);
    border-radius: 10px;
}header .nav_section_T {
    font-size: calc(19px - 1px);
    margin-right: 2px;
    padding: 0.45rem 0.9rem;
    flex-shrink: 0;
    white-space: nowrap;
}}



@media screen and (max-width: 480px) {.course_methodology_m {
    padding: 100px 0 80px;
}.course_methodology_m .content_column_3 h2 {
    font-size: calc(37px * 0.8);
    padding: 25px;
    width: 100%;
}.course_methodology_m .content_column_3 p {
    font-size: calc(13px * 0.9);
    width: 100%;
    padding: 25px;
}}



@media (max-width: 992px) {.customer_reviews_r {
    padding: 80px 0 60px;
}.customer_reviews_r h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.customer_reviews_r .review_panel_I {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.customer_reviews_r .learning_testimonials_B {
    padding: 25px 20px;
}
}



@media (min-width: 768px) {.educational_yield_O {
    padding: 10rem 3rem;
}.educational_yield_O h5 {
    max-width: 70%;
    font-size: calc(18px * 1.2);
}.educational_yield_O .vision_mission_k {
    gap: 5rem;
    flex-direction: row;
    align-items: center;
}.educational_yield_O .vision_mission_k > div:first-child {
    transform: perspective(1000px) rotateY(-8deg);
    order: 0;
    flex: 0 0 45%;
}.educational_yield_O .content_column_3 {
    flex: 0 0 50%;
    padding-right: 2rem;
}.educational_yield_O ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
}.educational_yield_O li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.educational_yield_O li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.educational_yield_O li:nth-child(even) {
    transform: translateY(0.5rem);
}.educational_yield_O li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}

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



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



@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

