body {
    font-family: 'Outfit', 'Inter', Arial, sans-serif;
    background: #fff;
    color: #181818;
}

.section {
    padding: 60px 0;
}

.hero-section {
    padding-top: 80px 0px;
    background: transparent linear-gradient(180deg, #002CA3 0%, #000E77 100%) 0% 0% no-repeat padding-box;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.hero-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 0px;
    color: #fff;

}

.hero-desc {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    padding: 25px 1px;
    font-weight: 500;
    margin-bottom: 15px;
}

.clm-hero-section a {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #1D1D1D;
    background-color: #C5CC42;
    text-decoration: none;
}

.btn-cta {
    background: #7ed957;
    color: #181818;
    border-radius: 24px;
    font-weight: 600;
    padding: 12px 32px;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(126, 217, 87, 0.08);
    border: none;
}

.btn-cta:hover {
    background: #5bbf2a;
    color: #fff;
}

.hero-img-wrap {
    position: relative;
    min-height: 320px;
}


.hero-img-card {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    max-width: 180px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 12px 16px;
    font-size: 0.95rem;
}

.features-section {
    background: #fafbfc;
    padding: 60px 0 40px 0;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 18px;
    font-size: 1.1rem;
    position: relative;
    padding-left: 28px;
    font-weight: normal;
}

.feature-list li:before {
    content: '\2192';
    color: #3b36ff;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.dashboard-img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.footer-section {
    background: #fff;
    padding: 40px 0 20px 0;
    text-align: center;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.footer-desc {
    color: #888;
    font-size: 1.05rem;
}

@media (max-width: 991.98px) {

    .hero-img-main,
    .hero-img-card {
        position: static;
        width: 100%;
        max-width: 100%;
    }

    .hero-img-wrap {
        min-height: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {

    .section,
    .hero-section,
    .stats-section,
    .case-section,
    .pain-section,
    .features-section,
    .footer-section {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-section {
        padding-top: 40px;
    }

    .brand-logos {
        margin-top: 32px;
    }

    .case-card,
    .pain-card {
        padding: 20px 10px;
    }




}

.feature-accordion-title {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.arrow-down {
    transition: transform 0.2s;
}

.collapse.show~.arrow-down {
    transform: rotate(180deg);
}

.feature-list-accordion {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    margin-left: 10px;
}

.feature-list-accordion li {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0px;
    font-weight: 500;
    color: #000000;
}

.feature-list-accordion .dot {
    width: 10px;
    height: 10px;
    background: #3b36ff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    margin-top: 6px;
}

.feature-link-row {
    font-size: 1.01rem;
    color: #181818;
    padding: 6px 0;
}

.arrow-right {
    color: #3b36ff;
    font-size: 1.3rem;
    font-weight: 700;
}

.btn-feature-cta {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-14)/21px Poppins;
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-align: center;
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000;
    background-color: #C5CC42;
    border-radius: 30px;
    padding: 10px 20px;
    outline: none;
}

/* .btn-feature-cta:hover {
    background: #181818;
    color: #fff;
} */

@media (max-width: 991.98px) {
    .feature-link-row {
        font-size: 0.98rem;
    }
}

@media (max-width: 767.98px) {
    .feature-link-row {
        font-size: 0.97rem;
    }

    .btn-feature-cta {
        width: 100%;
    }
}

.compliance-card {
    border-radius: 18px;
    background: #fff;
    padding: 28px 22px 22px 22px;
    min-height: 260px;
    box-shadow: 0 2px 16px rgba(59, 54, 255, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1.5px solid #e0e0e0;
    margin: 0 8px;
    transition: box-shadow 0.2s, border 0.2s;
}

.border-yellow {
    border-color: #dae94a !important;
}

.border-blue {
    border-color: #7c5cff !important;
}

.border-pink {
    border-color: #e9a4e5 !important;
}

.compliance-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f7f7ff;
}

.compliance-cert-title {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 18px/var(--unnamed-line-spacing-28) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal 600 18px/28px Outfit;
    letter-spacing: 0px;
    color: #000000;
    padding: 30px 18px;
    border-left: 2px solid gray;
}

.compliance-cert-sub {
    font-size: 0.98rem;
    color: #888;
    font-weight: 500;
}

.compliance-info-box {
    background: #F5F7ED 0% 0% no-repeat padding-box;
    border-radius: 30px;
    width: 100%;
    /* height: 180px; */
    padding: 0px 30px;
}

.compliance-info-title {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 18px/var(--unnamed-line-spacing-28) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal 600 18px/28px Outfit;
    letter-spacing: 0px;
    color: #000000;

    padding-top: 20px;
}

.compliance-info- {
    /* font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-30) var(--unnamed-font-family-outfit); */
    /* letter-spacing: var(--unnamed-character-spacing-0); */
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal normal 16px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.78;
    padding: 20px 0px;
}

@media (max-width: 991.98px) {
    .compliance-card {
        min-height: 200px;
        padding: 18px 8px 12px 8px;
    }
}

@media (max-width: 767.98px) {
    .compliance-card {
        min-height: 120px;
        padding: 12px 16px 8px 16px;
    }
}

.adv-label {
    font-weight: 700;
    color: #181818;
    font-size: 1.08rem;
    margin: 28px 0;
    text-align: left;
}

.adv-card {
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(59, 54, 255, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 0;
    min-height: 100%;
}

.adv-card-left {
    background: #f7fcb7;
    border: 1.5px solid #3B19EB;
    padding: 24px 0 24px 0;
}

.adv-card-right {
    background: #3b36ff;
    padding: 24px 0 24px 0;
}

.adv-pill {
    border-radius: 18px;
    padding: 8px 24px 6px 24px;
    font-weight: 700;
    font-size: 1.05rem;
    background: #e6e97a;
    color: #181818;
    display: inline-block;

    margin: 0px 15px;
    text-align: center;
}

.adv-row {
    font-size: 1.08rem;
    color: #181818;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}

.adv-row-white {
    color: #fff;
}

@media (max-width: 991.98px) {

    .adv-label,
    .adv-row {
        font-size: 0.98rem;
        margin: 14px 0;
    }

    .adv-pill {
        font-size: 0.98rem;
        padding: 7px 12px 5px 12px;
    }
}

@media (max-width: 767.98px) {

    .adv-label,
    .adv-row {
        font-size: 0.97rem;
        margin: 10px 0;
    }

    .adv-card-left,
    .adv-card-right {
        padding: 12px 0 12px 0;
    }

    .adv-pill {
        margin: 20px 15px;
        text-align: center;
    }
}

.integration-bg-card {
    padding: 60px 0px;
    box-shadow: 0 2px 32px rgba(59, 54, 255, 0.10);
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 0;
    background: transparent linear-gradient(116deg, #0E016E 0%, #0E0170 50%, #2405CC 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;

}

.integration-app-icon {
    background: #fff;
    border-radius: 16px;
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(59, 54, 255, 0.06);
    margin-top: 64px;
}

.integration-api-group {
    border-radius: 16px;
    background: transparent;
    padding: 18px 18px 10px 18px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.integ-label {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-25) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-align: center;
    font: normal normal bold 20px/25px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;

    padding: 15px 0px;
}

.integration-api-label {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a13a7;
    color: #fff;
    font-weight: 600;
    font-size: 1.01rem;
    padding: 2px 18px;
    border-radius: 12px;
    border: 1px solid #D5DE47;
    z-index: 2;
}

.integration-api-icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.integration-api-icon {
    font-size: 2.1rem;
    color: #3b36ff;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    width: 125px;
    height: 125px;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    box-shadow: 0 2px 8px rgba(59, 54, 255, 0.06);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.integration-api-text {
    text-align: center;
    font: normal normal normal 12px/15px Outfit;
    letter-spacing: 0px;
    color: #000000;

}

@media (max-width: 991.98px) {
    .integration-bg-card {
        padding: 18px 4px 18px 4px;
    }

    .integration-api-group {
        min-width: 220px;
        padding: 12px 6px 6px 6px;
    }
}

@media (max-width: 767.98px) {
    .integration-bg-card {
        padding: 20px;
    }

    .integration-app-icon {
        width: 48px;
        height: 48px;
        margin-top: 0px;
    }

    .integration-api-group {
        min-width: 0;
        padding: 8px 2px 2px 2px;
        margin-top: 24px;
    }

    .integration-api-label {
        font-size: 0.91rem;
        padding: 2px 8px;
    }
}


.hero-banner-bg {
    background: linear-gradient(90deg, #1a13a7 0%, #3b36ff 100%);
    border-radius: 32px;
    min-height: 340px;
    box-shadow: 0 2px 32px rgba(59, 54, 255, 0.10);
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-banner-left {
    min-width: 260px;
    max-width: 420px;
}

.hero-banner-btn {
    background: #fff;
    color: #181818;
    border-radius: 24px;
    font-weight: 700;
    padding: 12px 32px;
    font-size: 1.08rem;
    box-shadow: 0 2px 8px rgba(59, 54, 255, 0.08);
    border: none;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
}

.hero-banner-btn:hover {
    background: #e9ebf7;
    color: #1a13a7;
}

.hero-banner-right {
    min-width: 260px;
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-dashboard {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(59, 54, 255, 0.10);
    overflow: hidden;
    width: 320px;
    min-width: 220px;
}

.hero-banner-dashboard-top {
    background: #dae94a;
    height: 32px;
    width: 100%;
}

.hero-banner-dashboard-main {
    display: flex;
    flex-direction: row;
    min-height: 160px;
}

.hero-banner-dashboard-sidebar {
    background: #dae94a;
    width: 70px;
    padding: 16px 0 16px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.98rem;
    font-weight: 500;
    color: #181818;
}

.sidebar-item {
    padding: 6px 18px 6px 18px;
    margin-bottom: 4px;
    border-radius: 8px;
    width: 100%;
    background: none;
    position: relative;
}

.sidebar-item.active {
    background: #fff;
    font-weight: 700;
}

.msg-badge {
    background: #3b36ff;
    color: #fff;
    border-radius: 8px;
    font-size: 0.85em;
    padding: 2px 7px;
    margin-left: 6px;
}

.hero-banner-dashboard-content {
    padding: 18px 12px 12px 18px;
    flex: 1 1 auto;
    min-width: 120px;
}

.dashboard-title {
    font-weight: 700;
    font-size: 1.08rem;
    color: #181818;
    margin-bottom: 8px;
}

.dashboard-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(59, 54, 255, 0.06);
}

@media (max-width: 991.98px) {
    .hero-banner-bg {
        flex-direction: column;
        min-height: 0;
    }

    .hero-banner-left,
    .hero-banner-right {
        max-width: 100%;
        min-width: 0;
    }

    .hero-banner-dashboard {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .hero-banner-bg {
        border-radius: 18px;
        padding: 0;
    }

    .hero-banner-left,
    .hero-banner-right {
        padding: 18px 6px !important;
    }

    .hero-banner-dashboard {
        width: 100%;
        min-width: 0;
    }

    .faq-list {
        width: 100%;
    }
}

.faq-list {
    width: 90%;
}

.faq-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(59, 54, 255, 0.04);
    padding: 22px 28px 16px 28px;
    transition: box-shadow 0.2s;
    cursor: pointer;
    border: none;
}

.faq-card:not(.faq-open):hover {
    box-shadow: 0 4px 16px rgba(59, 54, 255, 0.08);
}

.faq-question {
    font-size: 1.08rem;
    color: #181818;
}

.faq-answer {
    font-size: 0.98rem;
    color: #222;
    font-weight: 400;
    line-height: 1.5;
}

.faq-toggle {
    font-size: 2rem;
    font-weight: 700;
    color: #e9007a;
    margin-left: 18px;
    transition: color 0.2s;
    user-select: none;
}

.faq-toggle-open {
    color: #3b36ff;
}

.faq-open .faq-toggle {
    color: #3b36ff;
}

.faq-open .faq-answer {
    display: block !important;
}

.cta-btn {
    background: #3b36ff;
    color: #fff;
    border-radius: 24px;
    font-weight: 600;
    padding: 12px 48px;
    font-size: 1.08rem;
    box-shadow: 0 2px 8px rgba(59, 54, 255, 0.08);
    border: none;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
}

.cta-btn:hover {
    background: #181818;
    color: #fff;
}

@media (max-width: 767.98px) {
    .faq-card {
        padding: 14px 10px 10px 10px;
    }

    .cta-btn {
        width: 100%;
    }
}


/* Case Study Section Styles */
.case-study-section {
    background: #FAFAFA;
    padding-top: 80px;
    padding-bottom: 80px;
}

.case-study-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 0;
}

.case-study-subtitle {
    font-size: 1rem;
    color: #888;
    margin-top: 8px;
}

.case-study-dot {
    position: absolute;
    left: calc(50% - 170px);
    top: 10px;
    width: 18px;
    height: 18px;
    background: #7c5cff;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.18;
}

.case-study-card img,
.case-study-card-secondary img {
    padding: 0px 20px;
}

.case-study-card {
    background: #3b36ff;
    border-radius: 22px;
    padding: 36px 28px 32px 28px;
    min-height: 100%;
    box-shadow: 0 2px 16px rgba(59, 54, 255, 0.06);
    background: var(--unnamed-color-3b19eb) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-707070);
    background: #3B19EB 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 30px;

    max-width: 521px;
}

.case-study-card-secondary {
    background: #fff;
    border-radius: 22px;
    padding: 36px 28px 32px 28px;
    min-height: 100%;
    background: var(--unnamed-color-f4f4f5) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-707070);
    background: #F4F4F5 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 30px;

}

.case-study-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.case-study-list-item {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    font-size: 1.08rem;
    padding: 25px 0px;
}

.case-study-check {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-25) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal bold 20px/25px Outfit;
    letter-spacing: 0px;
    color: #000000;

    display: flex;
}

.case-study-check-green {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-25) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-align: center;
    font: normal normal bold 20px/25px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;

}

.case-study-text {
    font-weight: 400;
}

/* Pain Points Section Styles */
.pain-points-section {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.pain-points-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}

/* Features Section Styles */
.features-section-alt {
    background: #FAFAFA;
    padding-top: 60px;
    padding-bottom: 40px;
}

.features-title {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-40)/var(--unnamed-line-spacing-50) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal bold 40px/50px Outfit;
    letter-spacing: 0px;
    color: #000000;

}

.features-subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

.feature-divider {
    border-top: 1px solid #e0e0e0;
    margin: 18px 0;
}

.feature-link-text {
    font-weight: 600;
}

.dashboard-placeholder {
    max-width: 100%;
    border-radius: 14px;
    /* box-shadow: 0 2px 16px rgba(59, 54, 255, 0.06); */
    margin-bottom: 32px;
}

/* Next-Gen Contracting Section */
.next-gen-section {
    background: #fcfcfc;
    padding-top: 80px;
    padding-bottom: 120px;
}

.next-gen-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

.next-gen-subtitle {
    text-align: center;
    font: normal normal normal 20px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
    padding: 40px 0px;
}

.stepper-image {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(59, 54, 255, 0.03);
    width: 80%;
}

/* Testimonial Section */
.testimonial-section {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* ROI Calculator Section */
.roi-section {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.roi-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}

.roi-subtitle {
    font-size: 1.08rem;
    color: #888;
    margin-top: 12px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.roi-icon-wrapper {
    font-size: 1.2em;
    position: relative;
    left: -10px;
    top: 2px;
}

/* Compliance Section */
.compliance-section {
    background: #FAFAFA;
    padding-top: 90px;
    padding-bottom: 90px;
}

.compliance-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}

.compliance-subtitle {
    font-size: 1.08rem;
    color: #888;
    margin-top: 12px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.compliance-badge {
    color: #7c5cff;
    font-size: 1.3rem;
    vertical-align: middle;
}

.compliance-badge-text {
    font-weight: 600;
    color: #181818;
    font-size: 1.08rem;
    vertical-align: middle;
}

.compliance-icon-large {
    font-size: 2rem;
}

/* Melento Advantage Section */
.advantage-section {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.advantage-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}

/* Smart Integrations Section */
.integrations-section {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 90px;
}

.integration-badge {
    color: #fff;
    font-size: 1.3rem;
    vertical-align: middle;
}

.integration-badge-text {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-40)/55px var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-align: center;
    font: normal normal bold 30px/55px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;

}

.integration-app-icon img {
    width: 48px;
    height: 48px;
}

/* Industry Masonry Section */
.industry-section {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Hero Banner Section */
.hero-banner-section {
    background: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
}

.hero-banner-subtitle {
    font-size: 1.1rem;
    font-weight: 500;
}

.hero-banner-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
}

.hero-banner-subtitle-bold {
    font-size: 1.1rem;
    font-weight: 700;
}

.hero-banner-desc {
    font-size: 1rem;
    font-weight: 400;
}

.hero-banner-dashboard-img {
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(59, 54, 255, 0.10);
    width: 320px;
    max-width: 100%;
}

.btn-action-primary {
    background: #D5DE47 0% 0% no-repeat padding-box;
    border-radius: 30px;

    padding: 15px 50px;
    text-align: center;
    font: normal normal 600 14px / 18px Outfit;
    letter-spacing: 0px;
    color: #1D1D1D;
    text-decoration: none;
}

.btn-action-primary:hover {
    text-decoration: none;
}

.contract h2 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-40)/55px var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal bold 40px/55px Outfit;
    letter-spacing: 0px;
    color: #000000;

}

.contract h2,
.features-section-alt h2 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 40px / 55px var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    padding-bottom: 24px;
    color: var(--unnamed-color-000000);
}

.case-study-section h2,
.pain-points-section h2,
.features-section-alt h2 {
    max-width: 80%;
}

.card-row {
    padding-top: 100px;
}

.time-to-upgrade {
    padding: 120px 0px;
}

.owl-item.active.center .pain-slide.faded-slide {}

div#featureAccordion h5 button {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 0 0 10px;
    text-align: left;
    letter-spacing: 0px;
    outline: none;
    color: #000000;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div#featureAccordion h5 button:focus,
.btn-link:focus {
    outline: none;
}

#featureAccordion .card .collapse.show {
    padding: 27px 0px;
    border-radius: 0px;
}

#featureAccordion .card .collapse {
    padding: 27px 0px;
    border-radius: 0px;
}


.services-grid {
    column-count: 2;
    column-gap: 2.5rem;
    padding: 0rem 0;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

section.featured-card {
    background: #F5F8FA;
    padding: 110px 0px;
}

.feature-title {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-40)/var(--unnamed-line-spacing-50) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal bold 40px/50px Outfit;
    letter-spacing: 0px;
    color: #000000;

}

.feature-para {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-30) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal normal 20px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;

}

