body{
    font-family: "DM Sans", sans-serif;
}
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 553px;
    padding: 10px 0 65px;
    background-color: #061b1f;
    background-image: url("./images/Modules/HeroSectionbg.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content {
    max-width: 560px;
    color: #ffffff;
}

.section-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.section-text span {
    display: inline-block;
    width: 23px;
    height: 1px;
    background-color: #ffffff;
}

.section-title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.7px;
}

.section-title strong {
    color: #12cfd0;
    font-weight: 800;
}

.hero-description {
    max-width: 520px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42;
}

.section-note {
    display: inline-block;
    max-width: 480px;
    padding: 14px 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    border: 1px solid #00a3a3;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.18);
}

.section-note strong {
    font-weight: 700;
}

.hero-visual {
    position: relative;
    min-height: 355px;
    margin-right: -120px;
}

.hero-dashboard {
    /* position: absolute;
    top: -33px;
    left: 42px;
    width: 690px;
    max-width: none;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35); */
}

.hero-dashboard img {
    display: block;
    /* width: 100%; */
    /* height: auto; */
}

.hero-pills {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.feature-pill {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 7px 16px 7px 12px;
    color: #172528;
    font-size: 8.5px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #14aeb0;
    border-radius: 999px;
    background-color: #ffffff;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
}

.feature-pill::before {
    content: "";
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-radius: 50%;
    background-color: #159c9d;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.65);
}

.pill-top {
    top: -48px;
    left: 220px;
}

.pill-left-1 {
    top: 24px;
    left: 38px;
}

.pill-center {
    top: 70px;
    left: 315px;
}

.pill-left-2 {
    top: 305px;
    left: 40px;
}

.pill-bottom-left {
    bottom: -6px;
    left: 150px;
}

.pill-bottom-right {
    bottom: 48px;
    right: 58px;
}

.pill-reporting {
    top: 245px;
    left: 185px;
}

/*billgenix fixes section*/
.billgenix-fixes {
    position: relative;
    overflow: hidden;
    /* padding: 58px 0 55px; */
    padding: 5 10px;
    /* background-color: rgb(32, 126, 126); */
    background-image:
        url("./images/Modules/bill-fixes.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.billgenix-fixes-content {
    position: relative;
    z-index: 2;
    padding: 80px;
}

.billgenix-fixes-text {
    max-width: 650px;
    color: #ffffff;
}

.billgenix-fixes-text h2 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.billgenix-fixes-text p {
    max-width: 650px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.built-for-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.built-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-top: 7px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.built-arrow {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}

.built-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 10px;
    max-width: 460px;
}

.built-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 8px 15px;
    color: #008f90;
    background-color: #ffffff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.billgenix-fixes-image {
    display: flex;
    justify-content: flex-end;
}

.billgenix-fixes-image img {
    display: block;
    width: 100%;
    max-width: 358px;
    height: auto;
    border-radius: 22px;
}

/*billgenix fixes section ended*/

/*disconnected system started*/
.disconnected-system {
    padding: 52px 0;
    background-color: #ffffff;
}

.disconnected-system-content {
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    padding: 47px 35px 55px;
    color: #ffffff;
    background: linear-gradient(135deg, #3f3f3f 0%, #1d1d1d 58%, #121212 100%);
    border: 3px solid #009f9f;
    border-radius: 24px;
}

.disconnected-text {
    max-width: 480px;
}

.disconnected-text h2 {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.4px;
}

.disconnected-text ul {
    margin: 0;
    padding-left: 22px;
    list-style-position: outside;
}

.disconnected-text li {
    margin-bottom: 19px;
    padding-left: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.28;
}

.disconnected-text li:last-child {
    margin-bottom: 0;
}

.disconnected-text li::marker {
    color: #ffffff;
    font-size: 10px;
}

.disconnected-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disconnected-image img {
    display: block;
    width: 100%;
    max-width: 395px;
    height: auto;
}

/*disconnected section endded*/

/*workflow lifecycle started*/
.work-lifecycle {
    position: relative;
    overflow: hidden;
    padding: 0 0 65px;
    background-color: #ffffff;
}

.bg-left,
.bg-right {
    position: absolute;
}

.bg-right {
    right: -25px;
}

.bg-left {
    top: 165px;
    left: -25px;
}

/* .work-lifecycle::before,
.work-lifecycle::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.95;
} */

/* Replace this URL with your left background image 
.work-lifecycle::before {
    left: -10px;
    bottom: 70px;
    width: 255px;
    height: 395px;
    background-image: url("./images/Modules/timelineleft.png");
    background-position: left center;
}*/

/* Replace this URL with your right background image 
.work-lifecycle::after {
    right: 0;
    bottom: 95px;
    width: 235px;
    height: 390px;
    background-image: url("./images/Modules/timelineright.png");
    background-position: right center;
}*/

.work-lifecycle .container {
    position: relative;
    z-index: 2;
}

.lifecycle-heading {
    max-width: 100%;
    margin: 0 auto 34px;
    text-align: center;
}

.lifecycle-kicker {
    margin: 0 0 13px;
    color: #4e4e4e;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.lifecycle-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: 100%;
    margin-bottom: 17px;
}

.lifecycle-title-wrap .heading-line {
    flex: 1;
    height: 1px;
    max-width: 293px;
    background-color: #9c9c9c;
}

.lifecycle-title-wrap h2 {
    margin: 0;
    color: #145c5c;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.4px;
}

.lifecycle-title-wrap h2::first-line {
    color: #238383;
}

.lifecycle-subtitle {
    max-width: 570px;
    margin: 0 auto;
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.lifecycle-content {
    display: flex;
    justify-content: center;
}

.lifecycle-list {
    position: relative;
    width: 100%;
    max-width: 615px;
}

.lifecycle-list::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 32px;
    width: 2px;
    height: calc(100% - 96px);
    background-color: #009b9b;
    z-index: 1;
}

.lifecycle-item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 63px;
    width: 100%;
    max-width: 685px;
    margin-bottom: 14px;
    padding: 10px 20px 10px 69px;
    background-color: #ffffff;
    border: 1px solid #009b9b;
    border-radius: 27px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
}

.lifecycle-item:last-child {
    margin-bottom: 0;
}

.lifecycle-item:nth-child(2) {
    max-width: 402px;
}

.lifecycle-item:nth-child(4) {
    max-width: 360px;
}

.lifecycle-item:nth-child(5) {
    max-width: 410px;
}

.lifecycle-item-wide {
    /* max-width: 505px; */
}

.lifecycle-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #168d8d, #0d5f5f);
    border-radius: 14px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.lifecycle-icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.lifecycle-item p {
    margin: 0;
    color: #535353;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

/*life cycle section ended*/

.nine-modules {
    padding: 25px 0 60px;
    background-image: url('./images/Modules/nine-module-bg.png');
    background-repeat: no-repeat;
    background-position: center;
}

.modules-content {
    width: 100%;
}

.modules-heading {
    margin-bottom: 34px;
    text-align: center;
}

.modules-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin-bottom: 22px;
}

.modules-title-wrap span {
    flex: 1;
    max-width: 345px;
    height: 1px;
    background-color: #9c9c9c;
}

.modules-title-wrap h2 {
    margin: 0;
    color: #238383;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.4px;
}

.modules-title-wrap h2 em {
    color: #104f4f;
    font-style: italic;
    font-weight: 800;
}

.modules-heading p {
    margin: 0;
    color: #555555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
}

.modules-card-outer {
    max-width: 1050px;
    margin: auto;
}

.modules-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 15px;
}

