.outer-box {}

/* .bg-top {
    position: absolute;
    top: 1px;
    width: 100%;
    
    margin: 0px auto 0;
} */

.header-content {
    margin-top: 30px;
    padding: 30px 0;
    /* min-height: 60vh; */
    position: relative;
    background-image: url(./image/background-6.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-content h1 {
    color: #0786a0;
    font-size: clamp(34px, 5vw, 50px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 22px;
}

.header-content p {
    color: rgb(67, 67, 67);
    font-size: clamp(18px, 2vw, 21px);
    font-weight: 300;
    margin-bottom: 36px;
}

.header-highlight {
    max-width: 940px;
    margin: 0 auto;
    background-color: #078ca4;
    color: #ffffff;
    border-radius: 4px;
    padding: 13px 28px;
    font-size: clamp(18px, 2vw, 21px);
    font-weight: 700;
    line-height: 30px;
}

.header-highlight:hover {
    background-color: #000000;
    color: #fff;
}

/* Bottom CTA pill */
.billing-audit-section {
    padding: 60px 0 30px;
    font-family: "Poppins", sans-serif;
}

.billing-audit-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.billing-audit-main {
    flex: 1;
    min-height: 74px;
    background-color: #0888A7;
    color: #ffffff;
    text-decoration: none;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 35px;
    font-size: clamp(18px, 2vw, 21px);
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.billing-audit-main:hover {
    background-color: #fff;
    color: #000000;
    border: 1px solid;
}

.billing-audit-side {
    min-height: 74px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0 40px 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 34px 18px 52px;
    margin-left: -38px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}


.billing-audit-side:hover {
    color: #ffffff;
}

.practice-help-section {
    padding: 26px 0 20px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.practice-help-wrapper {
    position: relative;
    overflow: hidden;
}

.practice-help-content {
    padding: 38px 0 45px 14px;
}

.practice-help-content h3 {
    color: rgb(47, 47, 47);
    font-size: clamp(24px, 2.8vw, 28px);
    font-weight: 700;
    margin-bottom: 28px;
}

.practice-help-content ul {
    padding-left: 34px;
    margin: 0 0 42px;
}

.practice-help-content li {
    color: rgb(23, 129, 153);
    font-size: clamp(24px, 3vw,29px);
    font-weight: 700;
    line-height: 44px;
    padding-left: 8px;
}

.practice-help-content li::marker {
    color: #0786a0;
    font-size: 22px;
}

.practice-help-content h4 {
    color: #0786a0;
    font-size: clamp(20px, 2.3vw, 23px);
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 26px;
}

.practice-help-content p {
    color: rgba(0, 0, 0, 0.38);
    font-size: clamp(24px, 3vw, 29px);
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

.practice-help-image {
    min-height: 468px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.practice-help-image img {
    max-width: 100%;
    max-height: 468px;
    object-fit: contain;
    object-position: bottom center;
}

.practice-bottom-line {
    width: 100%;
    height: 21px;
    background-color: #f4f4f4;
    border-radius: 30px;
    margin-top: -18px;
}

.success-story-section {
    padding: 8px 0 48px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.success-story-heading {
    margin-bottom: 38px;
}

.success-story-heading h2 {
    color: #000000;
    font-size: clamp(30px, 3.4vw, 38px);
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.success-story-heading h2 span {
    color: #0786a0;
}

.success-story-content {
    max-width: 1240px;
    margin: 0 auto;
}

.success-story-content>p {
    color: rgb(67, 67, 67);
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 28px;
}

.success-story-content>p strong,
.success-result>strong {
    color: #0786a0;
    font-weight: 700;
}

.success-story-content>p span {
    color: #333333;
}

.success-result {
    margin-top: 18px;
    margin-bottom: 30px;
}

.success-result>strong {
    display: block;
    font-size: clamp(22px, 2.6vw, 31px);
    line-height: 1.2;
}

.success-result ul {
    margin: 0;
    padding-left: 42px;
}

.success-result li {
    color: #333333;
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 400;
    line-height: 1.4;
}

.success-result li b {
    color: #000000;
    font-weight: 400;
}

.success-testimonial {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 24px;
    margin-bottom: 66px;
}

.testimonial-img {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    background-color: #eeeeee;
    flex: 0 0 117px;
    overflow: hidden;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-stars {
    color: #f4c51e;
    font-size: 38px;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 18px;
}

.testimonial-text p {
    color: #868686;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 18px;
}

.testimonial-text h4 {
    color: #000000;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 500;
    margin: 0;
}

.success-cta-btn {
    width: 100%;
    min-height: 72px;
    background-color: #078ca4;
    color: #ffffff;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 35px;
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.success-cta-btn:hover {
    background-color: #05758a;
    color: #ffffff;
}

.complexity-section {
    padding: 30px 0 42px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.complexity-heading {
    margin-bottom: 58px;
}

.complexity-heading h2 {
    color: rgb(47, 47, 47);
    font-size: clamp(30px, 3.5vw, 38px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.complexity-content {
    max-width: 660px;
}

.complexity-content h3 {
    color: #333333;
    font-size: clamp(24px, 2.7vw, 28px);
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 22px;
}

.complexity-content ul {
    margin: 0 0 24px;
    padding-left: 40px;
}

.complexity-content li {
    color: #333333;
    font-size: clamp(23px, 2.6vw, 28px);
    font-weight: 400;
    line-height: 1.4;
}

.complexity-content li::marker {
    color: #444444;
    font-size: 20px;
}

.complexity-subtitle {
    margin-top: 20px;
}

.complexity-image {
    max-width: 438px;
    min-height: 282px;
    margin: 45px auto 0;
    background-color: #eeeeee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /*
    Replace with your image:
    background-image: url("./image/complexity-billing.jpg");
  */
}

.complexity-image img {
    width: 100%;
    height: auto;
    display: block;
}

.workflow-cta-section {
    padding: 12px 0 50px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.workflow-cta-content h2 {
    color: rgb(67, 67, 67);
    font-size: clamp(32px, 4vw, 45px);
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: 86px;
}

.workflow-cta-btn {
    width: 100%;
    max-width: 1140px;
    min-height: 72px;
    background-color: #078ca4;
    color: #ffffff;
    border-radius: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 35px;
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 700;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.workflow-cta-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.billing-focus-section {
    position: relative;
    padding: 0 0 55px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    overflow: hidden;
}

.billing-focus-heading {
    margin-bottom: 54px;
}

.billing-focus-heading h2 {
    color: #187f92;
    font-size: clamp(38px, 5vw, 53px);
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

.billing-focus-content {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    min-height: 620px;
}

.billing-focus-list {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.billing-focus-item {
    margin-bottom: 24px;
}

.billing-focus-item h3 {
    color: rgb(67, 67, 67);
    font-size: clamp(19px, 2vw, 20px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
}

.billing-focus-item ul {
    margin: 0;
    padding-left: 38px;
}

.billing-focus-item li {
    color: rgb(67, 67, 67);
    font-size: clamp(19px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.35;
}

.billing-focus-item li::marker {
    color: #444444;
    font-size: 16px;
}

/* Optional watermark image */
.billing-watermark {
    position: absolute;
    right: 0;
    top: 250px;
    opacity: 0.5;
    z-index: 148;
    pointer-events: none;
}

/* Optional CSS watermark placeholder */
.billing-focus-content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 460px;
    height: 460px;
    opacity: 0.04;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;

    /*
    Replace with watermark/logo image:
    background-image: url("./image/watermark-logo.png");
  */
}

.billing-system-section {
    position: relative;
    padding: 0 0 55px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    overflow: hidden;
}

.billing-system-heading {
    margin-bottom: 60px;
}

.billing-system-heading h2 {
    color: rgb(23, 129, 153);
    font-size: clamp(40px, 5vw, 53px);
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.billing-system-content {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    min-height: 640px;
    z-index: 1;
}

.billing-system-content h3 {
    color: #178199;
    font-size: clamp(24px, 2.8vw, 28px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 60px;
}

.billing-system-list {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.billing-system-item {
    margin-bottom: 24px;
}

.billing-system-item h4 {
    color: #434343;
    font-size: clamp(19px, 2vw, 20px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
}

.billing-system-item ul {
    margin: 0;
    padding-left: 40px;
}

.billing-system-item li {
    color: #434343;
    font-size: clamp(19px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.35;
}

.billing-system-item li::marker {
    color: #444444;
    font-size: 16px;
}

/* Optional watermark image */
.billing-system-watermark {
    position: absolute;
    right: 0;
    top: 245px;
    max-width: 460px;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}

/* Optional CSS watermark placeholder */
.billing-system-content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 470px;
    height: 470px;
    opacity: 0.04;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;

    /*
    Replace with watermark/logo image:
    background-image: url("./image/watermark-logo.png");
  */
}

.billing-problems-section {
    position: relative;
    padding: 22px 0 48px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    overflow: hidden;
}

.billing-problems-heading {
    margin-bottom: 62px;
}

.billing-problems-heading h2 {
    color: #178199;
    font-size: clamp(32px, 4vw, 38px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.billing-problems-content {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    min-height: 420px;
    z-index: 1;
}

.billing-problems-list {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.billing-problem-block {
    margin-bottom: 26px;
}

.billing-problem-block h3,
.billing-problem-block h4 {
    color: rgb(67, 67, 67);
    font-size: clamp(19px, 2vw, 20px);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
}

.billing-problem-block ul {
    margin: 18px 0 26px;
    padding-left: 40px;
}

.billing-problem-block li {
    color: rgb(67, 67, 67);
    font-size: clamp(20px, 2.2vw, 20px);
    font-weight: 400;
    line-height: 1.25;
}

.billing-problem-block li::marker {
    color: #444444;
    font-size: 15px;
}

.billing-problem-block p {
    color: rgb(67, 67, 67);
    font-size: clamp(20px, 2.2vw, 20px);
    font-weight: 400;
    line-height: 1.3;
    margin: -18px 0 0;
}

/* Optional watermark image */
.billing-problems-watermark {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 460px;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}

/* Optional CSS watermark placeholder */
.billing-problems-content::after {
    content: "";
    position: absolute;
    right: 0;
    top: -25px;
    width: 470px;
    height: 470px;
    opacity: 0.04;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;

    /*
    Replace with watermark/logo image:
    background-image: url("./image/watermark-logo.png");
  */
}

.work-with-section {
    padding: 20px 0 44px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.work-with-card {
    max-width: 1250px;
    margin: 0 auto;
    background-color: #187f92;
    border-radius: 31px;
    min-height: 575px;
    padding: 48px 50px;
}

.work-with-content {
    color: #ffffff;
    max-width: 560px;
}

.work-with-content h2 {
    color: #ffffff;
    font-size: clamp(40px, 5vw, 53px);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 22px;
}

.work-with-content p {
    color: #ffffff;
    font-size: clamp(20px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 16px;
}

.work-with-content ul {
    margin: 0 0 6px;
    padding-left: 40px;
}

.work-with-content li {
    color: #ffffff;
    font-size: clamp(19px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.35;
}

.work-with-content li::marker {
    color: #ffffff;
    font-size: 15px;
}

.work-with-btn {
    width: calc(100% - 110px);
    max-width: 1140px;
    min-height: 71px;
    margin: 60px auto 0;
    background-color: #078ca4;
    color: #ffffff;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 35px;
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 700;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.work-with-btn:hover {
    background-color: #05758a;
    color: #ffffff;
}

.billing-performance-section {
    padding: 20px 0 34px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.billing-performance-box {
    max-width: 1040px;
    margin: 0 auto;
}

.billing-performance-box h2 {
    color: #187f92;
    font-size: clamp(30px, 3.8vw, 39px);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 18px;
}

.billing-performance-box ul {
    margin: 0;
    padding-left: 50px;
}

.billing-performance-box li {
    color: rgb(67, 67, 67);
    font-size: clamp(24px, 3vw, 31px);
    font-weight: 400;
    line-height: 1.45;
}

.billing-performance-box li::marker {
    color: #444444;
    font-size: 31px;
}

.provider-testimonials-section {
    padding: 36px 0 70px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    overflow: hidden;
}

.provider-testimonials-heading {
    margin-bottom: 60px;
}

.provider-testimonials-heading h2 {
    color: #187f92;
    font-size: clamp(30px, 3.5vw, 38px);
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.provider-testimonials-carousel {
    max-width: 1060px;
    margin: 0 auto;
}

.testimonial-card {
    min-height: 240px;
    background-color: #f7f7f7;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.rating-number {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.stars {
    color: #f4c51e;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
}

.testimonial-card p {
    color: #8c8c8c;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.92;
    margin: 0 0 45px;
}

.verified-review {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444444;
    font-size: 23px;
    font-weight: 400;
}

.check-icon {
    width: 25px;
    height: 25px;
    background-color: #1da1f2;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

/* Owl spacing */
.provider-testimonials-carousel .owl-stage {
    display: flex;
}

.provider-testimonials-carousel .owl-item {
    display: flex;
}

.provider-testimonials-carousel .item,
.provider-testimonials-carousel .testimonial-card {
    width: 100%;
}

.provider-testimonials-carousel .owl-dots {
    margin-top: 25px;
}

.lien-support-section {
    padding: 32px 0 58px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.lien-support-heading {
    margin-bottom: 22px;
}

.lien-support-heading h2 {
    color: #187f92;
    font-size: clamp(30px, 3.6vw, 38px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.lien-support-content {
    max-width: 1050px;
    margin: 0 auto;
}

.lien-support-content p {
    color: #333333;
    font-size: clamp(24px, 3vw, 31px);
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 4px;
}

.lien-support-content ul {
    margin: 22px 0 14px;
    padding-left: 40px;
}

.lien-support-content li {
    color: rgb(67, 67, 67);
    font-size: clamp(25px, 3vw, 31px);
    font-weight: 800;
    line-height: 1.35;
}

.lien-support-content li::marker {
    color: #444444;
    font-size: 31px;
}

.provider-choice-billing-section {
    padding: 14px 0 38px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.provider-choice-billing-heading {
    margin-bottom: 48px;
}

.provider-choice-billing-heading h2 {
    color: rgb(8, 136, 167);
    font-size: clamp(40px, 5vw, 53px);
    font-weight: 500;
    line-height: 1.05;
    margin: 0;
}

.provider-choice-list {
    max-width: 995px;
    margin: 0 auto;
}

.provider-choice-pill {
    width: 100%;
    min-height: 96px;
    background-color: #078ca4;
    color: #ffffff;
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 20px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: clamp(26px, 3vw, 35px);
    font-weight: 500;
    line-height: 1.2;
}

.provider-choice-pill:last-child {
    margin-bottom: 0;
}

.billing-faq-section {
    padding: 22px 0 42px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.billing-faq-heading {
    margin-bottom: 30px;
}

.billing-faq-heading h2 {
    color: rgb(33, 33, 33);
    font-size: clamp(58px, 7vw, 76px);
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.billing-faq-accordion {
    max-width: 1000px;
    margin: 0 auto;
}

.billing-faq-accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f1f1f1;
}

.billing-faq-accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: #000000;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 500;
    line-height: 1.25;
    padding: 16px 46px 16px 50px;
}

.billing-faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000000;
    box-shadow: none;
    padding-bottom: 8px;
}

.billing-faq-accordion .accordion-body {
    color: #000000;
    font-size: clamp(21px, 2.2vw, 24px);
    font-weight: 500;
    line-height: 1.05;
    padding: 0 0px 18px 70px;
    /* max-width: 940px; */
}

.billing-faq-accordion .accordion-button::after {
    width: 15px;
    height: 15px;
    background-image: none;
    border-right: 5px solid #2f2f2f;
    border-bottom: 5px solid #2f2f2f;
    transform: rotate(45deg);
    margin-left: auto;
}

.billing-faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}

.clarity-cta-section {
    padding: 28px 0 32px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.clarity-cta-content h2 {
    color: rgb(8, 136, 167);
    font-size: clamp(38px, 5vw, 47px);
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 18px;
}

.clarity-cta-content p {
    color: #000000;
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 300;
    line-height: 1.38;
    margin: 0 auto 66px;
}

.clarity-cta-btn {
    width: 100%;
    max-width: 1230px;
    min-height: 72px;
    background-color: #0888A7;
    color: #ffffff;
    border-radius: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 35px;
    font-size: clamp(17px, 2vw, 23px);
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.clarity-cta-btn:hover {
    background-color: #05758a;
    color: #ffffff;
}

.header-highlight {
    cursor: pointer;
}

.consultation-modal .modal-backdrop,
.modal-backdrop.show {
    opacity: 0.78;
}

.consultation-modal-dialog {
    max-width: 845px;
}

.consultation-modal-content {
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    padding: 0;
    position: relative;
}

.consultation-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    box-shadow: none;
    opacity: 1;
}

.consultation-modal-body {
    padding: 32px 34px 34px;
}

.consultation-modal-body h2 {
    color: #000000;
    font-size: clamp(42px, 5vw, 59px);
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-bottom: 22px;
}

.consultation-modal-body h2 span {
    color: rgb(8, 136, 167);
}

.consultation-form-box {
    background-color: #dedede;
    padding: 25px;
}

.consultation-form .form-control {
    height: 43px;
    border: none;
    border-radius: 4px;
    background-color: #f7f7f7;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    padding: 10px 16px;
}

.consultation-form .form-control::placeholder {
    color: #9d9d9d;
}

.consultation-form .form-control:focus {
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(7, 140, 164, 0.18);
}

.recaptcha-placeholder {
    width: 302px;
    max-width: 100%;
    height: 76px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    margin-top: 24px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    position: relative;
}

.captcha-box {
    width: 28px;
    height: 28px;
    border: 2px solid #555555;
    background-color: #ffffff;
}

.recaptcha-placeholder span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.recaptcha-placeholder small {
    position: absolute;
    right: 14px;
    bottom: 10px;
    color: #777777;
    font-size: 10px;
}

.consultation-submit {
    width: 100%;
    min-height: 58px;
    border-radius: 30px;
    border: 2px solid #056f84;
    background-color: #078ca4;
    color: #ffffff;
    font-size: clamp(20px, 2vw, 23px);
    font-weight: 500;
    text-transform: uppercase;
}

.consultation-submit:hover {
    background-color: #05758a;
}


@media (max-width: 991px) {
    .top-section {
        padding: 28px 0 45px;
        border-bottom-left-radius: 38px;
        border-bottom-right-radius: 38px;
    }

    .custom-navbar {
        padding: 14px 24px;
    }

    .header-content h1 br {
        display: none;
    }

    .billing-audit-wrapper {
        max-width: 760px;
    }

    .billing-audit-main {
        letter-spacing: 4px;
    }

    .practice-help-content {
        padding: 30px 0 30px;
        text-align: center;
    }

    .practice-help-content ul {
        display: inline-block;
        text-align: left;
        margin-bottom: 32px;
    }

    .practice-help-image {
        min-height: 360px;
    }

    .practice-help-image img {
        max-height: 360px;
    }

    .practice-bottom-line {
        margin-top: 0;
    }

    .success-story-heading h2 br {
        display: none;
    }

    .success-testimonial {
        align-items: flex-start;
    }

    .success-cta-btn {
        letter-spacing: 5px;
    }

    .complexity-heading {
        margin-bottom: 36px;
    }

    .complexity-content {
        max-width: 100%;
        text-align: left;
    }

    .complexity-image {
        margin-top: 20px;
    }

    .workflow-cta-content h2 br {
        display: none;
    }

    .workflow-cta-content h2 {
        margin-bottom: 55px;
    }

    .workflow-cta-btn {
        letter-spacing: 6px;
    }

    .billing-focus-heading {
        margin-bottom: 38px;
    }

    .billing-focus-content {
        min-height: auto;
    }

    .billing-focus-list {
        max-width: 100%;
    }

    .billing-focus-content::after,
    .billing-watermark {
        opacity: 0.035;
        right: -120px;
        bottom: 0;
    }

    .billing-system-heading {
        margin-bottom: 38px;
    }

    .billing-system-content {
        min-height: auto;
    }

    .billing-system-content h3 {
        margin-bottom: 38px;
    }

    .billing-system-list {
        max-width: 100%;
    }

    .billing-system-content::after,
    .billing-system-watermark {
        opacity: 0.035;
        right: -120px;
        bottom: 0;
    }

    .billing-problems-heading {
        margin-bottom: 40px;
    }

    .billing-problems-content {
        min-height: auto;
    }

    .billing-problems-list {
        max-width: 100%;
    }

    .billing-problems-content::after,
    .billing-problems-watermark {
        opacity: 0.035;
        right: -130px;
        top: 30px;
    }

    .work-with-card {
        min-height: auto;
        padding: 42px 34px;
    }

    .work-with-btn {
        width: 100%;
        margin-top: 42px;
        letter-spacing: 6px;
    }

    .clarity-cta-content p br {
        display: none;
    }

    .clarity-cta-content p {
        margin-bottom: 45px;
    }

    .clarity-cta-btn {
        letter-spacing: 5px;
    }
}

@media (max-width: 767px) {
    .billing-audit-wrapper {
        flex-direction: column;
        gap: 12px;
    }

    .billing-audit-main,
    .billing-audit-side {
        width: 100%;
        min-height: 58px;
        border-radius: 35px;
        margin-left: 0;
        padding: 15px 20px;
        text-align: center;
    }

    .billing-audit-main {
        letter-spacing: 3px;
    }

    .lien-support-section {
        padding: 28px 0 45px;
    }

    .lien-support-content p br {
        display: none;
    }

    .lien-support-content ul {
        padding-left: 28px;
    }

    .provider-choice-billing-heading h2 br {
        display: none;
    }

    .provider-choice-billing-heading {
        margin-bottom: 34px;
    }

    .provider-choice-pill {
        min-height: 76px;
        border-radius: 40px;
        padding: 18px 22px;
    }

    .billing-faq-accordion .accordion-button {
        padding: 16px 35px 16px 0;
    }

    .billing-faq-accordion .accordion-body {
        padding: 0 35px 18px 0;
        line-height: 1.25;
    }

    .consultation-modal-body {
        padding: 30px 18px;
    }

    .consultation-form-box {
        padding: 20px;
    }

    .consultation-modal-body h2 {
        padding-right: 24px;
    }
}

@media (max-width: 575px) {
    .custom-navbar {
        gap: 16px;
    }

    .custom-navbar img {
        width: 145px;
    }

    .call-btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .header-content {
        margin-top: 42px;
    }

    .header-highlight {
        padding: 14px 18px;
    }

    .billing-audit-section {
        padding: 45px 0 25px;
    }

    .billing-audit-main {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .billing-audit-side {
        font-size: 14px;
    }

    .practice-help-section {
        padding: 20px 0;
    }

    .practice-help-content ul {
        padding-left: 26px;
    }

    .practice-help-content li {
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .practice-help-image {
        min-height: 300px;
    }

    .practice-help-image img {
        max-height: 300px;
    }

    .success-story-section {
        padding: 25px 0 38px;
    }

    .success-story-content>p {
        margin-bottom: 22px;
    }

    .success-result ul {
        padding-left: 24px;
    }

    .success-testimonial {
        flex-direction: column;
        text-align: center;
        gap: 18px;
        margin-bottom: 45px;
    }

    .testimonial-stars {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .success-cta-btn {
        min-height: 58px;
        letter-spacing: 3px;
        padding: 15px 20px;
    }

    .complexity-section {
        padding: 25px 0 35px;
    }

    .complexity-content ul {
        padding-left: 26px;
    }

    .complexity-image {
        max-width: 100%;
        min-height: 230px;
    }

    .workflow-cta-section {
        padding: 20px 0 38px;
    }

    .workflow-cta-content h2 {
        margin-bottom: 36px;
        line-height: 1.3;
    }

    .workflow-cta-btn {
        min-height: 58px;
        padding: 15px 20px;
        letter-spacing: 3px;
    }

    .billing-focus-section {
        padding: 10px 0 40px;
    }

    .billing-focus-heading h2 {
        font-size: 36px;
    }

    .billing-focus-item {
        margin-bottom: 22px;
    }

    .billing-focus-item ul {
        padding-left: 26px;
    }

    .billing-focus-content::after,
    .billing-watermark {
        display: none;
    }

    .billing-system-section {
        padding: 10px 0 40px;
    }

    .billing-system-heading h2 {
        font-size: 38px;
    }

    .billing-system-item {
        margin-bottom: 22px;
    }

    .billing-system-item ul {
        padding-left: 26px;
    }

    .billing-system-content::after,
    .billing-system-watermark {
        display: none;
    }

    .billing-problems-section {
        padding: 25px 0 38px;
    }

    .billing-problems-heading h2 {
        font-size: 32px;
    }

    .billing-problem-block ul {
        padding-left: 26px;
    }

    .billing-problems-content::after,
    .billing-problems-watermark {
        display: none;
    }

    .work-with-section {
        padding: 20px 0 36px;
    }

    .work-with-card {
        border-radius: 24px;
        padding: 34px 22px;
    }

    .work-with-content ul {
        padding-left: 26px;
    }

    .work-with-btn {
        min-height: 58px;
        padding: 15px 20px;
        letter-spacing: 3px;
    }

    .billing-performance-section {
        padding: 20px 0 30px;
    }

    .billing-performance-box ul {
        padding-left: 26px;
    }

    .billing-performance-box li {
        line-height: 1.35;
    }

    .provider-testimonials-section {
        padding: 30px 0 50px;
    }

    .provider-testimonials-heading {
        margin-bottom: 35px;
    }

    .testimonial-card {
        min-height: 230px;
    }

    .testimonial-card p {
        line-height: 1.15;
        font-size: 17px;
    }

    .verified-review {
        font-size: 18px;
    }

    .provider-choice-billing-section {
        padding: 20px 0 34px;
    }

    .provider-choice-billing-heading h2 {
        font-size: 38px;
    }

    .provider-choice-pill {
        font-size: 22px;
        min-height: 68px;
    }

    .clarity-cta-section {
        padding: 24px 0 30px;
    }

    .clarity-cta-content h2 {
        font-size: 38px;
    }

    .clarity-cta-content p {
        font-size: 21px;
        margin-bottom: 34px;
    }

    .clarity-cta-btn {
        min-height: 58px;
        padding: 15px 18px;
        letter-spacing: 3px;
    }
}

/*work-camp css started*/
.new-hero-section {
    min-height: 720px;
    padding: 50px 0 55px;
    font-family: "Poppins", sans-serif;
    background-color: transparent;
    background-image: linear-gradient(180deg, #28B5D71F 0%, #155F711F 100%);
    overflow: hidden;
}

.hero-image-area {
    min-height: 620px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-image-area img{
    max-width: 100%;
    height: 100vh;
}

.hero-form-outer {
    max-width: 415px;
    margin-left: auto;
    margin-right: 10px;
    background-color: rgba(7, 140, 164, 0.32);
    border-radius: 32px;
    padding: 23px;
}

.hero-audit-form {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 45px 50px 50px;
    min-height: 508px;
}

.form-heading h2 {
    color: #000000;
        font-size: 16px;
    font-weight: 700;
    line-height: 0.95;
    margin-bottom: 20px;
}
.form-heading h2 span{
       color: #278298;
}

.form-heading p {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #7a7a7a;
}

.hero-audit-form label {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.hero-audit-form .form-control {
    height: 39px;
    border: none;
    border-radius: 7px;
    background-color: #eeeeee;
    box-shadow: none;
}

.hero-audit-form .form-control:focus {
    background-color: #eeeeee;
    box-shadow: 0 0 0 2px rgba(7, 140, 164, 0.18);
}

.hero-form-btn {
    width: 100%;
    min-height: 41px;
    margin-top: 10px;
    background-color: #078ca4;
    color: #ffffff;
    border: 1px solid #056f84;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
}

.hero-form-btn:hover {
    background-color: #05758a;
}

.workers-hero-section {
    position: relative;
    min-height: 515px;
    font-family: "Poppins", sans-serif;
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(./image/experts.png);
}

.workers-hero-overlay {
    position: relative;
    z-index: 1;
    min-height: 515px;
    display: flex;
    align-items: center;
}

.workers-hero-content {
    max-width: 520px;
    position: relative;
    z-index: 2;
}

.workers-hero-content p {
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #00000070;
}

.workers-hero-content h1 {
    font-family: "Roboto", Sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #000000;
}

.workers-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #23899b;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    padding: 10px 23px;
    font-size: 18px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.workers-hero-btn span {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    color: #23899b;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}

.workers-hero-btn:hover {
    background-color: #05758a;
    color: #ffffff;
}

.lien-explanation-section {
    padding: 52px 0 52px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.lien-explanation-box {
    background-color: #d5f4fb;
    border-radius: 30px 30px 0 0;
    min-height: 367px;
    padding: 74px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.lien-explanation-box p {
    color: #000000;
    line-height: 1.35;
    margin: 0 auto 52px;
    max-width: 940px;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.lien-explanation-box p:last-child {
    margin-bottom: 0;
}

.medical-lien-section {
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
    background-color: #eefbff;
}

.medical-lien-content {
    max-width: 650px;
}

.medical-lien-content h2 {
    color: #000000;
    font-size: clamp(30px, 3vw, 36px);
    line-height: 1.2;
    margin-bottom: 18px;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    color: #000000;
}

.medical-lien-content h3 {
    color: #000000;
    font-size: clamp(20px, 2vw, 22px);
    font-weight: 400;
    line-height: 0.95;
    margin-bottom: 22px;
}

.medical-lien-content ul {
    margin: 0;
    padding-left: 14px;
}

.medical-lien-content li {
    color: #555555;
    font-size: clamp(15px, 1.7vw, 16px);
    font-weight: 400;
    line-height: 1.4;
    padding-left: 4px;
    color: #000000A3;
}

.medical-lien-content li::marker {
    color: #555555;
    font-size: 13px;
}

.medical-lien-image {
    width: 100%;
    max-width: 337px;
    min-height: 337px;
    margin-left: auto;
    border-radius: 14px;
    background-color: #dddddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /*
    Replace with your image:
    background-image: url("./image/medical-lien-doctor.jpg");
  */
}

.medical-lien-image img {
    width: 100%;
    height: 100%;
    min-height: 337px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.trust-section {
    padding: 44px 0 58px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.trust-heading {
    margin-bottom: 36px;
}

.trust-heading h2 {
    color: #000000;
    font-size: clamp(30px, 3.5vw, 36px);
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.trust-card-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    max-width: 1320px;
    margin: 0 auto;
}

.trust-card {
    min-height: 183px;
    background: linear-gradient(180deg, #d7edf2 0%, #f6fbfc 100%);
    border-radius: 10px;
    padding: 16px 15px 18px;
    transition: 0.3s ease;
}

.trust-card:hover {
    background: linear-gradient(180deg, #88ddeb 0%, #51c6dc 100%);
    transform: translateY(-4px);
}

.trust-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon img {
    /* max-width: 28px;
  max-height: 28px;
  object-fit: contain; */
}

.trust-card p {
    color: #000000;
    line-height: 1.05;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.trust-bottom-text {
    margin-top: 38px;
}

.trust-bottom-text h3 {
    color: #000000;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
}

.wc-lien-info-section {
    position: relative;
    padding: 12px 0 20px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    overflow: hidden;
}

/* Optional faint watermark shape */
.wc-lien-info-section::after {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    width: 560px;
    height: 560px;
    opacity: 0.04;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;

    /*
    Replace with watermark image if needed:
    background-image: url("./image/watermark-logo.png");
  */
}

.wc-lien-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.wc-lien-heading h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    line-height: 0.95;
    margin: 0;
}

.wc-lien-image {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 466px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    /*
    Replace with your image:
    background-image: url("./image/workers-comp-team.jpg");
  */
}

.wc-lien-image img {
    /* width: 100%; */
    /* min-height: 466px; */
    /* object-fit: cover; */
    border-radius: 6px;
    display: block;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.wc-lien-content {
    position: relative;
    z-index: 2;
    max-width: 635px;
    /* margin-left: auto; */
    padding-left: 28px;
}

.wc-lien-content p {
    line-height: 1.35;
    margin-bottom: 22px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000BD;
}

.wc-lien-content p:last-child {
    margin-bottom: 0;
}

.wc-lien-bottom {
    position: relative;
    z-index: 2;
    margin-top: 28px;
}

.wc-lien-bottom h3 {
    color: #000000;
    line-height: 0.95;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.critical-lien-section {
    padding: 44px 0 50px;
    font-family: "Poppins", sans-serif;
    background-color: #c9f4fb;
}

.critical-lien-heading {
    margin-bottom: 36px;
}

.critical-lien-heading h2 {
    color: #000000;
    font-size: clamp(30px, 3.5vw, 36px);
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.critical-lien-card-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    max-width: 1320px;
    margin: 0 auto;
}

.critical-lien-card {
    min-height: 162px;
    background: linear-gradient(180deg, #d9f5fa 0%, #dff8fc 100%);
    border-radius: 10px;
    padding: 16px 15px 18px;
    transition: 0.3s ease;
}

.critical-lien-card:hover {
    background: linear-gradient(180deg, #87ddec 0%, #51c6dc 100%);
    transform: translateY(-4px);
}

.critical-lien-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.critical-lien-icon img {
    /* max-width: 28px;
  max-height: 28px;
  object-fit: contain; */
}

.critical-lien-card p {
    color: #000000;
    font-size: clamp(15px, 1.5vw, 16px);
    line-height: 1.05;
    margin: 0;
    font-weight: 400;
}

.critical-lien-bottom {
    margin-top: 56px;
}

.critical-lien-bottom h3 {
    color: #000000;
    font-size: clamp(20px, 2vw, 22px);
    line-height: 0.95;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
}

.core-services-section {
    padding: 46px 0 52px;
    font-family: "Poppins", sans-serif;
    background-color: #eefbff;
    overflow: hidden;
}

.core-services-heading {
    margin-bottom: 40px;
    padding-left: 5px;
}

.core-services-heading h2 {
    color: #000000;
    font-size: clamp(30px, 3.5vw, 36px);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    max-width: 550px;
}

.core-services-carousel {
    position: relative;
}

.core-service-card {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 470px;
}

.core-service-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.core-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-service-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
    z-index: 1;
}

.core-service-title {
    position: absolute;
    left: 20px;
    right: 18px;
    bottom: 12px;
    z-index: 2;
}

.core-service-title h3 {
    color: #ffffff;
    font-style: italic;
    line-height: 0.85;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #FFFFFF;
}

.core-service-content {
    padding: 22px 20px 28px;
}

.core-service-content p {
    font-weight: 400;
    font-style: italic;
    line-height: 1.35;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: #000000BD;
}
.owl-outer-box{
    max-width: 1310px;
    margin: 0 auto;
}
.core-services-carousel .owl-stage {
    display: flex;
}

.core-services-carousel .owl-item {
    display: flex;
}

.core-services-carousel .owl-item .core-service-card {
    width: 100%;
}

/* Owl arrows */
.core-services-carousel .owl-nav {
    margin: 0;
}

.core-services-carousel .owl-nav button.owl-prev,
.core-services-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 30px;
    height: 42px;
    color: #078ca4 !important;
    background: transparent !important;
    font-size: 42px !important;
    line-height: 1 !important;
    border: none !important;
    outline: none !important;
}

.core-services-carousel .owl-nav button.owl-prev {
    left: -34px;
}

.core-services-carousel .owl-nav button.owl-next {
    right: -34px;
}

.core-services-carousel .owl-dots {
    display: none;
}

.complete-solutions-section {
    position: relative;
    padding: 36px 0 45px;
    font-family: "Poppins", sans-serif;
    background-image: radial-gradient(at top center, #FFFFFF 0%, #54CDEA 100%);
    overflow: hidden;
}

.complete-solutions-heading {
    margin-bottom: 36px;
}

.complete-solutions-heading h2 {
    color: #000000;
    font-size: clamp(30px, 3.5vw, 36px);
    font-weight: 800;
    line-height: 0.95;
    margin-bottom: 24px;
    font-family: "Poppins", Sans-serif;
}

.complete-solutions-heading p {
    line-height: 1.3;
    margin: 0;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000BD;
}

.solutions-image-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    height: 505px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #dddddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /*
    Replace with your image:
    background-image: url("./image/solutions-hero.jpg");
  */
}

.solutions-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.solutions-card-grid {
    position: relative;
    z-index: 3;
    max-width: 1178px;
    margin: -120px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.solution-card {
    background-color: #ffffff;
    border-radius: 10px;
    min-height: 210px;
    padding: 30px 11px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.solution-card:hover {
    background:radial-gradient(100% 116.13% at 0.09% 0%, #CFF6FF 0%, #54CDEA 100%)
}

.solution-card-top {
    display: grid;
    grid-template-columns: 78px 1fr;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.solution-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-icon img {
    /* max-width: 48px;
    max-height: 48px; */
    /* object-fit: contain; */
}

.large-icon {
    width: 62px;
    height: 62px;
}

.solution-card h3 {
    color: #000000;
    font-size: clamp(15px, 1.5vw, 16px);
    font-weight: 700;
    line-height: 0.95;
    margin: 0;
    font-family: "Poppins", Sans-serif;
}

.solution-card p {
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000BD;
}

.california-choice-section {
    padding: 50px 0 12px;
    background: linear-gradient(360deg, #FFFFFF 0%, #54CDEA3D 37%);
}

.california-choice-image {
    width: 100%;
    max-width: 428px;
    min-height: 741px;
    border-radius: 7px;
    background-color: #dddddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /*
    Replace with your image:
    background-image: url("./image/california-provider.jpg");
  */
}

.california-choice-image img {
    width: 100%;
    height: 741px;
    object-fit: cover;
    border-radius: 7px;
    display: block;
}

.california-choice-content {
    padding-left: 54px;
}

.california-choice-content h2 {
    color: #000000;
    font-size: clamp(30px, 3.5vw, 36px);
    font-weight: 800;
    line-height: 0.95;
    margin: 0 0 24px;
    font-family: "Poppins", Sans-serif;
}

.california-choice-subtitle {
    color: #000000;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 28px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
}

.california-benefits-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 20px;
}

.california-benefit-card {
    grid-column: span 2;
    min-height: 167px;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 9px;
    padding: 16px 16px 22px;
}

.california-benefit-card.wide-card {
    grid-column: span 3;
    min-height: 125px;
}

.california-benefit-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.california-benefit-icon img {
    /* max-width: 30px;
    max-height: 30px;
    object-fit: contain; */
}

.california-benefit-card p {
    color: #000000;
    font-size: clamp(13px, 1.5vw, 14px);
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    font-family: "Poppins", Sans-serif;
}

.california-choice-bottom {
    margin-top: 28px;
}

.california-choice-bottom h3 {
    color: #000000;
    font-size: clamp(20px, 2.1vw, 22px);
    line-height: 0.9;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
}

.collections-audit-section {
    padding: 55px 0 30px;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.collections-audit-card {
    position: relative;
    min-height: 350px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Optional large watermark shape */
.collections-audit-card::before {
    content: "";
    position: absolute;
    left: 32%;
    top: 0;
    width: 360px;
    height: 360px;
    opacity: 0.04;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;

    /*
    Replace with watermark image:
    background-image: url("./image/watermark-logo.png");
  */
}

.collections-audit-content {
    position: relative;
    z-index: 3;
    width: 45%;
    padding: 55px 28px;
}

.collections-audit-content h2 {
    color: #000000;
    font-size: clamp(32px, 3.5vw, 38px);
    font-weight: 800;
    line-height: 0.95;
    margin-bottom: 24px;
}

.collections-audit-content p {
    color: #000000;
    font-size: clamp(18px, 2vw, 21px);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 34px;
}

.collections-audit-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background-color: #23899b;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 800;
}

.collections-audit-btn span {
    font-size: 28px;
    line-height: 1;
}

.collections-audit-btn:hover {
    background-color: #05758a;
    color: #ffffff;
}

.collections-audit-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58%;
    height: 100%;
    z-index: 2;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;

    /*
    Replace with doctors image:
    background-image: url("./image/audit-doctors.png");
  */
}

.collections-audit-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    display: block;
}

.lien-process-section {
    padding: 30px 0 78px;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #effcff 100%);
    overflow: hidden;
}

.lien-process-top {
    overflow: visible;
    margin-bottom: 145px;
}

.lien-process-top h4 {
    font-size: clamp(20px, 2vw, 22px);
    line-height: 0.95;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    color: #000000BD;
}

.lien-process-heading {
    margin-bottom: 106px;
}

.lien-process-heading h2 {
    color: #000000;
    line-height: 1.15;
    margin-bottom: 20px;
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.lien-process-heading p {
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000BD;
}

.lien-process-carousel {
    position: relative;
}

.process-card {
    position: relative;
    min-height: 162px;
    border: 1px solid rgba(7, 140, 164, 0.15);
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0.32);
    padding: 28px 20px 20px;
    margin: 60px 0;
}
.process-card:hover {
   box-shadow: 0px 33px 50px 0px rgba(84.00000000000001, 204.99999999999997, 234, 0.34901960784313724);
}

.process-number {
    position: absolute;
    top: -48px;
    right: 32px;
    color: rgba(74, 202, 225, 0.62);
    font-size: clamp(58px, 6vw, 76px);
    font-weight: 800;
    line-height: 1;
    z-index: 1;
}

.process-card h3 {
    position: relative;
    z-index: 2;
    color: #000000;
    font-style: italic;
    line-height: 1.1;
    margin-bottom: 8px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.process-card p {
    position: relative;
    z-index: 2;
    font-style: italic;
    line-height: 1.35;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000BD;
}

.lien-process-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.lien-process-carousel .owl-item {
    display: flex;
}

.lien-process-carousel .process-card {
    width: 100%;
}

.lien-process-carousel .owl-nav {
    margin: 0;
}

.lien-process-carousel .owl-nav button.owl-prev,
.lien-process-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 34px;
    height: 42px;
    background: transparent !important;
    color: #078ca4 !important;
    border: none !important;
    font-size: 42px !important;
    line-height: 1 !important;
    outline: none !important;
}

.lien-process-carousel .owl-nav button.owl-prev {
    left: -38px;
}

.lien-process-carousel .owl-nav button.owl-next {
    right: -38px;
}

.lien-process-carousel .owl-dots {
    display: none;
}

.specialties-section {
    background: linear-gradient(180deg, #d9f8ff 0%, #d9f8ff 82%, #ffffff 100%);
    padding: 50px 0 35px;
    overflow: hidden;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.15;
    font-family: "Poppins", Sans-serif;
}

.section-text {
    line-height: 1.45;
    max-width: 720px;
    margin-bottom: 18px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000BD;
}

.specialty-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
    margin-bottom: 20px;
}

.specialty-pill {
    background: #278298;
    color: #fff;
    border-radius: 9px;
    padding: 14px 16px;
    min-height: 46px;
    display: flex;
    align-items: center;
    line-height: 1.05;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.feature-card {
    background: #ffffff;
    border-radius: 10px;
    min-height: 80px;
    padding: 18px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.25;
    color: #000000BD;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.feature-card.wide {
    max-width: 520px;
    margin: 30px auto 0;
}

.check-icon {
    width: 21px;
    height: 21px;
    min-width: 21px;
    border-radius: 50%;
    background: #168aa3;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.image-wrap {
    height: 688px;
    border-radius: 9px;
    overflow: hidden;
    background: #c7eef6;
}

.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.service-regions-section {
    position: relative;
    padding: 50px 0 34px;
    background-color: #ffffff;
    overflow: hidden;
}

.service-regions-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Replace this background image with your own map image */
    background-image: url("your-map-image-here.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.45;
    pointer-events: none;
}

.service-regions-content {
    position: relative;
    z-index: 1;
}

.regions-title {
    font-size: 36px;
    line-height: 1.15;
    color: #000000;
    margin-bottom: 18px;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
}

.regions-text {
    max-width: 880px;
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 28px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    color: #000000BD;
}

.coverage-title {
    line-height: 1.2;
    color: #000000;
    margin-bottom: 18px;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.regions-grid {
    max-width: 100%;
}

.region-card {
    min-height: 48px;
    padding: 13px 16px;
    border: 1px solid #ccecf4;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.86);
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    color: #000000;
}

.consultation-section {
    position: relative;
    min-height: 485px;
    padding: 80px 0 76px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.consultation-bg {
    position: absolute;
    inset: 0;
    /* Replace this URL with your image */
    background-image: url("./image/consultation.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
}

.consultation-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
    pointer-events: none;
}

/* .consultation-section .container-fluid {
    position: relative;
    z-index: 2;
} */
.consultation-section .container {
    position: relative;
    z-index: 2;
}

.consultation-card {
    max-width: 680px;
    background: #ffffff;
    border-radius: 10px;
    padding: 52px 54px 54px;
    box-shadow: 0 22px 45px rgba(0, 155, 180, 0.35);
}

.consultation-card h2 {
    font-weight: 800;
    color: #000000;
    margin-bottom: 18px;
    line-height: 1.25;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
}

.consultation-card p {
    line-height: 1.35;
    max-width: 570px;
    margin-bottom: 32px;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000BD;
}

.consultation-card .form-label {
    color: #000000;
    margin-bottom: 7px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.consultation-card .form-control {
    height: 41px;
    border: none;
    border-radius: 7px;
    background: #f0f0f0;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 12px;
}

.consultation-card .form-control:focus {
    background: #eeeeee;
    box-shadow: 0 0 0 2px rgba(20, 144, 165, 0.25);
}

.consultation-btn {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 6px;
    background: #1493ad;
    color: #ffffff;
    font-size: 14px;
    transition: 0.25s ease;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
}

.consultation-btn:hover {
    background: #0f8098;
}


.clients-section {
    position: relative;
    padding: 46px 0 74px;
    background: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.clients-title {
    font-size: 36px;;
    line-height: 1.15;
    margin-bottom: 28px;
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}

.client-card {
    height: 100%;
    min-height: 258px;
    background: #ffffff;
    border: 1px solid #ccecf4;
    border-radius: 14px;
    padding: 19px 20px 24px;
    transition: all 0.3s ease;
    box-shadow: none;
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 45px rgba(43, 210, 229, 0.22);
}

.client-card h4 {
    font-size: 14px;

    color: #000000;
    margin-bottom: 7px;
    line-height: 1.3;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
}

.client-card h4 span {
    font-size: 12px;
    font-weight: 600;
    color: #00000070;
}

.client-card h5 {
    margin-bottom: 19px;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #00000070;
}

.client-card p {
    line-height: 1.35;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000BD;
}

.quote-mark {
    position: absolute;
    top: -35px;
    width: 125px;
    height: 130px;
    background: #e9f7fb;
    border-radius: 8px;
    transform: skewX(-16deg);
    opacity: 0.85;
    z-index: 0;
}

.quote-one {
    right: 200px;
}

.quote-two {
    right: 34px;
}

.clients-section .container-fluid {
    position: relative;
    z-index: 1;
}

.work-camp-faq {
    position: relative;
    min-height: 680px;
    padding: 40px 0 92px;
    overflow: hidden;
}

.work-camp-faq-bg {
    position: absolute;
    inset: 0;
    background-image: url("./image/faq-section-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.work-camp-faq .container-fluid {
    position: relative;
    z-index: 1;
}

.work-camp-faq-box {
    max-width: 660px;
    margin-left: auto;
    padding: 47px 53px 48px;
    border-radius: 36px;
    background: #ffffff;
}

.work-camp-faq-box h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    color: #0888A7;
}

.work-camp-faq .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-focus-box-shadow: none;
}

.work-camp-faq .accordion-item {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
}

.work-camp-faq .accordion-item:last-child {
    border-bottom: 0;
}

.work-camp-faq .accordion-button {
    padding: 10px 0;
    color: #000000;
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 34px;
}

.work-camp-faq .accordion-button:not(.collapsed) {
    color: #000000;
    background: transparent;
    box-shadow: none;
}

.work-camp-faq .accordion-button::after {
    width: 16px;
    height: 16px;
    background-image: none;
    content: "";
    border-right: 4px solid #0b88a5;
    border-bottom: 4px solid #0b88a5;
    transform: rotate(-135deg);
    margin-left: 20px;
}

.work-camp-faq .accordion-button.collapsed::after {
    border-color: #333333;
    transform: rotate(45deg);
}

.work-camp-faq .accordion-body {
    padding: 15px 15px 15px 15px;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}


@media (max-width: 1199px) {

    .hero-audit-form {
        padding: 40px 34px;
    }

    .trust-card-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 26px;
    }

    .critical-lien-card-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 26px;
    }

    .core-services-carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .core-services-carousel .owl-nav button.owl-next {
        right: -20px;
    }

    .solutions-card-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 780px;
    }

    .california-choice-content {
        padding-left: 24px;
    }

    .california-benefits-grid {
        gap: 24px 18px;
    }

    .lien-process-top {
        margin-bottom: 90px;
    }

    .lien-process-heading {
        margin-bottom: 75px;
    }

    .lien-process-carousel .owl-nav button.owl-prev {
        left: -18px;
    }

    .lien-process-carousel .owl-nav button.owl-next {
        right: -18px;
    }

    .regions-title {
        font-size: 34px;
    }

    .regions-text {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .new-hero-section {
        padding: 45px 0;
    }


    .hero-form-outer {
        margin: 0 auto;
    }

    .medical-lien-section {
        text-align: center;
    }

    .medical-lien-content {
        max-width: 100%;
    }

    .medical-lien-content h3 br {
        display: none;
    }

    .medical-lien-content ul {
        display: inline-block;
        text-align: left;
    }

    .medical-lien-image {
        margin: 0 auto;
    }

    .wc-lien-heading {
        text-align: center;
    }

    .wc-lien-heading h2 br,
    .wc-lien-bottom h3 br {
        display: none;
    }

    .wc-lien-content {
        max-width: 100%;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }

    .wc-lien-image {
        min-height: 360px;
    }

    .wc-lien-image img {
        min-height: 360px;
    }

    .complete-solutions-heading h2 br,
    .complete-solutions-heading p br {
        display: none;
    }

    .solutions-image-wrapper {
        height: 420px;
    }

    .solutions-card-grid {
        margin-top: -80px;
    }

    .california-choice-image {
        max-width: 100%;
        min-height: 420px;
    }

    .california-choice-image img {
        height: 420px;
    }

    .california-choice-content {
        padding-left: 0;
        text-align: center;
    }

    .california-choice-content h2 br,
    .california-choice-bottom h3 br {
        display: none;
    }

    .california-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .california-benefit-card,
    .california-benefit-card.wide-card {
        grid-column: span 1;
    }

    .california-benefit-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .collections-audit-card {
        min-height: auto;
        flex-direction: column;
        text-align: center;
    }

    .collections-audit-content {
        width: 100%;
        padding: 45px 24px 25px;
    }

    .collections-audit-content h2 br,
    .collections-audit-content p br {
        display: none;
    }

    .collections-audit-image {
        position: relative;
        width: 100%;
        height: 320px;
        background-position: center bottom;
    }

    .specialties-section {
        padding: 45px 0;
    }

    .section-title {
        font-size: 32px;
    }

    .section-text {
        font-size: 17px;
    }

    .image-wrap {
        height: 520px;
        margin-top: 35px;
    }

    .consultation-section {
        padding: 70px 0;
        min-height: auto;
    }

    .consultation-bg {
        background-position: center;
    }

    .consultation-section::after {
        background: rgba(255, 255, 255, 0.35);
    }

    .consultation-card {
        max-width: 100%;
        padding: 44px 38px;
    }

    .clients-section {
        padding: 42px 0 60px;
    }

    .clients-title {
        font-size: 32px;
    }

    .client-card {
        min-height: 245px;
    }

    .quote-mark {
        width: 90px;
        height: 100px;
    }

    .quote-one {
        right: 135px;
    }

    .work-camp-faq {
        min-height: auto;
        padding: 50px 0;
    }

    .work-camp-faq-box {
        max-width: 100%;
        padding: 40px 34px;
    }

    .work-camp-faq-box h2 {
        font-size: 29px;
    }

    .work-camp-faq .accordion-button {
        font-size: 22px;
    }

    .work-camp-faq .accordion-body {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .workers-hero-section,
    .workers-hero-overlay {
        min-height: 430px;
    }

    .workers-hero-overlay::before {
        background: rgba(255, 255, 255, 0.82);
    }

    .workers-hero-content {
        text-align: center;
        margin: 0 auto;
    }

    .lien-explanation-section {
        padding: 36px 0;
    }

    .lien-explanation-box {
        min-height: auto;
        padding: 45px 20px;
        border-radius: 24px 24px 0 0;
    }

    .lien-explanation-box p br {
        display: none;
    }

    .lien-explanation-box p {
        margin-bottom: 35px;
    }

    .trust-card-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-bottom-text h3 br {
        display: none;
    }

    .critical-lien-card-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .critical-lien-bottom h3 br {
        display: none;
    }

    .core-services-heading {
        text-align: center;
    }

    .core-services-heading h2 br {
        display: none;
    }

    .core-service-image {
        height: 260px;
    }

    .core-services-carousel .owl-nav button.owl-prev,
    .core-services-carousel .owl-nav button.owl-next {
        display: none;
    }

    .core-services-carousel .owl-dots {
        display: block;
        margin-top: 20px;
    }

    .lien-process-section {
        padding: 35px 0 55px;
    }

    .lien-process-top {
        margin-bottom: 55px;
    }

    .lien-process-heading {
        margin-bottom: 50px;
    }

    .lien-process-top h4 br,
    .lien-process-heading p br {
        display: none;
    }

    .lien-process-carousel .owl-nav {
        display: none;
    }

    .lien-process-carousel .owl-dots {
        display: block;
        margin-top: 24px;
    }

    .process-card {
        min-height: auto;
    }

    .specialty-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .feature-card.wide {
        max-width: 100%;
        margin-top: 14px;
    }

    .section-title {
        font-size: 28px;
    }

    .image-wrap {
        height: 420px;
    }

    .service-regions-section {
        padding: 40px 0 30px;
    }

    .regions-title {
        font-size: 30px;
    }

    .regions-text {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .coverage-title {
        font-size: 22px;
    }

    .consultation-section {
        padding: 55px 0;
    }

    .consultation-card {
        padding: 36px 28px;
    }

    .consultation-card h2 {
        font-size: 18px;
    }

    .consultation-card p {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .clients-title {
        font-size: 29px;
        margin-bottom: 24px;
    }

    .client-card {
        min-height: auto;
        padding: 22px;
    }

    .quote-mark {
        opacity: 0.45;
    }

    .client-card p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .hero-form-outer {
        padding: 15px;
        border-radius: 24px;
    }

    .hero-audit-form {
        padding: 32px 22px;
    }

    .form-heading h2 {
        font-size: 18px;
        line-height: 1.1;
    }

    .medical-lien-section {
        padding: 45px 0;
    }

    .medical-lien-image {
        max-width: 100%;
        min-height: 280px;
    }

    .medical-lien-image img {
        min-height: 280px;
    }

    .trust-section {
        padding: 36px 0 45px;
    }

    .trust-card-row {
        grid-template-columns: 1fr;
    }

    .trust-card {
        min-height: auto;
        padding: 22px;
    }

    .trust-card p br {
        display: none;
    }

    .trust-bottom-text h3 {
        line-height: 1.25;
    }

    .wc-lien-info-section {
        padding: 25px 0;
    }

    .wc-lien-image {
        min-height: 280px;
    }

    .wc-lien-image img {
        min-height: 280px;
    }

    .wc-lien-bottom h3 {
        line-height: 1.2;
    }

    .critical-lien-section {
        padding: 36px 0 42px;
    }

    .critical-lien-card-row {
        grid-template-columns: 1fr;
    }

    .critical-lien-card {
        min-height: auto;
        padding: 22px;
    }

    .critical-lien-card p br {
        display: none;
    }

    .critical-lien-bottom {
        margin-top: 36px;
    }

    .critical-lien-bottom h3 {
        line-height: 1.25;
    }

    .complete-solutions-section {
        padding: 32px 0 38px;
    }

    .solutions-image-wrapper {
        height: 280px;
    }

    .solutions-card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
    }

    .solution-card {
        min-height: auto;
        padding: 24px 18px;
    }

    .solution-card-top {
        grid-template-columns: 58px 1fr;
        gap: 14px;
        margin-bottom: 20px;
    }

    .california-choice-section {
        padding: 30px 0;
    }

    .california-choice-image {
        min-height: 300px;
    }

    .california-choice-image img {
        height: 300px;
    }

    .california-benefits-grid {
        grid-template-columns: 1fr;
    }

    .california-benefit-card {
        min-height: auto;
        padding: 22px;
    }

    .california-benefit-card p br {
        display: none;
    }

    .california-choice-bottom h3 {
        line-height: 1.2;
    }

    .collections-audit-section {
        padding: 40px 0 25px;
    }

    .collections-audit-content {
        padding: 35px 20px 20px;
    }

    .collections-audit-btn {
        width: 100%;
        justify-content: center;
    }

    .collections-audit-image {
        height: 240px;
    }

    .work-camp-faq-box {
        padding: 32px 22px;
        border-radius: 24px;
    }

    .work-camp-faq-box h2 {
        font-size: 25px;
    }

    .work-camp-faq .accordion-button {
        font-size: 18px;
    }

    .work-camp-faq .accordion-body {
        font-size: 16px;
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .specialty-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 26px;
    }

    .section-text {
        font-size: 16px;
    }

    .specialty-pill {
        font-size: 14px;
    }

    .feature-card {
        font-size: 15px;
    }

    .image-wrap {
        height: 360px;
    }

    .regions-title {
        font-size: 27px;
    }

    .region-card {
        font-size: 14px;
        min-height: 46px;
    }

    .consultation-card {
        padding: 30px 22px;
        border-radius: 9px;
    }

    .consultation-card .form-label {
        font-size: 14px;
    }

    .consultation-btn {
        font-size: 13px;
    }

    .clients-section {
        padding: 36px 0 48px;
    }

    .clients-title {
        font-size: 26px;
    }

    .client-card h4,
    .client-card h5 {
        font-size: 13px;
    }

    .client-card p {
        font-size: 14px;
    }
}