.sustain_cta {
    flex: 0 0 auto;
}

.sustain_cta {
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(125,133,180,0.5) 100%);
    color: #ffffff;
}

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

.confidential_lockup h1 {
    margin-bottom: 20px;
    font-size: 47px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    border-bottom: 2px solid rgb(167,179,206);
    margin-top: 30px;
    color: rgb(167,179,206);
    padding-bottom: 10px;
    text-align: center;
}

.confidential_lockup ul, .confidential_lockup ol {
    list-style-position: inside;
    list-style: none;
    font-family: Arial, sans-serif;
    padding-left: 0;
    font-size: 16px;
    padding: 10px 0;
    color: #000000;
}

.confidential_lockup section {
    background: none;
}

.welcome_section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.welcome_section .course_open::before {
    content: "";
    background: linear-gradient(135deg, rgb(167,179,206,0.5), rgba(0, 0, 0, 0.5) 75%);
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}

.welcome_section .skill_program::before {
    opacity: 0.4;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    left: -15px;
    width: calc(100% + 30px);
    background: linear-gradient(135deg, rgb(167,179,206) 0%, transparent 70%);
    transform: translateZ(-10px);
    position: absolute;
    height: calc(100% + 30px);
    content: "";
    top: -15px;
    z-index: -1;
}

.welcome_section h3 {
    line-height: 1.6;
    opacity: 0;
    animation: fadeUp 0.8s 0.3s ease-out forwards;
    transform: translateY(20px);
    font-size: calc(24px + 0.15rem);
    text-shadow: 0 1px 10px rgba(0,0,0,0.15);
    color: #ffffff;
    margin-bottom: 2rem;
    max-width: 90%;
    font-weight: 600;
}

.customer_feedback::before {
    background: radial-gradient(circle at 70% 30%, rgba(rgb(167,179,206,0.5), 0.05), transparent 60%);
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
    left: 0;
}

.customer_feedback h2::after {
    background: linear-gradient(90deg, rgb(167,179,206), rgb(125,133,180));
    left: 50%;
    bottom: -15px;
    content: "";
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    box-shadow: 0 5px 15px rgba(rgb(167,179,206,0.5), 0.2);
}

.customer_feedback .alumni_views::before {
    position: absolute;
    color: rgba(rgb(125,133,180,0.5), 0.06);
    content: "";
    z-index: 0;
    line-height: 1;
    font-family: serif;
    top: 10px;
    right: 20px;
    font-size: 120px;
}

.customer_feedback .alumni_views:hover img {
    transform: scale(1.05);
}

.customer_feedback .alumni_views h4 {
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: calc(18px - 2px);
    margin: 0;
}

.customer_feedback .alumni_views .description {
    line-height: 1.6;
    margin: 0;
    font-size: 13px;
    color: #000000;
    z-index: 1;
    position: relative;
}

.customer_feedback a {
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    display: block;
    width: fit-content;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(rgb(167,179,206,0.5), 0.2);
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    margin: 40px auto 0;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(167,179,206), rgb(125,133,180));
    z-index: 1;
    padding: 12px 30px;
}

.price_table::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
}

.price_table h2 {
    transform: translateY(0);
    font-size: 36px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-bottom: 20px;
}

.price_table .learn_pricing li {
    perspective: 1000px;
    display: flex;
}

.price_table .learning_pricing::before {
    background: radial-gradient(circle at 30% 30%, rgb(167,179,206,0.5), transparent 75%);
    left: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
}

.price_table .fee_plan {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price_table .fee_plan h4 {
    color: #ffffff;
    position: relative;
    font-size: calc(23px + 2px);
    transition: transform 0.3s ease;
    margin: 0 0 20px;
}

.price_table .fee_plan p {
    margin: 0 0 25px;
    flex-grow: 1;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
}

.price_table .learning_pricing:hover .edu_packages {
    transform: scale(1.05);
}

.price_table .learning_pricing:hover .edu_packages::before {
    left: 100%;
}

.our_story {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(167,179,206,0.5) 0%, rgb(210,214,231) 100%);
}

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

.our_story h1 {
    font-size: 41px;
    transform: translateX(20px);
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
}

.our_story .knowledge_hub ul {
    gap: 40px;
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0;
}