.service-card .icon img {
    width: 24px;
}

.banking-card a {
    color: #A1225A;
    font-size: 16px;
}

.hr-card a {
    color: #4CA7F9;
    font-size: 16px;
    text-decoration: none;
}

.insurance-card a {
    color: #2E2E2E;
    font-size: 16px;
}

.legal-card a {
    color: #577B27;
    font-size: 16px;
}

.service-card .get-started {
    font-size: 16px;
    margin-top: 0px;
    padding-bottom: 30px;
}

.bottom-clientLogo img {
    width: 110px !important;
    margin: 0 auto;
}

.service-card {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E4E4E6;
    break-inside: avoid;
}

.service-image img {
    width: 100%;
    display: block;
}

.icon-label {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: #f8f9fa;
}

.icon-label .icon {
    font-size: 1.8rem;
    margin-right: 0.75rem;
}

.icon-label h2 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-25) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal bold 20px/25px Outfit;
    letter-spacing: 0px;
    color: #000000;

}

.service-content {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-30) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal normal 20px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1D1D1D;
}

.feature-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #94a3b8;
}

.get-started {
    display: inline-block;
    margin-top: 0.5rem;
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.get-started .arrow {
    margin-left: 0.25rem;
}

.icon-label,
.service-content {
    margin: 0px 20px;
}

.contract-per {
    display: flex;
}

.contract-per>div {
    width: 20%;
}

.contract-per>div:nth-last-child(odd) h1 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-40)/var(--unnamed-line-spacing-50) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-3b19eb);
    text-align: center;
    font: normal normal bold 40px/50px Outfit;
    letter-spacing: 0px;
    color: #3B19EB;

}

