:root {
    --primary: rgba(50, 35, 111, 1);
    --secondary: rgba(255, 255, 255, 1);
    --body-text: #3e3f66;
    --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);

}

@font-face {
    font-family: Plus Jakarta Sans Bold;
    src: url(../fonts/PlusJakartaSans-Bold.ttf);
}

@font-face {
    font-family: Plus Jakarta Sans medium;
    src: url(../fonts/PlusJakartaSans-Medium.ttf);
}

@font-face {
    font-family: PlusJakartaSans-SemiBold;
    src: url(../fonts/PlusJakartaSans-SemiBold.ttf);
}

@font-face {
    font-family: PlusJakartaSans-Regular;
    src: url(../fonts/PlusJakartaSans-Regular.ttf);
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px !important;
    }
}

@media (max-width: 576px) {
    .break {
        display: none;
    }

    .header-content {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .apps-phone-img {
        margin-top: 15px;
    }

    .heder-content-font {
        font-size: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .header-content {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .btn-groups {
        justify-content: center !important;
    }

    .stat-box {
        width: 200px !important;
    }

    .custom-pills .nav-link {
        font-size: 12px !important;
        width: 179px !important;
    }
}

/* @media (max-width: 768px) {
    .Modern-Workforces-content {
        padding-left: 0;
    }
} */

@media screen and (max-width:1024px) {
    .feature-card {
        width: 276px !important;
    }

    .stat-box {
        /* width: 220px !important; */
        margin-bottom: 10px;

    }
}

.Plus-bold {
    font-family: Plus Jakarta Sans Bold;
}

.Plus-medium {
    font-family: Plus Jakarta Sans medium;
}

.Plus-semi-bold {
    font-family: PlusJakartaSans-SemiBold;
}

.Plus-Regular {
    font-family: PlusJakartaSans-Regular;
}

.fs-12 {
    font-size: 12px;
}


.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-28 {
    font-size: 28px;
}

.fs-40 {
    font-size: 40px;
}

.fs-18 {
    font-size: 18px;
}

.fs-45 {
    font-size: 45px;
}

.fs-35 {
    font-size: 35px;
}

.fs-30 {
    font-size: 30px;
}

body {
    margin: 0;
    padding: 0;
    position: static;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    overflow-x: hidden;
}

.custom-text-color {
    color: var(--secondary);
}

.page_wrapper {
    overflow-x: hidden;
}

.navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-nav .nav-link:hover {
    color: var(--primary) !important;
    ;
    transition: color 0.3s ease;
}

#mainHeader {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out !important;
    will-change: transform;
    pointer-events: all;
    opacity: 1;
}


#mainHeader.fix_style {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-image: none;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
}

#mainHeader.fixed {
    backdrop-filter: blur(5px);
    background-color: #ffffffb4;
    opacity: 1;
    pointer-events: all;
    transition: none;
}


.logoss-img {
    width: 55px;
    height: 36px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
    gap: 20px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul,
li {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

/* 
img {
    max-width: 100%
} */

.puprple_btn {
    background-color: rgba(50, 35, 111, 1) !important;
    border: 1px solid var(--primary);
    border-radius: 12px;
    padding: 12px !important;
    width: 179px;
    height: 50px;
    color: var(--secondary) !important;
    position: relative;
    overflow: hidden !important;
    z-index: 1;
}

.puprple_btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--secondary) !important;
    border-color: var(--secondary);
    transition: .6s all;
    z-index: -1;
}

.puprple_btn:hover::before {
    width: 100%;
}

.puprple_btn:hover {
    color: var(--primary) !important;
}

.hero-section-img {
    width: 963px;
    height: 502px;
    max-width: 100%;
    object-fit: cover;
}

/* .toggle-bar {
    width: 25px;
    margin: 10px 0;
    position: relative;
    display: block;
} */

.banner_section {
    position: relative;
    background-image: url(../public/hero-section-banner-bag.webp);
    background-repeat: repeat;
    background-size: cover;
}

.inside-content {
    margin-top: 50px;
}

.type-font {
    color: rgba(67, 70, 229, 1);
}

.heder-content-font {
    color: var(--primary);
}

.heder-content-paragraph,
.choose_text p {
    color: rgba(62, 63, 102, 1);
}


.btn-groups {
    gap: 20px;
    margin-bottom: 10px;
}

.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: solid 1px rgba(67, 70, 229, 1);
}

.owl-dots {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: solid 1px rgba(67, 70, 229, 1);
    background-color: rgba(67, 70, 229, 1) !important;
}

.logos {
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;
    background: rgba(50, 35, 111, 1);
    position: relative;
    z-index: 999;
}

.logo-slide {
    display: inline-block;
    animation: slide 15s linear infinite;
}

.logos:hover .logo-slide {
    animation-play-state: paused;
    will-change: transform;
}