.module-card {
    position: relative;
    overflow: hidden;
    min-height: 186px;
    padding: 18px 20px 18px;
    background-color: #ffffff;
    border: 1.5px solid #009f9f;
    border-radius: 14px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.module-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 59px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    background: linear-gradient(180deg, #168d8b 0%, #064342 100%);
    border-bottom-left-radius: 15px;
}

.module-count {
    display: block;
    margin-bottom: 25px;
    color: #007878;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.module-icon {
    width: 29px;
    height: 29px;
    margin-bottom: 16px;
}

.module-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.module-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;

    background: linear-gradient(to right, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    display: inline-block;
    /* helps ensure gradient fits text width */
}

.module-card p {
    margin: 0;
    color: #56616f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

/*modules section ended*/

/*testimonial section*/
.testimonial-section {
    padding: 55px 0 52px;
    background-color: #f3f3f3;
}

.testimonial-content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-text p {
    margin: 0 0 24px;
    color: #555555;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.28;
}

.testimonial-text h4 {
    margin-top: 15px;
    color: #008486;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.testimonial-text h4 span {
    color: #008486;
    font-weight: 400;
}

.quote-mark {
    position: absolute;
    color: #008486;
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    font-family: 'FontAwesome';
}

.quote-left {
    top: 8px;
    left: 0;
}

.quote-right {
    top: 8px;
    right: 0;
}

/*testimonial section ended*/
/*built section*/
.built-california {
    padding: 26px 0 55px;
    background-color: #ffffff;
}

.built-california-heading {
    margin-bottom: 42px;
    text-align: center;
}

.built-kicker {
    margin: 0 0 16px;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.built-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    margin-bottom: 22px;
}

.built-title-wrap span {
    flex: 1;
    max-width: 260px;
    height: 1px;
    background-color: #9b9b9b;
}

.built-title-wrap h2 {
    margin: 0;
    color: #164f4f;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.7px;
}

.built-title-wrap h2::first-line {
    color: #238383;
}

.built-subtitle {
    margin: 0 auto;
    color: #565656;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.comparison-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    max-width: 880px;
    margin: 0 auto;
}

.comparison-card {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 36px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.most-platforms-card {
    margin-top: 17px;
}

.billgenix-card {
    position: relative;
    z-index: 2;
    margin-left: -1px;
}

.comparison-header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    padding: 18px 20px;
}

.most-platforms-card .comparison-header {
    background: linear-gradient(90deg, #dddddd 0%, #ffffff 55%, #eeeeee 100%);
}

.billgenix-card .comparison-header {
    min-height: 91px;
    background: linear-gradient(180deg, #27908d 0%, #064140 100%);
}

.comparison-header h3 {
    margin: 0;
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
}

.most-platforms-card .comparison-header h3 {
    color: #414141;
}

.billgenix-card .comparison-header h3 {
    color: #ffffff;
}

.comparison-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comparison-list li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 20px 12px 45px;
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.18;
    border-top: 1px solid #d7d7d7;
}

.most-platforms-card .comparison-list li::before {
    content: "×";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff315c;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

.billgenix-card .comparison-list li {
    min-height: 56px;
    padding-left: 58px;
}

.billgenix-card .comparison-list li::before {
    content: "✓";
    position: absolute;
    left: 26px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3aa891;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    border: 2px solid #3aa891;
    border-radius: 50%;
}

/*built section ended*/
/* demo section*/
.demo {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background-color: #202020;

    /* Replace this URL with your background image */
    background-image: url("./images/Modules/Demo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.demo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

.demo-text {
    display: flex;
    align-items: center;
    gap: 40px;
    color: #ffffff;
    position: relative;
}

.demo-bg {
    position: absolute;
    top: 35px;
    z-index: 1;
}

.demo-text h2 {
    margin: 0;
    color: #ffffff;
    font-size: 55px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
}

.demo-text p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25;
}

.demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 239px;
    min-height: 46px;
    padding: 12px 28px;
    color: #111111;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
}

.demo-btn span {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.demo-btn:hover {
    color: #ffffff;
    background-color: #008f90;
}

/*demo section ended*/

/*existing setup section started*/
.existing-setup {
    padding: 78px 0 55px;
    background-color: #ffffff;
    overflow: hidden;
}

.existing-setup-content {
    position: relative;
}

.existing-setup-text {
    max-width: 550px;
    margin: 0 0 0 auto;
}

.existing-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.existing-kicker span {
    display: inline-block;
    width: 27px;
    height: 1px;
    background-color: #5d5d5d;
}

.existing-setup-text h2 {
    margin: 0 0 28px;
    color: #164f4f;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    max-width: 450px;
}

.existing-setup-text h2::first-line {
    color: #238383;
}

.existing-setup-text p {
    margin: 0 0 24px;
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.28;
}

.existing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 604px;
    min-height: 70px;
    margin-top: 10px;
    padding: 18px 30px;
    color: #ffffff;
    /* background: linear-gradient(180deg, #27928f 0%, #064241 100%); */
    background: linear-gradient( to bottom, rgba(69, 67, 67, 1), rgba(23, 23, 23, 1));
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.existing-btn span {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
.existing-btn span i {
    font-weight: 600;
    font-size: 25px;
}

.existing-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.existing-setup-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.existing-setup-image img {
    display: block;
    width: 100%;
    max-width: 565px;
    height: auto;
}

/*existing setup section ended*/
/*customer support started*/
.customer-support {
    padding: 20px 0 60px;
    /* background-color: #ffffff; */
    background: linear-gradient(to bottom ,rgba(255, 255, 255, 1) , rgba(255, 255, 255, 1) , rgba(239, 239, 239, 1) );
    overflow: hidden;
}

.customer-support-content {
    position: relative;
}

.customer-support-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-support-image img {
    display: block;
    width: 100%;
    max-width: 455px;
    height: auto;
}

.customer-support-text {
    max-width: 650px;
}

.support-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 23px;
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.support-kicker span {
    display: inline-block;
    width: 27px;
    height: 1px;
    background-color: #555555;
}

.customer-support-text h2 {
    margin: 0 0 24px;
    color: #164f4f;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    text-transform: capitalize;
    max-width: 450px;
}

.customer-support-text h2::first-line {
    color: #238383;
}

.customer-support-text>p:not(.support-kicker) {
    margin: 0;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.28;
}

.support-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 10px;
    max-width: 1110px;
    margin: 48px auto 0;
}

.support-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 10px 22px;
    color: #555555;
    background-color: #ffffff;
    border: 1.5px solid #008f90;
    border-radius: 999px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.18);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.support-badges span:first-child {
    min-width: 755px;
}

.support-badges span:nth-child(2) {
    min-width: 382px;
}

.support-badges span:nth-child(3) {
    min-width: 715px;
}

.support-badges span:nth-child(4) {
    min-width: 795px;
}

/*customer support ended*/

/*revenue cycle started*/
.revenue-cycle {
    padding: 80px 0 48px;
    background-color: #ffffff;
}

.revenue-cycle-content {
    max-width: 1120px;
    margin: 0 auto;
}

.revenue-cycle-heading {
    margin-bottom: 24px;
}

.revenue-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.revenue-kicker span {
    display: inline-block;
    width: 21px;
    height: 1px;
    background-color: #5d5d5d;
}

.revenue-cycle-heading h2 {
    margin: 0;
    color: #174f4f;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.revenue-cycle-heading h2::first-line {
    color: #238383;
}

.revenue-cycle-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: start;
}

.revenue-cycle-text p {
    margin: 0;
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.28;
}

.revenue-cycle-text .revenue-highlight {
    color: #242424;
    font-size: 17px;
    font-weight: 800;
    font-style: italic;
    line-height: 1.35;
}

.revenue-highlight strong {
    color: #168c8b;
    font-weight: 800;
    font-style: normal;
}

/*revenue cycle ended*/

/*counters started*/
.counters {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-color: #202020;

    /* Replace this URL with your background image */
    background-image: url("./images/Modules/Counter.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.counters-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
}

.counter-box {
    position: relative;
    min-height: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.counter-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 155px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
}

.counter-box h3 {
    margin: 0 0 4px;
    color: #009f9f;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.8px;
}

.counter-box h3 span {
    display: inline-block;
    font-size: 38px;
    line-height: 1;
    vertical-align: -2px;
}

.counter-box p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

/*counters ended*/

/*request-workflow started*/
/* .request-workflow {
    position: relative;
    overflow: hidden;
    padding: 82px 0;
    background-color: #168b88;

    /* Replace this URL with your background image 
    background-image: url("./images/Modules/request-workflow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

 .request-workflow {
    position: relative;
    overflow: hidden;
    padding: 82px 0;
    background: url('./images/Modules/module-demo.png') center/cover no-repeat;
}

/* .request-workflow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(32, 127, 127, 0.9),
        rgba(22, 90, 90, 0.9),
        rgba(14, 57, 57, 0.9)
    );
    z-index: 1;
} */

.request-workflow > * {
    position: relative;
    z-index: 2;
}

.request-workflow-content {
    text-align: center;
}

.request-workflow-content h2 {
    margin: 0 0 32px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin: 0 auto 32px;
    max-width: 560px;
}


.request-workflow-content h2 em {
    font-style: italic;
    font-weight: 500;
}

.workflow-audit-box {
    width: 100%;
    max-width: 895px;
    margin: 0 auto;
    padding: 50px 64px 52px;
    background-color: rgba(4, 48, 48, 0.7);
    border-radius: 18px;
}

.workflow-audit-box p {
    margin: 0 0 29px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;
}

.workflow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 57px;
    padding: 15px 28px;
    color: #111111;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
}

.workflow-btn span {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
}

/* .workflow-btn:hover {
    color: #ffffff;
    background-color: #064241;
} */

/*request-workflow ended*/



/*PATIENT CASE PAGE CSS STARTED*/
/*HERO SECTION*/
body.patient-case .hero-section .section-title {
    letter-spacing: 1.5px;
    max-width: 450px;
}

body.patient-case .hero-section .hero-badges {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 325px;
    min-height: 58px;
    padding: 16px 24px;

    color: #ffffff;
    background: linear-gradient(180deg, #2fa3a1 0%, #0b4242 100%);

    border-radius: 999px;

    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: uppercase;

    box-shadow:
        0 12px 18px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);

    margin-bottom: 18px;
}

body.patient-case .billgenix-fixes .billgenix-fixes-content {
    padding: 40px 60px;
}

body.patient-case .billgenix-fixes .built-tags {
    max-width: 650px;
}

.case-record {
    padding: 68px 0 72px;
    background-color: #ffffff;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.case-record-content {
    max-width: 1100px;
    /* max-width: 980px; */
    margin: 0 auto;
}

.case-record-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-record-image img {
    display: block;
    /* width: 100%;
    max-width: 390px;
    height: auto; */
}

.case-record-text {
    max-width: 610px;
    margin-left: auto;
}

.case-record-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 17px;
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.case-record-kicker span {
    display: inline-block;
    width: 22px;
    height: 1px;
    background-color: #555555;
}

.case-record-text h2 {
    margin: 0 0 22px;
        color: #164f4f;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    text-transform: capitalize;
    max-width: 450px;
}

.case-record-text h2::first-line {
    color: #238383;
}

.case-record-text>p:not(.case-record-kicker) {
    max-width: 600px;
    margin: 0 0 20px;
    color: #565656;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
}

.case-record-stat {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 12px;
    position: relative;
}

.case-bg-text {
    position: absolute;
    top: 45px;
    left: -40px;
}

.case-record-stat strong {
    position: relative;
    display: inline-block;
    color: #242424;
    font-size: 55px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    letter-spacing: -1.5px;
    z-index: 1;
}

.case-record-stat strong::after {
    content: "";
    position: absolute;
    left: -18px;
    top: 30px;
    bottom: -12px;
    width: 125px;
    height: 36px;
    z-index: -1;
    opacity: 0.8;

    /* Replace this URL with your dotted accent image if needed */
    background-image: url("./images/Modules/case-text.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
body.compliance .case-record-stat strong::after{
    left: 3px;
    width: 135px;
}
.case-record-stat span {
    color: #565656;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.22;
}

.case-operation-card {
    position: relative;
    overflow: hidden;
    padding: 18px 0 88px;
    background-color: #ffffff;
}

.case-operation-card .container {
    position: relative;
    z-index: 2;
}

.case-operation-heading {
    margin-bottom: 20px;
    text-align: center;
}

.case-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.case-title-wrap span {
    flex: 1;
    max-width: 350px;
    height: 1px;
    background-color: #9c9c9c;
}

.case-title-wrap h2 {
    margin: 0 0 28px;
    /* color: #174f4f; */
    font-size: 36px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.8px;
    background: linear-gradient(to right, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}
body.insurance .case-title-wrap h2 ,
body.dashboard .case-title-wrap h2 ,
body.user-management .case-title-wrap h2 ,
body.integrated-tools .case-title-wrap h2 {
  max-width: 430px;
}
body.collections .case-title-wrap h2 ,
body.compliance .case-title-wrap h2 {
    max-width: 570px;
}

.case-title-wrap h2::first-line {
    color: #238383;
}

.case-operation-content .row {
    row-gap: 22px;
}

/* .case-card-outer {
    max-width: 990px;
    margin: auto;
    padding: 40px 0 90px;
} */
.case-card-outer {
    max-width: 1090px;
    margin: auto;
    padding: 10px 0 130px;
}

.case-operation-box {
    overflow: hidden;
    height: 100%;
    min-height: 196px;
    background-color: #ffffff;
    border-radius: 32px 0 32px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
}

.case-operation-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 73px;
    padding: 17px 22px;
    background: linear-gradient(180deg, #248f8c 0%, #064342 100%);
    text-align: center;
}

.case-operation-box-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.15;
}

.case-operation-box-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 122px;
    padding: 22px 22px 26px;
    text-align: center;
}

.case-operation-box-text p {
    margin: 0;
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

body.patient-case .testimonial-section {
    position: relative;
    background-color: #202020;
    background-image: url(./images/Modules/Counter.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 85px 0 52px;
}

body.patient-case .testimonial-content {
    position: relative;
}

body.patient-case .testimonial-image-wrap {
    position: absolute;
    left: 50%;
    top: -220px;
    z-index: 3;
    width: 210px;
    height: 210px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

body.patient-case .testimonial-text p,
body.patient-case .testimonial-text h4,
body.patient-case .testimonial-text h4 span {
    color: #fff;
}

.cleaner-billing,
.faster-billing {
    position: relative;
    overflow: hidden;
    padding: 64px 0 60px;
    background-color: #eafafa;
}

.faster-billing {
    background-color: #ffffff;
}

.cleaner-billing-content,
.faster-billing-content {
    position: relative;
    z-index: 2;
}

.cleaner-billing-text,
.faster-billing-text {
    max-width: 550px;
    margin: 0 0 0 auto;
}

.cleaner-billing-kicker,
.faster-billing-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px;
    color: #565656;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.cleaner-billing-kicker span,
.faster-billing-kicker span {
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #565656;
}

.cleaner-billing-text h2,
.faster-billing-text h2 {
    margin: 0 0 28px;
    color: #164f4f;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.8px;
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    text-transform: capitalize;
    max-width: 450px;
}

.cleaner-billing-text h2::first-line,
.faster-billing-text h2::first-line {
    color: #238383;
}

.cleaner-billing-text>p:not(.cleaner-billing-kicker),
.faster-billing-text>p:not(.faster-billing-kicker) {
    max-width: 620px;
    margin: 0 0 42px;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.cleaner-billing-stat,
.faster-billing-stat {
    display: flex;
    align-items: center;
    gap: 20px;
}

.stat-number-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stat-number-wrap strong {
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #292929;
    font-size: 55px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    letter-spacing: -2px;
}


.stat-number-wrap strong::after {
    content: "";
    position: absolute;
    left: -44px;
    bottom: -12px;
    width: 155px;
    height: 36px;
    z-index: -1;
    opacity: 0.8;

    /* Replace this URL with your dotted accent image if needed */
    background-image: url("./images/Modules/case-text.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
body.collections .stat-number-wrap strong::after{
    left: 3px;
}
.faster-billing-content .stat-number-wrap strong::after {
    left: 9px;
}
body.EDI .faster-billing-content .stat-number-wrap strong::after,
body.dashboard .faster-billing-content .stat-number-wrap strong::after,   
body.insurance .faster-billing-content .stat-number-wrap strong::after,   
body.user-management .faster-billing-content .stat-number-wrap strong::after   {
    left: -13px;
}
body.integrated-tools .faster-billing-content .stat-number-wrap strong::after, 
body.compliance .faster-billing-content .stat-number-wrap strong::after {
    left: -35px;
}
.cleaner-stat-bg,
.faster-stat-bg {
    position: absolute;
    left: -30px;
    bottom: -15px;
    z-index: 1;
    width: 175px;
    max-width: none;
    pointer-events: none;
}

.cleaner-billing-stat span,
.faster-billing-stat span {
    color: #555555;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.18;
}

.cleaner-billing-image,
.faster-billing-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cleaner-billing-image img,
.faster-billing-image img {
    display: block;
    width: 100%;
    max-width: 455px;
    height: auto;
}

body.patient-case .support-badges span:first-child {
    min-width: auto;
}

.module-navigation {
    position: relative;
    overflow: hidden;
    padding: 65px 0;
    background-color: #ffffff;

    /* Replace this URL with your background line image */
    background-image: url("./images/Modules/Demo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.module-navigation-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.module-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 238px;
    min-height: 47px;
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.next-module-btn {
    color: #ffffff;
    background: linear-gradient(90deg, #191919 0%, #0d5a59 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.28);
}

.home-module-btn {
    color: #555555;
    background-color: #ffffff;
    border: 1.5px solid #168c8b;
}

.module-nav-btn span {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.next-module-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.home-module-btn:hover {
    color: #ffffff;
    background-color: #0d5a59;
}

/* Responsive */
@media (max-width: 1199px) {
    .hero-visual {
        margin-right: -60px;
    }

    .hero-dashboard {
        width: 610px;
    }

    .section-title {
        font-size: 31px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 70px 0;
    }

    .hero-content {
        max-width: 100%;
        margin-bottom: 70px;
    }

    .hero-visual {
        min-height: 390px;
        margin-right: 0;
    }

    .hero-dashboard {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

    .pill-top {
        top: -34px;
        left: 28%;
    }

    .pill-left-1 {
        top: 40px;
        left: -5px;
    }

    .pill-center {
        top: 40px;
        right: 20px;
        left: auto;
    }

    .pill-left-2 {
        top: auto;
        bottom: 70px;
        left: 0;
    }

    .pill-bottom-left {
        bottom: -25px;
        left: 18%;
    }

    .pill-bottom-right {
        bottom: 25px;
        right: 20px;
    }

    .pill-reporting {
        top: auto;
        bottom: 115px;
        left: 30%;
    }

    .billgenix-fixes {
        padding: 55px 0;
    }

    .billgenix-fixes-text {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .billgenix-fixes-image {
        justify-content: flex-start;
    }

    .disconnected-system-content {
        padding: 42px 28px;
    }

    .disconnected-text {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .disconnected-text h2 {
        font-size: 29px;
    }

    .work-lifecycle {
        padding: 55px 0;
    }

    .lifecycle-title-wrap {
        gap: 22px;
    }

    .lifecycle-title-wrap .heading-line {
        max-width: 180px;
    }

    .modules-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .modules-title-wrap {
        gap: 22px;
    }

    .modules-title-wrap span {
        max-width: 180px;
    }

    .testimonial-content {
        max-width: 760px;
        padding: 0 60px;
    }

    .testimonial-text p {
        font-size: 20px;
    }

    .quote-left {
        left: 5px;
    }

    .quote-right {
        right: 5px;
    }

    .built-title-wrap {
        gap: 24px;
    }

    .built-title-wrap span {
        max-width: 160px;
    }

    .built-title-wrap h2 {
        font-size: 30px;
    }

    .comparison-wrapper {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 620px;
    }

    .most-platforms-card,
    .billgenix-card {
        margin: 0;
    }

    .existing-setup {
        padding: 60px 0;
    }

    .existing-setup-text {
        max-width: 100%;
        margin-bottom: 45px;
    }

    .existing-setup-text h2 {
        font-size: 34px;
    }

    .existing-setup-text p {
        font-size: 17px;
    }

    .existing-setup-image {
        justify-content: center;
    }

    .customer-support {
        padding: 45px 0 55px;
    }

    .customer-support-image {
        margin-bottom: 35px;
    }

    .customer-support-text {
        max-width: 100%;
        text-align: left;
    }

    .customer-support-text h2 {
        font-size: 34px;
    }

    .customer-support-text>p:not(.support-kicker) {
        font-size: 16px;
    }

    .support-badges span,
    .support-badges span:first-child,
    .support-badges span:nth-child(2),
    .support-badges span:nth-child(3),
    .support-badges span:nth-child(4) {
        width: 100%;
        min-width: auto;
    }

    .case-record {
        padding: 55px 0;
    }

    .case-record-image {
        margin-bottom: 35px;
    }

    .case-record-text {
        max-width: 100%;
        margin-left: 0;
    }

    .case-record-text h2 {
        font-size: 31px;
    }

    .case-operation-card {
        padding: 45px 0 65px;
    }

    .case-title-wrap {
        gap: 24px;
    }

    .case-title-wrap span {
        max-width: 160px;
    }

    .case-title-wrap h2 {
        font-size: 28px;
    }

    .case-bg {
        opacity: 0.25;
    }

    .cleaner-billing {
        padding: 55px 0;
    }

    .cleaner-billing-text {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .cleaner-billing-text h2 {
        font-size: 34px;
    }

    .cleaner-billing-text>p:not(.cleaner-billing-kicker) {
        font-size: 17px;
        margin-bottom: 34px;
    }

    .cleaner-billing-image {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .demo {
        padding: 45px 0;
    }

    .demo-content {
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    .demo-text {
        flex-direction: column;
        gap: 10px;
    }

    .demo-text h2 {
        font-size: 38px;
    }

    .demo-text p br {
        display: none;
    }

    .revenue-cycle {
        padding: 40px 0;
    }

    .revenue-cycle-text {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .revenue-cycle-heading h2 {
        font-size: 28px;
    }

    .revenue-cycle-text p,
    .revenue-cycle-text .revenue-highlight {
        font-size: 15px;
    }

    .revenue-highlight br {
        display: none;
    }

    .counters {
        padding: 45px 0;
    }

    .counters-content {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .counter-box {
        min-height: auto;
        padding-bottom: 30px;
    }

    .counter-box:not(:last-child)::after {
        top: auto;
        right: 50%;
        bottom: 0;
        width: 120px;
        height: 1px;
        transform: translateX(50%);
    }

    .counter-box h3 {
        font-size: 32px;
    }

    .request-workflow {
        padding: 60px 0;
    }

    .request-workflow-content h2 {
        font-size: 28px;
    }

    .workflow-audit-box {
        padding: 36px 24px;
    }

    .workflow-audit-box p {
        font-size: 17px;
    }

    .billgenix-fixes-content{
        padding:20px
    }
    body.patient-case .billgenix-fixes .billgenix-fixes-content{
        padding: 20px;
    }
    .hero-dashboard img{
        width: 100%;
        height: auto;
    }
    .case-record-image img {
        display: block;
        width: 100%;
        max-width: 390px;
        height: auto;
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding: 55px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .hero-description {
        font-size: 14px;
    }

    .section-note {
        border-radius: 22px;
    }

    .hero-pills {
        display: none;
    }

    .hero-visual {
        min-height: auto;
    }

    .billgenix-fixes-text h2 {
        font-size: 28px;
    }

    .billgenix-fixes-text p {
        font-size: 14px;
    }

    .built-for-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .built-label {
        padding-top: 0;
    }

    .built-tags span {
        font-size: 13px;
        min-height: 30px;
    }

    .billgenix-fixes-image img {
        max-width: 100%;
    }

    .disconnected-system {
        padding: 40px 0;
    }

    .disconnected-system-content {
        padding: 34px 20px;
        border-radius: 20px;
    }

    .disconnected-text h2 {
        font-size: 26px;
    }

    .disconnected-text li {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .disconnected-image img {
        max-width: 100%;
    }

    .work-lifecycle {
        padding: 45px 0;
    }

    .lifecycle-title-wrap {
        gap: 12px;
    }

    .lifecycle-title-wrap .heading-line {
        max-width: 48px;
    }

    .lifecycle-title-wrap h2 {
        font-size: 25px;
    }

    .lifecycle-subtitle br {
        display: none;
    }

    .lifecycle-list::before {
        left: 28px;
    }

    .lifecycle-item,
    .lifecycle-item:nth-child(2),
    .lifecycle-item:nth-child(4),
    .lifecycle-item:nth-child(5),
    .lifecycle-item-wide {
        max-width: 100%;
        padding: 11px 15px 11px 65px;
        border-radius: 18px;
    }

    .lifecycle-icon {
        width: 46px;
        height: 46px;
    }

    .lifecycle-item p {
        font-size: 13px;
    }

    .nine-modules {
        padding: 40px 0;
    }

    .modules-title-wrap {
        gap: 12px;
    }

    .modules-title-wrap span {
        max-width: 50px;
    }

    .modules-title-wrap h2 {
        font-size: 25px;
    }

    .modules-heading p br {
        display: none;
    }

    .modules-cards {
        grid-template-columns: 1fr;
    }

    .module-card {
        min-height: auto;
    }

    .testimonial-section {
        padding: 42px 0;
    }

    .testimonial-content {
        padding: 0 20px;
    }

    .testimonial-text p {
        font-size: 18px;
    }

    .testimonial-text p br {
        display: none;
    }

    .quote-mark {
        position: static;
        display: inline-block;
        font-size: 58px;
        height: 38px;
    }

    .quote-left {
        margin-bottom: 10px;
    }

    .quote-right {
        margin-top: 10px;
    }

    .built-california {
        padding: 40px 0;
    }

    .built-title-wrap {
        gap: 12px;
    }

    .built-title-wrap span {
        max-width: 45px;
    }

    .built-title-wrap h2 {
        font-size: 26px;
    }

    .built-subtitle br {
        display: none;
    }

    .comparison-card {
        border-radius: 24px;
    }

    .comparison-header h3 {
        font-size: 24px;
    }

    .comparison-list li {
        font-size: 13.5px;
    }

    .demo-text h2 {
        font-size: 34px;
    }

    .demo-text p {
        font-size: 15px;
    }

    .demo-btn {
        width: 100%;
        max-width: 260px;
    }

    .existing-setup {
        padding: 45px 0;
    }

    .existing-kicker {
        font-size: 13px;
    }

    .existing-setup-text h2 {
        font-size: 29px;
    }

    .existing-setup-text h2 br {
        display: none;
    }

    .existing-setup-text p {
        font-size: 15px;
    }

    .existing-btn {
        min-height: 56px;
        font-size: 16px;
    }

    .existing-btn span {
        font-size: 24px;
    }

    .customer-support {
        padding: 40px 0;
    }

    .support-kicker {
        font-size: 13px;
    }

    .customer-support-text h2 {
        font-size: 29px;
    }

    .customer-support-text h2 br {
        display: none;
    }

    .customer-support-text>p:not(.support-kicker) {
        font-size: 15px;
    }

    .support-badges {
        margin-top: 35px;
    }

    .support-badges span {
        min-height: 40px;
        padding: 10px 16px;
        font-size: 14px;
        border-radius: 18px;
    }

    .request-workflow-content h2 {
        font-size: 25px;
    }

    .request-workflow-content h2 br {
        display: none;
    }

    .workflow-audit-box {
        border-radius: 14px;
    }

    .workflow-btn {
        font-size: 14px;
        min-height: 52px;
        padding: 14px 18px;
    }

    .case-record {
        padding: 45px 0;
    }

    .case-record-kicker {
        font-size: 11px;
    }

    .case-record-text h2 {
        font-size: 28px;
    }

    .case-record-text h2 br {
        display: none;
    }

    .case-record-text>p:not(.case-record-kicker) {
        font-size: 14px;
    }

    .case-record-stat {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .case-record-stat strong {
        font-size: 44px;
    }

    .case-record-stat span {
        font-size: 16px;
    }

    .case-record-stat span br {
        display: none;
    }

    .case-operation-card {
        padding: 40px 0 55px;
    }

    .case-title-wrap {
        gap: 12px;
    }

    .case-title-wrap span {
        max-width: 45px;
    }

    .case-title-wrap h2 {
        font-size: 25px;
    }

    .case-title-wrap h2 br {
        display: none;
    }

    .case-operation-heading {
        margin-bottom: 35px;
    }

    .case-operation-box {
        border-radius: 24px 0 24px 0;
    }

    .case-operation-box-title h3 {
        font-size: 15px;
    }

    .case-bg {
        display: none;
    }

    .cleaner-billing {
        padding: 45px 0;
    }

    .cleaner-billing-kicker {
        font-size: 12px;
    }

    .cleaner-billing-text h2 {
        font-size: 29px;
    }

    .cleaner-billing-text h2 br {
        display: none;
    }

    .cleaner-billing-text>p:not(.cleaner-billing-kicker) {
        font-size: 15px;
    }

    .cleaner-billing-stat {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .stat-number-wrap strong {
        font-size: 50px;
    }

    .cleaner-billing-stat span {
        font-size: 18px;
    }

    .cleaner-billing-stat span br {
        display: none;
    }

    .cleaner-stat-bg {
        width: 150px;
    }

    .module-navigation {
        padding: 32px 0;
    }

    .module-navigation-content {
        flex-direction: column;
        gap: 14px;
    }

    .module-nav-btn {
        width: 100%;
        max-width: 270px;
        min-width: auto;
        font-size: 15px;
    }

    /*-----------------------------------------------*/
    body.patient-case .hero-section .hero-badges {
        width: auto;
        max-width: 100%;
        min-height: 50px;
        padding: 14px 22px;
        font-size: 14px;
    }
}



.billgenix-centralizes {
    position: relative;
    padding: 80px 20px;
    text-align: center;
    color: #fff;

    /* Background color */
    background-color: #1d1f23;

    /* Background image */
    background-image:
        linear-gradient(rgba(29,31,35,0.85), rgba(29,31,35,0.85)),
        url('./images/Modules/request-workflow.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.billgenix-centralizes .container {
    max-width: 1100px;
    margin: 0 auto;
}

.billgenix-centralizes h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 50px;
}

.billgenix-centralizes h2 span {
    font-style: italic;
    font-weight: 500;
}

.data-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.data-item {
    min-width: 180px;
}

/* .data-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
} */

.data-item h3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    /* margin: 0; */
}

.divider {
    width: 2px;
    height: 80px;
    background: rgba(0, 154, 154, 1);
}

.billgenix-centralizes p {
    font-size: 16px;
    color: #e5e5e5;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .data-grid {
        flex-direction: column;
        gap: 25px;
    }

    .divider {
        width: 80px;
        height: 2px;
    }

    .billgenix-centralizes h2 {
        font-size: 30px;
    }

    .data-item h3 {
        font-size: 22px;
    }
}

body.integrated-tools .case-operation-content .row{
    justify-content: center;
}
.cleaner-stat-bg , .case-bg-text{
    display: none;
}
body.modules-main .existing-btn{
    background: linear-gradient(to bottom, rgba(38, 151, 151, 1), rgba(12, 49, 49, 1));
}
body.billing-edi .billgenix-fixes{
    padding: 5px;
}
body.billing-edi .billgenix-fixes .billgenix-fixes-content {
    padding: 40px 60px;
}
.testimonial-image{
    position: absolute;
    left: 50%;
    top: -60px;
    z-index: 3;
    /* width: 210px; */
    /* height: 210px; */
    transform: translateX(-50%);
}
body.modules-main .modules-title-wrap h2{
    background: linear-gradient(to bottom, #269797, #0c3131);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

body.modules-main .existing-setup-text {
    max-width: 530px;
    margin: 0 auto;
}
body.patient-case .billgenix-fixes-text h2{
    max-width: 485px;
}
body.billing-edi .request-workflow-content h2{
    max-width: 600px;
}
body.collections .cleaner-billing-text h2,
body.collections .faster-billing-text h2{
    max-width: 490px;
} 

body.compliance .hero-section .hero-badges{
    width: 415px;
}
body.compliance .case-record-text h2{
    max-width: 475px;
}
body.compliance .existing-setup-text h2{
    max-width: 475px;
}
body.compliance .request-workflow-content h2{
       max-width: 590px;
}
body.dashboard .hero-description{
    max-width: 510px;
}
body.dashboard .existing-setup-text h2{
    max-width: 500px;
}
/* body.dashboard .case-record-stat span{
    max-width: 315px;
} */
 body.user-management .hero-section .section-title {
    letter-spacing: 1.5px;
    max-width: 545px;
}
 body.user-management .case-record-text h2 {
    max-width: 540px;
}
 body.user-management .cleaner-billing-text h2, 
 body.user-management .faster-billing-text h2  {
    max-width: 470px;
}

body.insurance .hero-section .section-title {
    letter-spacing: 1.5px;
    max-width: 530px;
}
 body.insurance .case-record-text h2 {
    max-width: 540px;
}
 body.insurance .cleaner-billing-text h2 {
    max-width: 470px;
}
body.insurance .faster-billing-text h2 {
    max-width: 430px;
}
 body.insurance .request-workflow-content h2{
    max-width: 715px;
}

body.integrated-tools .hero-section .section-title {
    letter-spacing: 1.5px;
    max-width: 530px;
}
 body.integrated-tools .case-record-text h2 {
    max-width: 520px;
}
 body.integrated-tools .cleaner-billing-text h2, 
 body.integrated-tools .faster-billing-text h2  {
    max-width: 480px;
}
 body.integrated-tools .request-workflow-content h2{
    max-width: 600px;
}
body.user-management .faster-billing-stat span{
    max-width: 275px;
}
body.user-management .case-record-stat span{
    max-width: 346px;
}
.case-record-stat span .role-base{
    color: rgba(83, 83, 83, 1);
    font-weight: 700;
    font-size: 22px;
    font-style: italic;
}
body.modules-main .lifecycle-subtitle{
    max-width: 676px;
}
body.user-management .cleaner-billing-stat span{
    max-width: 425px;
}