.contract-per>div:nth-last-child(even) h1 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-40)/var(--unnamed-line-spacing-50) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-09090b);
    text-align: center;
    font: normal normal bold 40px/50px Outfit;
    letter-spacing: 0px;
    color: #09090B;

}

.contract-per p {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-30) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal normal 18px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
}

.contrac-client {
    background-color: #fafafa;
    padding-top: 98px;
}

.contract h2::after {
    position: absolute;
    background: #2D00DE67;
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: -5px;
    left: 0px;
}


.manage p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
}

.box p {
    text-align: center;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 18px/var(--unnamed-line-spacing-28) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal 600 18px/28px Outfit;
    letter-spacing: 0px;
    color: #000000;

}

.ang a {
    background: var(--unnamed-color-d5de47) 0% 0% no-repeat padding-box;
    background: #D5DE47 0% 0% no-repeat padding-box;
    border-radius: 30px;

    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-18) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1d1d1d);
    text-align: center;
    font: normal normal 600 14px/18px Outfit;
    letter-spacing: 0px;
    color: #1D1D1D;

    padding: 15px 30px;
    text-decoration: none;
}

.Competitive h1 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-40)/var(--unnamed-line-spacing-50) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal bold 40px/50px Outfit;
    letter-spacing: 0px;
    color: #000000;

}