.logo-text {
    color: var(--secondary);
    margin: 0 40px;
}

.logo-text::before {
    content: "•";
    margin-right: 12px;
    color: var(--secondary);
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* <!-- best features whychoose --> */
.title_badge {
    background: rgba(67, 70, 229, 1);
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    padding: 5px 24px;
}

.choose-hrms,
.best-features-para,
.choose_text h6 {
    color: rgba(50, 35, 111, 1);
}

.whychoose_section {
    position: relative;
}

.whychoose_section .whychoose_box {
    background-color: var(--secondary);
    border: solid 1px rgba(219, 233, 255, 1);
    padding: 15px 26px 15px 26px;
    border-radius: 20px;
    /* margin-bottom: 45px; */
    height: 146px;
    box-shadow: 0px 10px 19px -1px rgba(234, 230, 254, 1);
}

.whychoose-card {
    max-width: 445px !important;
}

.whychoose_section .choose_icon {
    position: absolute;
    top: 30px;

}

.whychoose_section .whychoose_box:hover .choose_icon {
    transform: rotate(360deg);
    transition: transform 2s;
}

.whychoose_section .choose_text {
    padding-left: 95px;
    margin-top: 12px;
}


.img-boxs {
    width: 70px;
    height: 70px;
}



/* <!-- best features whychoose end --> */
/* <!--  Modern-Workforces-Section-start --> */


.Modern-Workforces-section {
    position: relative;
    background-image: url(../public/modern-workforces-baground.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.Modern-Workforces-text {
    color: var(--secondary);
}

.Modern-Workforces-em-img {
    width: 733px;
    height: 555px !important;
    margin-left: -31%;
    /* box-shadow: -11px -9px 31.2px -9px rgba(255, 255, 255, 0.25); */
}

.mw-img-wrapper {
    position: relative;
    margin-top: 30px;
}

.mw-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(10px);
}

.mw-img:first-child {
    position: relative;
}

.mw-img.active {
    opacity: 1;
    transform: translateY(0);
}

.Modern-Workforces-content {
    padding-left: 30px;
}

.Modern-Workforces-scroll .mw-card {
    margin-top: -3px !important;
}

.Modern-Workforces-scroll .mw-card h1 {
    font-size: 20px !important;
    margin-top: 10px !important;
}

.Modern-Workforces-scroll .mw-card p {
    font-size: 15px !important;
    margin-top: 5px !important;
}

.md-content-img {
    width: 45px;
    height: 45px;
}

.mw-img-wrapper {
    min-height: 560px;
    display: flex;
    align-items: flex-end;
}

.mw-img {
    box-shadow: 0 28px 68px rgba(8, 15, 34, 0.24);
}

.Modern-Workforces-scroll {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.Modern-Workforces-content {
    position: relative;
    padding: 26px 28px 26px 32px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
}

.Modern-Workforces-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(106, 73, 242, 0.55));
    opacity: 0.35;
    transition: opacity 0.35s var(--ease-smooth), transform 0.35s var(--ease-smooth);
}

.Modern-Workforces-content.active-card {
    transform: translateX(8px);
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 45px rgba(8, 15, 34, 0.16);
}

.Modern-Workforces-content.active-card::before {
    opacity: 1;
    transform: scaleY(1.05);
}

.Modern-Workforces-content:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.42);
    outline-offset: 4px;
}

/* <!--  Modern-Workforces-Section-end --> */

/* <!-- Available on iOS & Android apps start --> */
.apps-section {
    padding-top: 40px;
    position: relative;
}

.apps-section .container {
    max-width: 1370px;
}


.apps-section .container .app-inner-sec {
    background-color: var(--primary);
    border-radius: 30px;
    padding: 60px;
    position: relative;
    z-index: 99;
    background-image: url(../public/apps-section.svg) !important;
    background-repeat: repeat;
    overflow: hidden;
}

.apps-section .container .app-inner-sec:before {
    background: url(../public/apps-bag-right.svg) no-repeat;
    position: absolute;
    right: -200px;
    top: -150px;
    width: 1026px;
    height: 1026px;
    content: ""
}

.apps-phone-img {
    position: relative;
    z-index: 9999;
    right: 43px;
    width: 341px;
    height: 574px !important;
}


.payrol-phone-img {
    position: absolute;
    left: 207px;
    width: 341px;
    height: 574px !important;
}


.store-card {
    background: var(--secondary);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s ease;
    width: 170px;
    height: 58px;
}

.store-card img {
    display: block;
    max-width: 180px;
}

.store-buys {
    width: 122px;
}

.store-card:hover {
    background-color: rgba(50, 35, 111, 1);
    color: var(--secondary);
}

.feature-item {
    gap: 15px;
    margin-top: 20px;
}