.our_story .student_journey:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.our_story .student_journey:hover::before {
    height: 100%;
}

.our_story .student_journey:hover h4 {
    transform: translateX(8px);
    color: rgb(167,179,206);
}

.our_story .student_journey:hover h4::after {
    background: rgb(167,179,206);
    width: 60px;
}

.our_story .student_journey div {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    max-height: 300px;
    position: relative;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 15px;
    color: #000000;
}

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

.gratWrapper .heritage_edu:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(167,179,206,0.5), 0.08),
        0 0 0 1px rgba(rgb(167,179,206,0.5), 0.1);
}

.gratWrapper h5 {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin: 0;
    display: inline-block;
    line-height: 1.4;
}

.gratWrapper h5::after {
    width: 40%;
    bottom: -0.5rem;
    left: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(125,133,180), transparent);
    position: absolute;
}

.gratWrapper a::before {
    width: 100%;
    background: linear-gradient(90deg, 
        rgba(rgb(167,179,206,0.5), 0.03), 
        rgba(rgb(125,133,180,0.5), 0.05)
    );
    transform: scaleX(0.8) translateX(-10%);
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
    left: 0;
    transform-origin: left;
    top: 0;
}

.sustain_cta .container {
    position: relative;
    z-index: 3;
}

.sustain_cta .join_us {
    display: flex;
    padding: 1.25rem 2rem;
    transform: translateY(-3.5rem);
    margin-bottom: 2rem;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    gap: 1.5rem;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.sustain_cta .info_item p,
.sustain_cta .info_item a {
    padding: 0.5rem;
    gap: 0.875rem;
    transition: all 0.3s ease;
    align-items: center;
    font-size: 12px;
    color: #000000;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
}

.sustain_cta .info_item:hover svg {
    transform: scale(1.15);
}

.sustain_cta .head_bar svg {
    height: auto;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 180px;
}

.sustain_cta .head_prime {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sustain_cta .head_prime h5 {
    padding-bottom: 0.875rem;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.75rem;
    font-size: 24px;
}

.sustain_cta .head_prime h5::after {
    left: 0;
    height: 2px;
    bottom: 0;
    background: linear-gradient(to right, rgb(167,179,206), transparent);
    content: '';
    position: absolute;
    width: 60px;
}

.sustain_cta .header_know a:hover {
    transform: translateX(8px);
    opacity: 1;
    color: rgb(167,179,206);
}

.sustain_cta .header_know a:hover::before {
    width: 20px;
}

.sustain_cta .subscribe_holder::after {
    animation: pulseGlow 6s infinite alternate;
    content: '';
    bottom: 0;
    z-index: -1;
    width: 150px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(167,179,206,0.5) 0%, transparent 70%);
    height: 150px;
    position: absolute;
    right: 0;
}

.sustain_cta .subscribe_holder h5::after {
    left: 0;
    height: 2px;
    width: 40px;
    content: '';
    bottom: 0;
    background: rgb(167,179,206);
    position: absolute;
}



.sustain_cta .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
}

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