.Competitive p {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/var(--unnamed-line-spacing-30) var(--unnamed-font-family-outfit);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: center;
    font: normal normal normal 20px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.78;
    padding: 30px 0px;
}

.Competitive h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font: normal normal 600 20px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.pain-card-carousel .arr-img img {
    margin: 0 auto;
}

.pain-points-section .owl-item {
    margin-top: 26px;
}

.pain-points-section .owl-item.active.center {
    margin-top: 0px;
}

div#featureAccordion h5 button span img {

    transform: rotate(270deg);
}

div#featureAccordion .card.active h5 button span img {
    transform: rotate(0deg);
}

#featureAccordion h5 button .span-header {
    width: 80%;
}

div#featureAccordion .card {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px;
}

div#featureAccordion .card.active {
    border-bottom: 1px solid #beb2ff !important;
}

button.clm-carousel-prev {
    transform: rotate(90deg);
}

button.clm-carousel-next {
    transform: rotate(270deg);
}

.clm-carousel-nav button img {
    width: 16px;
}

.stepper-content b {
    font-weight: 700;
}

.advantage-section h2 {
    padding-bottom: 40px;
}


.contrac-client h2 {
    font-size: 40px;
    font-weight: 700;
}

.free a {
    display: block;
    margin: 0 auto;
    background-color: #D5DE47 !important;
    color: #000000 !important;
}