.feature-icon {
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.feature-card:hover .feature-icon img {
    transform: rotate(360deg);
    transition: transform 2s;
}

.feature-title,
.feature-desc {
    color: var(--secondary);
}

.store-buttons {
    gap: 30px;
    margin-top: 60px;
    margin-left: 63px;
}

.badge-text {
    background: var(--secondary);
    color: rgba(67, 70, 229, 1);
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 24px;
    letter-spacing: 0.3px;
}

/* <!-- Available on iOS & Android apps end --> */

.feature-card {
    position: relative;
    width: 277px;
    height: 175px;
    padding: 24px;
    border: 1px solid #c7c9ff;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
}

.feature-icon img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 10px;
}

.feature-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(50, 35, 111, 1);
    color: #fff;
    padding: 10px 14px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 16px;
}

.pill-box {
    padding: 10px 12px;
    background: rgba(106, 73, 242, 0.1);
    border-radius: 50px;
    color: #4b4bff;
    margin-top: 18px;
    margin-bottom: 10px;
}

.pill-icon {
    width: 18px;
    height: 18px;
}


/* ..........................end............... */
@media (max-width: 767.98px) {
    #demoTabs {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 8px;
        padding-bottom: 6px;
        scrollbar-width: none;
    }

    #demoTabs::-webkit-scrollbar {
        display: none;
    }

    #demoTabs .nav-link {
        width: auto !important;
        white-space: nowrap !important;
        margin-top: 0 !important;
        flex-shrink: 0;
    }

    #demoTabs .nav-link.active::after {
        display: none !important;
    }

    .preview-box {
        height: 240px !important;
        margin-top: 16px;
    }
}

.actions-demo {
    border-radius: 30px;
    background-image: url(../public/demo-bag.svg);
    background-repeat: repeat;
    overflow: hidden;
    position: relative;
}

.inersec-demo {
    margin-top: 40px;
}

.demo-images {
    width: 639px;
    height: 363px !important;
}




/* Pills */
.custom-pills .nav-link {
    background: rgba(255, 255, 255, 0.2);
    color: var(--secondary);
    margin-top: 17px;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-family: PlusJakartaSans-SemiBold;
    text-align: left;
    backdrop-filter: blur(4px);
    transition: all 0.25s ease;
    width: 310px;
}

.custom-pills .nav-link.active {
    background: var(--secondary) !important;
    color: rgba(0, 0, 0, 1) !important;
}


.custom-pills .nav-link.active::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: var(--secondary);
    border-radius: 4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}


.preview-box {
    width: 100%;
    height: 387px;
    background: rgba(76, 57, 151, 1);
    border-radius: 20px;
}

.custom-pills .nav-link:hover {
    background: var(--secondary) !important;
    color: rgba(0, 0, 0, 1) !important;
}


.customer-stories-section {
    background-image: url(../public/customer-stories-bg.svg);
    background-repeat: repeat;
    position: relative;
}

.testimonial-card {
    position: relative;
    background: var(--secondary);
    border-radius: 20px;
    border: 1px solid rgba(67, 70, 229, 1);
    padding: 35px;
    height: 100%;
    width: 530px;
}

.customer-bot-img {
    position: absolute;
    right: 0px;
    bottom: -1px;
}

.profile-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 12px rgba(108, 99, 255, 0.25);
    margin-right: 18px;
}

.rating i,
.rating {
    color: rgba(252, 148, 0, 1);
    font-size: 18px;
}

.carousel-inner {
    padding: 50px 0;
}

.carousel-control-prev {
    left: -133px !important;
}

.carousel-control-next {
    right: -100px !important;
}

.carousel-item {
    transition: transform 1s ease-in-out !important;
}


.price-card {
    /* width: 550px; */
    /* height: 520px; */
    background: #fff;
    border: 2px solid #e8e8ff;
    border-radius: 25px;
    padding: 20px 22px;
    text-align: left;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: 0.3s ease;
    overflow: hidden;
}

.price-card:hover {
    transform: translateY(-5px);
}


.icon-box img {
    width: 60px;
    height: 83px;
    opacity: 0.95;
}


.plan-title {
    font-size: 20px;
    font-family: Plus Jakarta Sans Bold;
    margin-bottom: 10px;
}

.price {
    font-size: 42px;
    font-family: PlusJakartaSans-SemiBold;
    color: rgba(67, 70, 229, 1);
}

.price span {
    font-size: 18px;
    color: var(--primary);
}

/* Divider */
.divider {
    margin: 25px 0;
    border-top: 1px solid #292727;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.features li {
    margin: 13px 0;
    position: relative;
    font-size: 16px;
    font-family: PlusJakartaSans-Regular;
}

.btn-buy {
    background: rgba(67, 70, 229, 1);
    color: var(--secondary);
    font-family: PlusJakartaSans-SemiBold;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 12px 28px;
    width: 137px;
    border-radius: 10px;
}