.sustain_cta .email_input_box::before {
    width: 100%;
    z-index: -1;
    content: '';
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.sustain_cta .email_input_box:hover::before {
    left: 100%;
}

.sustain_cta .support_cta {
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
    position: relative;
}

.course_instructor::before {
    content: "";
    left: 0;
    opacity: 0.4;
    z-index: 0;
    background: radial-gradient(circle at 30% 50%, rgb(167,179,206,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.course_instructor .cover_photo {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    width: 100%;
    transform-origin: bottom;
    transform: rotateX(10deg);
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 25px 25px 0 0;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_instructor .alumni_views:hover .employee_area {
    transform: rotateX(0deg) translateZ(20px);
}

.course_instructor .name::after {
    left: 0;
    transition: width 0.4s ease 0.1s;
    background: linear-gradient(to right, rgb(125,133,180), transparent);
    position: absolute;
    content: "";
    bottom: -5px;
    height: 3px;
    width: 0;
}

.course_instructor .alumni_views:hover .employee_area > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(125,133,180);
}

.course_instructor .alumni_views:hover .work_container {
    transform: translateZ(5px);
}

.contact_box {
    padding: 100px 0;
    position: relative;
}

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

.contact_box .feedback_message {
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.contact_box .support_box h3 {
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.contact_box .support_box div:hover {
    border-left-color: rgb(125,133,180);
    transform: translateX(5px);
}

.contact_box .support_box div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact_box .support_box div span {
    color: #ffffff;
    font-size: 17px;
}

.contact_box .message_box {
    padding: 60px 40px;
    background: #ffffff;
    width: 60%;
}

.contact_box form input[type="text"],
.contact_box form input[type="email"] {
    margin-bottom: 20px;
    border: 2px solid #EFEFEF;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.contact_box .help_block label {
    line-height: 1.6;
    font-size: 12px;
    padding-left: 35px;
    position: relative;
    color: #000000;
    cursor: pointer;
}

.contact_box .help_block input[type="checkbox"]:checked + label::after {
    height: 12px;
    top: 4px;
    content: "";
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    left: 7px;
    border: solid white;
}

.contact_box form .request_section:hover {
    background-color: rgb(125,133,180);
}

.contact_box form .request_section:active::after {
    height: 200px;
    width: 200px;
}

.contact_box .support_box div:nth-child(2) {
    animation-delay: 0.1s;
}

.contact_box .support_box div:nth-child(5) {
    animation-delay: 0.4s;
}

header .head_bar {
    position: relative;
    flex: 0 0 auto;
    max-width: 180px;
    margin-right: 2rem;
}

header .head_sitewrap {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}

header .head_sitewrap::before {
    bottom: -15px;
    background: rgb(167,179,206);
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    transform: scaleX(0.7);
    height: 10px;
    opacity: 0;
    content: '';
    width: 100%;
    border-radius: 10px;
}

header .nav_train a {
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    padding: 1rem 1.2rem;
    color: #000000;
    overflow: hidden;
    position: relative;
}

header .nav_train a::after {
    content: '';
    transform: scale(0.8);
    transition: all 0.3s ease;
    top: 0;
    pointer-events: none;
    height: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    background: rgb(167,179,206,0.5);
    width: 100%;
}

#cookiePolicyNotice {
    display: none;
}

.overlayConsentSettings {
    width: 100%;
    background: rgb(125,133,180);
    position: fixed;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(167,179,206);
    font-family: Arial, sans-serif;
    bottom: 0;
    padding: 20px 0;
    z-index: 90;
}

.cookie_tips svg {
    fill: rgb(167,179,206);
    width: 60px;
    height: 60px;
}

.cookie_visitor {
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    background: rgb(167,179,206);
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    margin-left: 10px;
    white-space: nowrap;
    line-height: 40px;
    flex-shrink: 0;
    color: #000000;
    border: 2px solid rgb(167,179,206);
    font-size: 17px;
}

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

.program_details .career_progress {
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}

.program_details .cover_photo::after {
    transform: translate(10px, 10px);
    content: "";
    bottom: -10px;
    border: 2px solid rgb(125,133,180);
    z-index: -1;
    opacity: 0.5;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    left: -10px;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.program_details h3 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    opacity: 0;
    transform: translateX(-10px);
    position: relative;
    font-weight: 700;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    color: rgb(167,179,206);
}

.program_details p.description {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.program_details span.description {
    display: none;
}


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



@media only screen and (max-width: 800px) {.confidential_lockup {
    padding: 20px 10px;
}.confidential_lockup h1 {
    font-size: calc(19px - 4px);
    margin-top: 20px;
    margin-bottom: 15px;
}.confidential_lockup h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: calc(19px - 4px);
}.confidential_lockup ul, .confidential_lockup ol {
    padding-left: 10px;
}.confidential_lockup li {
    padding-left: 15px;
}}



@media screen and (max-width: 768px) {.welcome_section .course_open {
    align-items: flex-start;
    min-height: 80vh;
    padding-top: 7rem;
}.welcome_section .skill_program {
    transform: perspective(400px) rotateY(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 1.8rem;
    width: 95%;
}.welcome_section h1 {
    font-size: calc(46px - 0.6rem);
    margin-bottom: 1rem;
}.welcome_section h1::after {
    height: 4px;
    width: 60px;
}.welcome_section h3 {
    max-width: 100%;
    font-size: calc(24px - 0.1rem);
}.welcome_section p {
    font-size: calc(17px - 0.1rem);
    margin-top: 1.5rem;
    padding-left: 1rem;
}
}



@media (min-width: 768px) and (max-width: 991px) {.customer_feedback .learner_review {
    grid-template-columns: repeat(2, 1fr);
}.customer_feedback {
    padding: 80px 0;
}.customer_feedback h2 {
    margin-bottom: 50px;
}
}



@media (prefers-reduced-motion: reduce) {.customer_feedback .alumni_views,
  .customer_feedback a,
  .customer_feedback a::before,
  .customer_feedback .alumni_views img,
  .customer_feedback .alumni_views h4::after {
    transition: none;
}
}



@media (max-width: 992px) {.price_table h2 {
    font-size: calc(36px - 4px);
}.price_table .sub_options {
    font-size: 14px;
    margin-bottom: 30px;
}.price_table .premium_plan {
    padding: 25px;
}
}



@media screen and (max-width: 992px) {.our_story {
    padding: 90px 0 70px;
}.our_story::after {
    width: 25%;
}.our_story h1 {
    margin-bottom: 50px;
}.our_story .knowledge_hub ul {
    gap: 30px;
}
}



@media (min-width: 768px) {.gratWrapper {
    padding: 7rem 0;
}.gratWrapper .heritage_edu {
    gap: 3rem;
    align-items: center;
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
}.gratWrapper .heritage_edu > div:first-child {
    transform: translateX(0);
}.gratWrapper .heritage_edu > div:last-child {
    border-left: 2px solid rgba(rgb(125,133,180,0.5), 0.15);
    padding-left: 3rem;
}.gratWrapper h5 {
    font-size: calc(23px * 1.1);
}.gratWrapper p {
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 480px) {.gratWrapper {
    padding: 3rem 0;
}.gratWrapper .heritage_edu {
    padding: 1.5rem;
    gap: 1.5rem;
}.gratWrapper .heritage_edu > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.gratWrapper h5 {
    font-size: calc(23px * 0.85);
}.gratWrapper p {
    font-size: calc(17px * 0.9);
}.gratWrapper .heritage_edu > div:last-child {
    padding-left: 0.75rem;
}}



@media (max-width: 768px) {.sustain_cta {
    padding: 4rem 0 2rem;
}.sustain_cta .join_us {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.sustain_cta .info_item {
    max-width: none;
    width: 100%;
}.sustain_cta .header_know {
    grid-template-columns: repeat(2, 1fr);
}.sustain_cta .support_cta {
    margin-top: 3rem;
}
}



@media (min-width: 768px) {.course_instructor .alumni_views {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.course_instructor .cover_photo {
    transform-origin: right;
    border-radius: 25px 0 0 25px;
    transform: rotateY(-10deg);
    height: 100%;
}.course_instructor .alumni_views:hover .cover_photo {
    transform: rotateY(0deg) translateZ(30px);
}.course_instructor .employee_area {
    border-radius: 0 25px 25px 0;
    transform-origin: left;
    transform: rotateY(5deg);
}.course_instructor .alumni_views:hover .employee_area {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media screen and (max-width: 576px) {.contact_box {
    padding: 60px 0;
}.contact_box .container {
    width: 90%;
}.contact_box .support_box,
    .contact_box .message_box {
    padding: 30px 20px;
}.contact_box .support_box h3 {
    font-size: calc(37px * 0.8);
}.contact_box form .request_section {
    width: 100%;
}}


@media only screen and (max-width: 1200px) {.overlayConsentSettings {
    padding: 15px 0;
}.cookie_eductrl {
    padding: 15px 5%;
}.cookie_tips {
    display: none;
}.cookie_eductrl {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.overlayConsentSettings h5 {
    font-size: 17px;
    margin-bottom: 10px;
}.digital_cookies {
    margin-bottom: 15px;
}.cookie_visitor {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 992px) {.program_details {
    padding: 8rem 0;
}.program_details .career_progress {
    gap: 5rem;
}.program_details .cover_photo {
    height: 500px;
}.program_details h3 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.4);
}.program_details h3::after {
    width: 70px;
}.program_details .description {
    max-height: 350px;
}.program_details .label_holder {
    padding: 3rem;
}.program_details .label_holder::before {
    height: 150px;
    width: 150px;
}
}



@keyframes backgroundPulse {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.9;
  }
}



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

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



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



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