.lifecycle-section {
    padding: 100px 0px;
}


.lifecycle-title {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 60px;
}

.lifecycle-desc {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}

.feature-accordion-row {
    padding-top: 80px;
}

.workflow-carousel {
    padding-top: 70px;
}

.workflow-section {
    padding: 90px 0px !important;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-box .box {
    padding: 30px;
}

.contract-management-section {
    padding: 80px 0px;
}

.ang {
    text-align: center;
    display: block;
    padding-top: 85px;
}

.compliance-header {
    width: 100%;
    margin-bottom: 50px !important;
}

.compliance-info-box.card-one {
    border: 1px solid #d6d8cf;
    margin-bottom: 20px !important;
}

.compliance-info-box.card-two {
    border: 1px solid #D1DFF8;
    margin-bottom: 20px !important;
}


.compliance-info-box.card-three {
    border: 1px solid #EBCFE4;
    margin-bottom: 20px !important;
}


.compliance-info-box.card-four {
    border: 1px solid #F5FF57;
    margin-bottom: 20px !important;
}

section.free.free-feature a {
    background-color: #2D00DE !important;
    color: #fff !important;
    padding: 0px 34px;
    width: auto;
    display: flex;
    align-items: center;
}

.free.free-feature {
    background: #FAFAFA;
}

.service-card.banking-card:first-child {
    margin-top: 240px;
}

.manufacturing-card:last-child {
    margin-bottom: 0px !important;
}

.faq-section {
    background: #f5f5f7;
    padding-top: 90px;
    padding-bottom: 90px;
}

.section.faq-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}