.btn-buy:hover {
    background: #2a23d7;
}

/*  Ribbon */
.price-card:hover {
    border: 2px solid rgba(67, 70, 229, 1);
}

.ribbon {
    position: absolute;
    top: 30px;
    right: -34px;
    background: rgba(67, 70, 229, 1);
    color: var(--secondary);
    padding: 6px 50px;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 255, 0.2);
    border-radius: 4px;
}


.toggle-label {
    color: rgba(50, 35, 111, 1);
    cursor: pointer;
}

.toggle-label.active {
    color: #433bff;
}


.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--secondary);
    transition: .4s;
    border-radius: 34px;
    border: 1px solid rgb(255 228 228);
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: #433bff;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #e7e4ff;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.yearly-off {
    background: var(--secondary);
    color: rgba(67, 70, 229, 1);
    padding: 3px 10px;
    border-radius: 8px;
    margin-left: 5px;
}



.footer-inner-sec {
    background-image: url(../public/footer-img.webp);
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
}

/* 
.footer-section {
    padding-top: 30px;
} */

.footer-top {
    margin-top: 30px !important;
}

.footer-title {
    margin-bottom: 40px;
    color: var(--secondary);

}

.footer-bottoms {
    background-image: url(../public/footer-bottom-img.webp);
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
}

.footer-imgs {
    width: 30px;
    height: 30px;
}

.footer-links {
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--secondary);
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--secondary);
}

.store-btn {
    width: 130px;
    cursor: pointer;
}

.form-group {
    position: relative;
    max-width: 430px;
}

.form-control {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 10px;
    min-height: 60px;
    color: var(--secondary) !important;
}

.form-btns {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgba(67, 70, 229, 1);
    color: var(--secondary) !important;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: none;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border: 1px solid #6d61c9;
    border-radius: 50%;
    color: var(--secondary);
    position: relative;

}

.social-icons img {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 9px;
    top: 10px;
}


.footer-card {
    background: var(--secondary);
    padding: 15px 15px;
    border-radius: 25px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s ease;
}

.footer-line h5 {
    letter-spacing: 0.5px;
    gap: 10px;
}

.footer-line h5::before {
    content: '';
    width: 4px;
    height: 30px;
    background-color: var(--secondary);
    border-radius: 2px;
}

.Contact-informations-section {
    background-image: url(../public/customer-stories-bg.svg);
    background-repeat: repeat;
    position: relative;
}

.contact-inside {
    padding-bottom: 40px;
}

.contact-title {
    color: rgba(50, 35, 111, 1);
}

.contact-icon-img {
    width: 70px;
    height: 70px;
}

.contact-form-card {
    background: var(--secondary);
    border-radius: 16px;
    padding: 30px;
    width: 100%;
    margin-bottom: 40px;
}

.contact-input {
    background-color: rgba(246, 244, 254, 1) !important;
    border: 1px solid rgba(226, 220, 255, 1) !important;
    color: rgb(14, 14, 16) !important;
    border-radius: 8px;
    padding: 12px 16px;
    border: none !important;
}

.contact-input:focus {
    border: 1px solid rgba(50, 35, 111, 1) !important;
    box-shadow: none !important;
    outline: none !important;
}


.contact-submit-btn {
    background: rgba(106, 73, 242, 1) !important;
    color: #fff !important;
    border-radius: 8px;
    width: 433px !important;
    height: 47px !important;
    letter-spacing: 1px;
    padding: 10px 40px;
    outline: none !important;
    border: none !important;
    letter-spacing: 0px;
}

.contact-input::placeholder {
    color: rgba(62, 63, 102, 1) !important;
    font-family: PlusJakartaSans-Regular;
    font-size: 16px;
}

.input-wrap {
    position: relative;
}

.input-wrap::after {
    content: "*";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 76px;
    color: red;
    font-size: 14px;
}

.input-wrap.has-value::after {
    opacity: 0;
}

.footer-logo-img {
    z-index: 999;
}

.ai-features-img {
    width: 637px;
    height: 637px;
}

.navbar-nav .nav-link,
.puprple_btn,
.store-card,
.feature-card,
.footer-card,
.whychoose_section .whychoose_box,
.Modern-Workforces-content {
    transition:
        transform 0.35s var(--ease-smooth),
        box-shadow 0.35s var(--ease-smooth),
        border-color 0.35s var(--ease-smooth),
        background-color 0.35s var(--ease-smooth),
        color 0.35s var(--ease-smooth);
}




.success-card-wrapper,
.error-card-wrapper {
    transition: opacity 0.45s var(--ease-smooth), transform 0.45s var(--ease-smooth);
    opacity: 0;
    transform: translateY(16px) scale(0.99);
    will-change: transform, opacity;
    /* Performance Optimization */
}

.success-card-wrapper.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}