.services-grid {
    column-count: 2;
    column-gap: 2.5rem;
    padding: 0rem 0;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
}

.service-image img {
    width: 100%;
    display: block;
}

.icon-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #F6F8FA;
    width: fit-content;
    padding: 0px 15px;
    border-radius: 4px;
}

section.featured-card {
    background: #F5F8FA;
    padding: 50px 0px;
}

.icon-label,
.service-content {
    margin: 0px 20px;
}

.icon-label .icon {
    font-size: 1.8rem;
    margin-right: 0.75rem;
}

.icon {
    font-size: 1.5rem;
    background: #f1f5f9;
    border-radius: 8px;
}

.icon-label h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.service-image {
    text-align: center;
    margin-bottom: 30px;
}



.service-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.icon-label,
.service-content {
    margin: 0px 20px;
}

.service-content {
    padding: 1rem;
}

@media screen and (max-width: 768px) {
    .services-grid {
        column-count: 1;
        width: 100%;
    }

    .contract-per>div {
        width: 100%;
    }

    .contract-per {
        flex-direction: column;
    }

    h2,
    .manage h1,
    .Competitive h1,
    .free h1 {
        font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 32px / 46px var(--unnamed-font-family-outfit) !important;
    }

    .hero-title {
        font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 36px / 45px var(--unnamed-font-family-outfit);
    }

    .case-study-section h2,
    .pain-points-section h2,
    .features-section-alt h2 {
        max-width: 100%;
    }

    .lifecycle-section {
        padding: 50px 0px;
    }

    .pain-points-section {
        background: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pain-card-carousel .row {
        gap: 40px;
    }

    .feature-accordion-row,
    .workflow-carousel,
    .next-gen-section,
    .workflow-section {
        padding-top: 40px;
    }

    .integration-api-group .flex-row {
        flex-wrap: wrap;
    }

    p.feature-para {
        width: 100% !important;
    }



    .service-card.banking-card:first-child {
        margin-top: 0px;
    }

    .time-to-upgrade .bottomSection {
        display: flex;
        background: #1c0078;
        border-radius: 20px;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .time-to-upgrade .left-panel {
        color: white;
        padding: 60px 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .time-to-upgrade .rightIn {
        position: relative;
        display: flex;
        width: 100%;
    }

    .time-to-upgrade .right-panel img {
        display: block;
        width: 100%;
    }

    .advantage-section {
        background: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.faq-list .font-weight-bold {
    font-size: 20px;
    line-height: 24px;
}

.faq-list .faq-answer {
    font-size: 16px;
    color: #737C87;
    opacity: 1;
    line-height: 24px;
    font-weight: 500;
}

.faq-answer ul li {
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .rightIn {
        position: static;
    }
}


/* e-sign-page-css */
.successInner {
    background: transparent linear-gradient(113deg, #0E016E 0%, #0E0170 48%, #2405CC 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;

    padding: 80px 72px;
}

.success-story-content h3 {
    color: #fff;
    font-size: 46px;
    line-height: 52px;
    padding-bottom: 40px;
}

.success-story-content h4 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}

.counter-featured h6 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.counter-featured h3 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.success-story-content h5 {
    font-size: 20px;
    line-height: 25px;
}

.esign-section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.esign-section-subtitle {
    color: #c8007e;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.esign-tab {
    border: none;
    background: none;
    color: #3d0064;
    font-weight: 600;
    margin-right: 32px;
    font-size: 1rem;
    padding: 0 0 8px 0;
    border-bottom: 2px solid transparent;
}

.esign-tab.active {
    color: #c8007e;
    border-bottom: 2px solid #c8007e;
}

@media (max-width: 767px) {
    .esign-section-title {
        font-size: 1.4rem;
    }

    .esign-section-subtitle {
        font-size: 1rem;
    }

    .esign-card {
        padding: 20px 10px;
    }

    .esign-card img {
        max-width: 100px;
        max-height: 80px;
    }

    .prof1 {
        max-height: 120px;
        position: absolute;
        top: -110px;
        left: 0px;
    }
}


.esign-vertical-header {
    font-size: 1.2rem;
    font-weight: 700;
}

.esign-vertical-dropdown {
    background: linear-gradient(135deg, #b3006e 0%, #6c47ff 100%);
    border: none;
    border-radius: 8px;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(179, 0, 110, 0.12);
}

.esign-vertical-list {
    margin-top: 24px;
}

.esign-vertical-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.3rem;
    color: #181818;
    font-weight: 500;
    padding: 18px 0 18px 0;
    transition: color 0.2s, background 0.2s;
    cursor: pointer;
    outline: none;
}

.esign-vertical-tab.active {
    color: #b3006e;
    background: #f6f6f6;
    font-weight: 700;
}

.esign-accordion-content {
    background: #f6f6f6;
    border-left: 3px solid #b3006e;
    border-radius: 0 0 8px 8px;
    margin-bottom: 8px;
    margin-top: -8px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 1rem;
    display: none;
}

.esign-arrow {
    font-size: 1.3rem;
    color: #b3006e;
    margin-left: 8px;
}

.esign-vertical-content-wrap {
    padding: 32px 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esign-vertical-content-box {
    border: 3px solid #b3006e;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(179, 0, 110, 0.10);
    padding: 32px 24px;
    background: #fff;
    min-width: 350px;
    min-height: 260px;
}

.esign-vertical-content {
    display: none;
    position: relative;
    z-index: 999999;
}

.esign-vertical-content.active {
    display: block;
}

@media (max-width: 767px) {
    .esign-vertical-tabs {
        padding: 16px 8px;
    }

    .esign-vertical-content-box {
        padding: 16px 8px;
        min-width: 200px;
    }
}

.esign-tab-bar {
    display: flex;
    margin-bottom: 32px;
    gap: 0;
    background: none;
}

.esign-tab-btn {
    background: none;
    border-bottom: 1px solid #e5e5e5 !important;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    outline: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #b3006e;
    padding: 16px 32px 14px 32px;
    border-radius: 0px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    position: relative;
    z-index: 1;
}

.esign-tab-btn.active {
    color: #b3006e;
    border-top: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 0 !important;
    z-index: 2;
}

.esign-tab-btn:not(.active) {
    color: #888;
}

.esign-tab-btn:not(.active):hover {
    color: #b3006e;
    border-top: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
}

.esign-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 0px;
    margin-bottom: 24px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.2s;
}

.esign-card img {
    display: block;
    margin: 0 auto 24px auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    background: #fff;
    padding: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.esign-card-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #181818;
    text-align: left;
}

.esign-card-desc {
    font-size: 1rem;
    color: #444;
    text-align: left;
    line-height: 1.6;
}

.esign-card:last-child {
    margin-right: 0;
}

.esign-btn {
    background: #3B19EB;
    font-size: 20px;
    border: 0;
    border-radius: 50px;
    padding: 15px 50px;
    color: #fff;
}

@media (max-width: 767px) {
    .esign-card {
        padding: 20px 10px;
        min-height: 220px;
    }

    .esign-tab-bar {
        gap: 1px;
    }

    .esign-card img {
        max-width: 100%;
        width: 100%;
    }
}

.esign-easy-section {
    background: #f6f6f8;
}

.esign-easy-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(44, 83, 100, 0.10);
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.esign-easy-header {
    background: transparent linear-gradient(113deg, #0E016E 0%, #0E0170 48%, #2405CC 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 2.2rem;

    font-weight: 700;
    border-radius: 24px 24px 0 0;
    text-align: left;

}

.esign-easy-img-wrap {
    min-height: 340px;
    background: none;
}

.esign-easy-header span {
    display: block;
    text-align: center;
}

.esign-easy-img {
    max-width: 320px;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 2px 16px rgba(44, 83, 100, 0.10);
    background: #fff;
}

.esign-easy-steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 0px;
    border-left: 2px solid #ececec;
    height: 100%;
    justify-content: center;
    position: relative;
}

.esign-easy-step {
    cursor: pointer;
    padding-bottom: 6px;
    transition: color 0.2s;
    position: relative;
    padding-left: 30px;
}

.esign-easy-step-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 2px;
    transition: color 0.2s;
}

.esign-easy-step-desc {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 0;
    display: none;
    font-weight: 400;
}

.esign-easy-step.active .esign-easy-step-title {
    color: #09090b;
}

.esign-easy-step.active .esign-easy-step-desc {
    display: block;
    color: #222;
    margin-bottom: 8px;
}

.esign-easy-step.active {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .esign-easy-header {
        font-size: 1.3rem;
    }

    .esign-easy-img-wrap {
        min-height: 200px;
    }

    .esign-easy-img {
        max-width: 180px;
    }

    .esign-easy-steps {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .esign-easy-card {
        border-radius: 12px;
    }

    .esign-easy-header {
        border-radius: 12px 12px 0 0;
        font-size: 1.1rem;
    }

    .esign-easy-img {
        border-radius: 12px;
    }

    .esign-easy-steps {
        padding-left: 0;
        border-left: none;
    }

    .esign-herosection .hero-content p {
        text-align: center !important;
    }
}

.esign-progress-bar {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.esign-progress-track {
    position: relative;
    height: 4px;
    background: #eee;
    border-radius: 2px;
}

.esign-progress-fill {
    position: absolute;
    height: 4px;
    background: linear-gradient(to right, #0E016E, #2405CC);
    border-radius: 2px;
    width: 0;
    transition: width 0.5s ease;
}

.esign-progress-dots {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
}

.esign-progress-dots .dot {
    width: 14px;
    height: 14px;
    background: #ccc;
    border: 3px solid #ccc;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.esign-progress-dots .dot.active {
    border-color: #3B19EB;
    background: white;
}

.effiency {
    background: transparent linear-gradient(109deg, #0E016E 0%, #0E0170 50%, #2405CC 100%) 0% 0% no-repeat padding-box;
    width: 900px;
    border-radius: 30px;
    text-align: center;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.effiency h4 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}

.card p {
    font-size: 16px;
    line-height: 26px;
}

.features h2 {
    color: #661aff;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 50px;
    font-weight: 600;
}

.features ul {
    list-style: none;
    padding-left: 0;
}

.features li {
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    color: #707070;
    transition: all 0.3s;
}

.features li:hover,
.features li.active {
    font-weight: bold;
    color: #000;
}

.features li.active::after {
    content: ' →';
    color: #661aff;
}

.details {
    background: #f9f8fd;
    padding: 50px;
    border-radius: 16px;
    min-height: 300px;
    position: relative;
}

.details-content {
    display: none;
    animation: fade 0.3s ease-in-out;
}

.details-content.active {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {

        transform: translateY(0);
    }
}

.details h3 {
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
    z-index: 999;
    line-height: 50px;
    font-weight: 600;
}

.details p {
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 3px solid #3B19EB;
}

.tool {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tool img {
    width: 30px;
    margin-right: 15px;
}

.tool .text strong {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 5px;
}

.tool .text span {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.backColor {
    background: #D5DE47;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50px;
    position: relative;
    top: 25px;
    z-index: -1;
    right: 10px;
}

.esign-section p {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

@media(max-width:767px) {
    .effiency {
        width: 100% !important;
    }

    .successInner {
        padding: 50px 15px;
    }

    .success-story-content h4 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .esign-tab-bar {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .contract-management-section .p-5 {
        padding: 10px !important;
    }

    .details {
        padding: 10px;
    }
}

.calculator-section {
    padding: 40px 0;
}

.calculator-section h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
}

.calculator-section p {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
}

.icon-box {
    display: inline-block;
    background-color: #f3f3fb;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.icon-box img {
    width: 24px;
    height: 24px;
}

.calculator-form {
    background-color: #fff;
    border: 2px solid #ddd0fd;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.form-control {
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #ccc;
}

.form-text {
    font-size: 12px;
    color: #777;
    margin-top: 4px;
}

.btn-submit {
    background-color: #4e00ff;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 12px;
    margin-top: 15px;
    width: 100%;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background-color: #3B19EB;
    color: #fff;
}

.error {
    border-color: red !important;
}

#resultBox {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-align: center;
}

.clm-sub-header {
    background: #fff;
    margin-top: 16px;
}

.clm-sub-header-line {
    border: none;
    border-top: 1px solid #3B19EB;
    margin: 0 0 0 0;
    opacity: 0.5;
}

.clm-sub-header-menu {
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.01em;
}

.clm-sub-header-item {
    position: relative;
    padding: 0 16px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    transition: color 0.2s;
    font-size: 12px;
}

.clm-sub-header-item:hover {
    color: #3b36ff;
}

.clm-sub-header-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    content: "";
    border-top: 5px solid #222;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

@media (max-width: 767px) {
    .clm-sub-header-menu {
        font-size: 0.95rem;
    }

    .clm-sub-header-item {
        padding: 0 8px;
    }
}

.clm-has-dropdown {
    position: relative;
}

.custom-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    opacity: 1;
    position: relative;
    top: -3px;
}

.clm-has-dropdown.open .custom-arrow {
    transform: rotate(310deg);
    top: 2px;
}

.clm-submenu {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    min-width: 160px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(59, 54, 255, 0.08);
    border: 1px solid #e0e0ff;
    z-index: 100;
    padding: 8px 0;
    transition: all 0.2s;
}

.clm-has-dropdown.open .clm-submenu {
    display: block;
}

.clm-submenu-item {
    display: block;
    padding: 10px 24px;
    color: #222;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.clm-submenu-item:hover {
    background: #f5f5f7;
    color: #3b36ff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .clm-sub-header-menu {
        flex-direction: column;
        align-items: stretch;
    }

    .clm-sub-header-item {
        padding: 12px 8px;
        border-bottom: 1px solid #f0f0f0;
    }

    .clm-submenu {
        position: static;
        min-width: 100%;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .clm-submenu-item {
        padding: 12px 18px;
    }
}

.test-bx {
    max-width: 860px !important;
}

.prof1 {
    top: -90px;
    left: -175px;
}

.feature-accordion-title {
    outline: none !important;
    box-shadow: none !important;
}

.footer a {
    background: none;
}