    :root {
        --primary-blue: #15879a;
        --accent-blue: #37c6ea;
        --light-blue: #cfeaf6;
        --white: #ffffff;
    }

    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        font-family: "Poppins", sans-serif;
        overflow-x: hidden;
        background-image: url(./image/body-bg.png);
        background-size: cover;
    }

    /* Hero section */
    .hero-section {
        min-height: 247px;
        background-image: url(./image/backgroun01.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        padding: 55px 0 45px;
    }

    .hero-title {
        color: var(--white);
        font-weight: 800;
        font-size: clamp(32px, 4vw, 42px);
        line-height: 0.95;
        margin: 0;
        letter-spacing: -1px;
    }

    .hero-title .blue-text {
        color: var(--accent-blue);
        display: block;
    }

    .hero-description {
        color: var(--white);
        font-weight: 700;
        font-size: clamp(18px, 2vw, 22px);
        line-height: 1.12;
        max-width: 610px;
        margin: 0;
    }

    .audit-section {
        position: relative;
        /* overflow: hidden; */
    }

    /* Upper heading section */
    .audit-top {
        min-height: 322px;
        padding: 82px 0 70px;
        border-bottom-left-radius: 170px;
        position: relative;
        background-image: url(./image/backgroun02.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .audit-main-heading {
        color: #ffffff;
        font-size: clamp(26px, 3vw, 30px);
        font-weight: 800;
        line-height: 1.15;
        max-width: 720px;
        margin-bottom: 26px;
        font-size: clamp(26px, 3vw, 26px);
        font-weight: 700;
        line-height: 1.30;
    }

    .audit-red-btn {
        display: inline-block;
        background-color: #ed111b;
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 800;
        padding: 14px 18px;
        border-radius: 10px;
        transition: 0.3s ease;
    }

    .audit-red-btn:hover {
        background-color: #cf0d15;
        color: #ffffff;
    }

    /* Floating form */
    .audit-form-wrapper {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        z-index: 3;
        z-index: 9;
        max-width: 450px;
    }

    .audit-form-card {
        background-color: #ffffff;
        border-radius: 24px;
        padding: 58px 50px 50px;
        min-height: 656px;
    }

    .audit-form-card label {
        display: block;
        color: #000000;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 500;
    }

    .audit-form-card .form-control {
        height: 40px;
        border: none;
        border-radius: 3px;
        background-color: #eeeeee;
        box-shadow: none;
    }

    .audit-form-card .form-control:focus {
        background-color: #eeeeee;
        box-shadow: 0 0 0 2px rgba(16, 140, 162, 0.2);
    }

    .form-submit-btn {
        width: 100%;
        height: 40px;
        margin-top: 5px;
        border: 2px solid #00798b;
        border-radius: 30px;
        background-color: #ed111b;
        color: #ffffff;
        font-weight: 800;
        font-size: 14px;
        transition: 0.3s ease;
    }

    .form-submit-btn:hover {
        background-color: #cf0d15;
    }

    /* Lower content section */
    .audit-lower {
        padding: 58px 0 80px;
        min-height: 445px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .why-content h2 {
        color: #0786a0;
        font-size: clamp(30px, 4vw, 38px);
        font-weight: 800;
        line-height: 0.98;
        margin-bottom: 20px;
    }

    .why-list {
        padding-left: 22px;
        margin: 0;
    }

    .why-list>li {
        color: #0786a0;
        margin-bottom: 22px;
        padding-left: 4px;
    }

    .why-list strong {
        color: #0786a0;
        font-size: 16px;
        font-weight: 800;
    }

    .why-list p {
        color: #000000;
        font-size: 17px;
        font-weight: 400;
        margin: 2px 0 14px;
    }

    .why-list ul {
        padding-left: 38px;
        margin: 0;
    }

    .why-list ul li {
        color: #000000;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.4;
    }

    .credibility-section {
        padding: 36px 0 24px;

    }

    .credibility-heading {
        margin-bottom: 20px;
    }

    .credibility-heading h2 {
        font-size: 32px;
        font-weight: 700;
        color: #000000;
        line-height: 1.2;
        margin-bottom: 10px;
        line-height: 30px;
        font-weight: 800;
    }

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

    .credibility-heading p {
        font-size: 25px;
        font-weight: 300;
        color: #000000;
        margin: 0;
    }

    .reviews-card {
        background-color: #1c1c1c;
        border-radius: 32px;
        padding: 48px 50px 42px;
        max-width: 1250px;
        margin: 0 auto;
    }

    .review-item {
        margin-bottom: 22px;
    }

    .review-item:last-child {
        margin-bottom: 0;
    }

    .review-top {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .stars {
        color: #ffd528;
        font-size: 34px;
        letter-spacing: 4px;
        line-height: 1;
    }

    .verified {
        display: flex;
        align-items: center;
        gap: 7px;
        color: #dcdcdc;
        font-size: 15px;
        font-weight: 400;
    }

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

    .review-text {
        margin-bottom: 4px;
        font-family: "Poppins", Sans-serif;
        font-size: 19px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .review-item h4 {
        font-size: 20px;
        font-weight: 700;
        color: #54CDEA;
        line-height: 1.25;
        margin: 0;
    }

    .process-section {
        position: relative;
        min-height: 420px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        font-family: "Poppins", sans-serif;
        background-image: url(./image/background-3.png);
    }

    .process-overlay {
        min-height: 420px;
        display: flex;
        align-items: center;
        padding: 80px 0;
        /* background-color: rgba(0, 0, 0, 0.65); */
    }

    .process-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .process-icon-box {
        width: 146px;
        height: 146px;
        /* background-color: rgba(0, 134, 157, 0.75); */
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 28px;
    }

    /* Icon image placeholder */
    .process-icon-box img {
        /* max-width: 86px;
  max-height: 86px; */
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .process-item h4 {
        color: #ffffff;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.15;
        margin: 0;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
    }

    .issues-section {
        padding: 68px 0 34px;
        /* font-family: "Poppins", sans-serif;

        Background color intentionally not added */
    }

    .issues-heading {
        max-width: 1140px;
        margin: 0 auto 46px;
    }

    .issues-heading h2 {
        color: #000000;
        font-size: clamp(28px, 3.2vw, 34px);
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 12px;
    }

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

    .issues-heading h3 {
        color: #000000;
        font-size: clamp(22px, 2.5vw, 28px);
        font-weight: 400;
        font-size: clamp(22px, 2.5vw, 25px);
        font-weight: 300;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .issues-heading p {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.45;
        max-width: 1140px;
        margin: 0 auto;
    }

    .issues-list {
        max-width: 1110px;
        margin: 0 auto;
    }

    .issue-row {
        display: grid;
        grid-template-columns: 45px 1fr;
        gap: 15px;
        align-items: stretch;
        margin-bottom: 40px;
    }

    .issue-alert {
        background-color: #f20e18;
        color: #ffffff;
        border-radius: 22px;
        min-height: 164px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
        font-weight: 800;
        line-height: 1;
    }

    .issue-card {
        background-color: #108ca2;
        border-radius: 13px;
        min-height: 164px;
        padding: 52px 50px 38px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .issue-card h4 {
        color: #ffffff;
        font-size: clamp(18px, 2vw, 20px);
        font-size: clamp(16px, 2vw, 18px);
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 6px;
    }

    .issue-card p {
        color: #ffffff;
        font-size: clamp(15px, 1.8vw, 18px);
        font-size: clamp(14px, 1.8vw, 16px);
        font-weight: 400;
        line-height: 1.35;
        margin: 0;
    }

    .workers-comp-section {
        padding: 30px 0 60px;
    }

    .workers-comp-heading {
        max-width: 930px;
        max-width: 940px;
        margin: 0 auto 36px;
    }

    .workers-comp-heading h2 {
        color: #000000;
        font-size: clamp(28px, 3vw, 34px);
        font-weight: 800;
        font-size: clamp(28px, 3vw, 32px);
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .workers-comp-heading h2 span {
        color: #0786a0;
    }

    .workers-comp-heading p {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.45;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 600;
        max-width: 820px;
    }

    .workers-comp-accordion {
        max-width: 1140px;
        margin: 0 auto;
    }

    .workers-comp-accordion .accordion-item {
        background: transparent;
        border: none;
        margin-bottom: 31px;
    }

    .workers-comp-accordion .accordion-button {
        min-height: 73px;
        background-color: rgba(255, 255, 255, 0.62);
        border-radius: 13px !important;
        box-shadow: none;
        padding: 20px 46px 20px 50px;
        color: #000000;
        font-size: 24px;
        font-weight: 600;
    }

    .workers-comp-accordion .accordion-button:not(.collapsed) {
        background-color: rgba(255, 255, 255, 0.62);
        box-shadow: none;
    }

    .workers-comp-accordion .accordion-number {
        min-width: 110px;
    }

    .workers-comp-accordion .accordion-title {
        flex: 1;
    }

    .workers-comp-accordion .accordion-button::after {
        width: 18px;
        height: 18px;
        background-image: none;
        border-right: 5px solid #087d8a;
        border-bottom: 5px solid #087d8a;
        transform: rotate(45deg);
    }

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

    .workers-comp-accordion .accordion-body {
        background-color: #108ca2;
        color: #ffffff;
        border-radius: 13px;
        margin-top: 1px;
        padding: 22px 50px 34px 160px;
        font-size: 17px;
        font-weight: 600;
        font-size: 16px;
        font-weight: 400;
    }

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

    .provider-heading {
        max-width: 960px;
        margin: 0 auto 36px;
    }

    .provider-heading h2 {
        color: #0786a0;
        font-size: clamp(28px, 3vw, 34px);
        font-weight: 800;
        font-size: clamp(28px, 3vw, 32px);
        font-weight: 700;
        margin-bottom: 12px;
    }

    .provider-heading h3 {
        color: #000000;
        font-size: clamp(22px, 2.5vw, 27px);
        font-weight: 400;
        font-size: clamp(22px, 2.5vw, 25px);
        font-weight: 300;
        margin-bottom: 18px;
    }

    .provider-heading p {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.45;
        margin: 0 auto;
        max-width: 800px;
        font-size: 14px;
        font-weight: 600;
    }

    .provider-card {
        max-width: 1140px;
        margin: 0 auto;
        border: 1px solid #b8c2c8;
        border-radius: 36px;
        padding: 20px;
        background-color: #FFFFFF80;
    }

    .provider-image {
        width: 100%;
        min-height: 418px;
        border-radius: 10px;
    }

    .provider-content {
        padding: 12px 16px;
    }

    .provider-content h2 {
        color: #0786a0;
        font-size: clamp(26px, 3vw, 30px);
        font-weight: 800;
        margin-bottom: 18px;
    }

    .provider-content p {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .provider-content ul {
        padding-left: 22px;
        margin: 0;
    }

    .provider-content li {
        color: #000000;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.42;
    }

    .provider-content li strong {
        color: #0786a0;
        font-weight: 800;
    }

    .clients-receive-section {
        padding: 33px 0;
        font-family: "Poppins", sans-serif;

        /* Background color intentionally not added */
    }

    .clients-receive-wrapper {
        position: relative;
        min-height: 445px;
    }

    /* Background image ONLY on this heading block */
    .clients-heading-bg {
        position: relative;
        width: 100%;
        min-height: 224px;
        border-radius: 32px;
        /* background-color: #108ca2; */
        background-image: url(./image/background-4.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .clients-left-content {
        max-width: 460px;
        max-width: 520px;
        padding: 50px 0 0 50px;
        color: #ffffff;
    }

    .clients-left-content h2 {
        color: #ffffff;
        font-size: clamp(32px, 4vw, 38px);
        font-weight: 800;
        font-size: clamp(32px, 4vw, 78px);
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .clients-left-content p {
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.45;
        margin: 0;
    }

    /* Cards overlap the heading background */
    .clients-cards-area {
        position: relative;
        z-index: 3;
        margin-top: -114px;
        margin-left: 41%;
        padding-right: 50px;
    }

    .benefits-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 49px 30px;
    }

    .benefit-card {
        min-height: 124px;
        background-color: #ffffff;
        border-radius: 13px;
        padding: 24px 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
    }

    .benefit-card p {
        margin: 0;
        color: #000000;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.1;
    }

    .benefit-card strong {
        color: #0786a0;
        font-weight: 800;
    }

    .clients-cta {
        margin-top: -124px;
        margin-top: -105px;
        margin-left: 45px;
        position: relative;
        z-index: 2;
    }

    .clients-btn {
        display: inline-block;
        background-color: #ed111b;
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 800;
        padding: 13px 60px;
        border-radius: 9px;
        margin-bottom: 10px;
    }

    .clients-btn:hover {
        background-color: #cf0d15;
        color: #ffffff;
    }

    .clients-cta p {
        color: #000000;
        font-size: 13px;
        font-size: 12px;
        font-weight: 300;
        margin: 0 0 0 5px;
    }

    .onboarding-section {
        padding: 32px 0 60px;
        font-family: "Poppins", sans-serif;

        /* Background color intentionally not added */
    }

    .onboarding-heading {
        margin-bottom: 70px;
    }

    .onboarding-heading h2 {
        color: #000;
        font-size: clamp(28px, 3vw, 34px);
        font-size: clamp(28px, 3vw, 32px);
        font-weight: 800;
    }

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

    .onboarding-heading p {
        font-size: 15px;
        font-weight: 700;
        margin: 18px 0 0;
    }

    .timeline-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 82px 90px;
        position: relative;
    }

    .step-3-text {
        max-width: 255px;
    }

    .timeline-img {
        height: 40px;
        margin-bottom: 38px;
    }

    .timeline-img img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .right-hand-arrow {
        position: absolute;
        top: 30px;
        right: 117px;
        right: 60px;
        height: 263px !important;

    }

    .left-hand-arrow {
        position: absolute;
        top: 285px;
        left: -137px;
        height: 240px !important;
    }

    .timeline-item h4 {
        font-size: 17px;
        font-weight: 800;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 700;
    }

    .timeline-item p {
        font-size: 15px;
        line-height: 1.45;
        margin: 0;
    }

    .onboarding-btn {
        display: inline-block;
        margin-top: 70px;
        margin-left: 64px;
        background-color: #ed111b;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 800;
        padding: 13px 78px;
        border-radius: 9px;
    }

    .onboarding-btn:hover {
        background-color: #cf0d15;
        color: #fff;
    }

    .results-section {
        padding: 10px 0 55px;
        font-family: "Poppins", sans-serif;

        /* Background color intentionally not added */
    }

    .results-heading {
        max-width: 860px;
        margin: 0 auto 78px;
    }

    .results-heading h2 {
        color: #000000;
        font-size: clamp(28px, 3vw, 34px);
        font-weight: 800;
        font-size: clamp(28px, 3vw, 32px);
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 18px;
    }

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

    .results-heading p {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.45;
        margin: 0 auto;
    }

    .results-wrapper {
        max-width: 1140px;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 30px;
        overflow: hidden;
    }

    .results-teal-box {
        background-color: #108ca2;
        border-radius: 30px;
        padding: 45px 45px 50px;
    }

    .results-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        margin-bottom: 54px;
    }

    .results-tab {
        min-height: 48px;
        border-radius: 8px;
        background-color: #ffffff;
        color: #555555;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: clamp(22px, 2.5vw, 26px);
        font-weight: 700;
        font-size: clamp(22px, 2.5vw, 24px);
        font-weight: 500;
        line-height: 1.1;
        align-items: center;
        text-align: center;
        justify-content: flex-start;
        padding-left: 50px;
    }

    .results-tab.active {
        background-color: #52c7dc;
        color: #ffffff;
    }

    .results-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .results-row {
        display: grid;
        grid-template-columns: 1fr 120px 1.35fr;
        align-items: center;
        column-gap: 24px;
    }

    .focus-text {
        color: #ffffff;
        font-size: clamp(20px, 2vw, 24px);
        font-size: clamp(20px, 2vw, 22px);
        font-weight: 800;
        line-height: 1.25;
    }

    .arrow-text {
        color: #65c7dc;
        font-size: 38px;
        font-weight: 300;
        line-height: 1;
        text-align: center;
    }

    .priority-text {
        color: #ffffff;
        font-size: clamp(20px, 2vw, 25px);
        font-size: clamp(20px, 2vw, 22px);
        font-weight: 400;
        line-height: 1.25;
    }

    .results-bottom {
        background-color: #ffffff;
        padding: 40px 35px 56px;
        /* display: grid;
  grid-template-columns: 1fr 380px;
  align-items: end;
  gap: 35px; */
    }

    .results-quote {
        color: #000000;
        font-size: clamp(18px, 2vw, 22px);
        font-style: italic;
        font-weight: 400;
        line-height: 1.35;
        margin: 0;
    }

    .results-quote span {
        color: #e8121b;
        font-weight: 800;
    }

    .results-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        background-color: #ed111b;
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 800;
        border-radius: 9px;
        padding: 13px 35px;
        padding: 13px 60px;
    }

    .results-btn:hover {
        background-color: #cf0d15;
        color: #ffffff;
    }
    
    .quick-callback-section {
        padding: 20px 0 46px;
        font-family: "Poppins", sans-serif;

        /* Background color intentionally not added */
    }

    .quick-callback-heading {
        margin-bottom: 36px;
    }

    .quick-callback-heading h2 {
        color: #000000;
        font-size: clamp(28px, 3vw, 34px);
        font-weight: 800;
        font-size: clamp(28px, 3vw, 32px);
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .quick-callback-heading h2 span {
        color: #0786a0;
    }

    .quick-callback-heading p {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .quick-callback-form {
        background-color: #ffffff;
        border-radius: 24px;
        padding: 60px 49px 50px;
        max-width: 1250px;
        margin: 0 auto;
    }

    .quick-callback-form label {
        color: #000000;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .quick-callback-form .form-control {
        height: 40px;
        border: none;
        border-radius: 6px;
        background-color: #eeeeee;
        box-shadow: none;
    }

    .quick-callback-form .form-control:focus {
        background-color: #eeeeee;
        box-shadow: 0 0 0 2px rgba(7, 134, 160, 0.18);
    }

    .callback-btn {
        width: 530px;
        max-width: 100%;
        height: 47px;
        margin-top: 21px;
        border: 2px solid #00798b;
        border-radius: 30px;
        background-color: #ed111b;
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
    }

    .callback-btn:hover {
        background-color: #cf0d15;
    }

    .faq-section {
        padding: 24px 0 42px;
        font-family: sans-serif;
    }

    .faq-heading h2 {
        color: #0786a0;
        font-size: clamp(28px, 3vw, 34px);
        font-size: clamp(28px, 3vw, 32px);
        font-weight: 700;
        margin-bottom: 18px;
    }

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

    .faq-accordion .accordion-item {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    }

    .faq-accordion .accordion-button {
        background-color: transparent;
        box-shadow: none;
        color: #000000;
        font-size: clamp(20px, 2.2vw, 26px);
        font-weight: 500;
        line-height: 1.25;
        padding: 22px 0;
        display: flex;
        justify-content: space-between;
    }

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

    .faq-accordion .accordion-button::after {
        width: 16px;
        height: 16px;
        background-image: none;
        border-right: 5px solid #333333;
        border-bottom: 5px solid #333333;
        transform: rotate(45deg);
        margin-left: 20px;
    }

    .faq-accordion .accordion-button:not(.collapsed)::after {
        border-color: #0786a0;
        transform: rotate(-135deg);
    }

    .faq-accordion .accordion-body {
        color: #000000;
        font-size: clamp(17px, 2vw, 21px);
        font-weight: 400;
        font-size: clamp(16px, 2vw, 18px);
        font-weight: 300;
        line-height: 1.6;
        padding: 0 0 28px;
    }

    .final-cta-section {
        position: relative;
        min-height: 420px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(./image/background-5.png);
    }

    .final-cta-overlay {
        min-height: 420px;
        display: flex;
        align-items: center;
        padding: 52px 0 58px;
        background-color: rgba(0, 0, 0, 0.74);
    }

    .final-cta-content {
        max-width: 1150px;
        margin: 0 auto;
    }

    .final-cta-content h2 {
        color: #35c7e8;
        font-size: clamp(28px, 3vw, 34px);
        font-weight: 800;
        color: #54cdea;
        font-size: clamp(28px, 3vw, 32px);
        font-weight: 700;

        line-height: 1.2;
        margin-bottom: 14px;
    }

    .final-cta-content h2 span {
        color: #35c7e8;
    }

    .final-cta-text {
        color: #ffffff;
        font-size: clamp(22px, 2.5vw, 28px);
        font-weight: 400;
        font-size: clamp(22px, 2.5vw, 25px);
        font-weight: 300;
        line-height: 0.95;
        max-width: 1140px;
        margin: 0 auto 20px;
    }

    .final-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 612px;
        max-width: 100%;
        min-height: 45px;
        background-color: #ed111b;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
        border-radius: 24px;
        margin-bottom: 23px;
    }

    .final-cta-btn:hover {
        background-color: #cf0d15;
        color: #ffffff;
    }

    .final-cta-call {
        color: #ffffff;
        font-size: clamp(22px, 2.5vw, 28px);
        font-weight: 400;
        line-height: 1.2;
        margin: 0 auto 34px;
    }

    .final-cta-call a {
        color: #35c7e8;
        text-decoration: none;
    }

    .final-cta-note {
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.3;
        text-align: left;
        max-width: 1140px;
        margin: 0 auto;
    }

    .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: rgb(106, 106, 106);
    }

    .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;
    }

    /*california work camp css started*/

    body.california-work .hero-section {
        position: relative;
        min-height: 482px;
        background-image: url(./image/california-hero-bg.png);
        /* replace image here if needed */
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
    }

    body.california-work .hero-section .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 82px);
        /* background: rgba(0, 117, 137, 0.82); */
        z-index: 1;
    }

    body.california-work .hero-section .hero-content {
        position: relative;
        z-index: 2;
        padding-top: 92px;
        padding-bottom: 55px;
    }

    body.california-work .hero-section .hero-title {
        max-width: 1010px;
        margin: 0 auto 18px;
        color: #ffffff;
        font-size: 33px;
        font-weight: 700;
        line-height: 1.35;
    }

    body.california-work .hero-section .hero-title span {
        display: block;
        font-size: 38px;
        font-weight: 700;
        margin-top: 8px;
    }

    body.california-work .hero-section .hero-description {
        max-width: 980px;
        margin: 0 auto;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }

    body.california-work .hero-section .hero-bottom-bar {
        position: relative;
        z-index: 2;
        min-height: 82px;
        background: #0888A7;
        display: flex;
        align-items: center;
        width: stretch;
    }

    body.california-work .hero-section .hero-bottom-bar h2 {
        margin: 0;
        color: #ffffff;
        font-size: 23px;
        font-weight: 700;
        line-height: 0.95;
    }





    /* Responsive */
    @media(max-width:1399px) {
        .right-hand-arrow {
            right: 35px;
            height: 285px !important;
        }

        .left-hand-arrow {
            height: 275px !important;
            top: 300px;
            left: -167px;
        }
    }

    @media (max-width: 1200px) {
        .right-hand-arrow {
            right: -40px;
            height: 305px !important;
        }

        .left-hand-arrow {
            height: 285px !important;
            top: 325px;
            left: -175px;
        }
    }

    @media (max-width: 1199px) {
        .audit-form-card {
            padding: 48px 36px;
        }

        .process-item h4 {
            font-size: 15px;
        }
    }

    @media (max-width: 991px) {
        .hero-section {
            text-align: center;
            padding: 60px 0;
        }

        .hero-description {
            margin: 28px auto 0;
        }

        .audit-top {
            border-bottom-left-radius: 90px;
            padding: 60px 0 130px;
            text-align: center;
        }

        .audit-main-heading {
            margin-left: auto;
            margin-right: auto;
        }

        .audit-form-wrapper {
            position: relative;
            top: auto;
            margin-top: -90px;
        }

        .audit-form-card {
            min-height: auto;
            margin-bottom: 40px;
        }

        .audit-lower {
            padding: 40px 0 70px;
            text-align: left;
        }

        .why-content {
            max-width: 650px;
            margin: 0 auto;
        }

        .reviews-card {
            padding: 40px 32px;
            border-radius: 26px;
        }

        .stars {
            font-size: 30px;
        }

        .process-section,
        .process-overlay {
            min-height: auto;
        }

        .process-overlay {
            padding: 70px 0;
        }

        .process-icon-box {
            margin-bottom: 18px;
        }

        .issues-section {
            padding: 55px 0 30px;
        }

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

        .issue-card {
            padding: 38px 32px;
        }

        .provider-card {
            border-radius: 26px;
        }

        .provider-image {
            min-height: 320px;
        }

        .provider-content {
            padding: 10px 4px;
        }

        .clients-heading-bg {
            min-height: auto;
        }

        .clients-left-content {
            max-width: 100%;
            padding: 42px 28px 120px;
            text-align: center;
        }

        .clients-cards-area {
            margin: -80px 20px 0;
            padding-right: 0;
        }

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

        .clients-cta {
            margin: 32px 0 0;
            text-align: center;
        }

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

        .onboarding-btn {
            margin-left: 0;
        }

        .right-hand-arrow,
        .left-hand-arrow {
            display: none !important;
        }

        .timeline-img {
            width: 42px;
            height: 42px;
            margin-bottom: 22px;
            border-radius: 50%;
            background-color: #0786a0;
            box-shadow: 0 0 15px rgba(7, 134, 160, 0.45);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .timeline-img img {
            display: none !important;
        }

        .timeline-img::before {
            color: #ffffff;
            font-size: 13px;
            font-weight: 800;
            line-height: 1;
        }

        .timeline-item:nth-child(1) .timeline-img::before {
            content: "01";
        }

        .timeline-item:nth-child(2) .timeline-img::before {
            content: "02";
        }

        .timeline-item:nth-child(3) .timeline-img::before {
            content: "03";
        }

        .timeline-item:nth-child(4) .timeline-img::before {
            content: "06";
        }

        .timeline-item:nth-child(5) .timeline-img::before {
            content: "05";
        }

        .timeline-item:nth-child(6) .timeline-img::before {
            content: "04";
        }

        .results-heading {
            margin-bottom: 45px;
        }

        .results-teal-box {
            padding: 35px 28px;
        }

        .results-tabs {
            gap: 20px;
            margin-bottom: 35px;
        }

        .results-row {
            grid-template-columns: 1fr 60px 1fr;
            column-gap: 14px;
        }

        .results-bottom {
            grid-template-columns: 1fr;
            padding: 35px 28px 45px;
        }

        .results-btn {
            max-width: 360px;
        }

        body.california-work .hero-section {
            min-height: 450px;
        }

        body.california-work .hero-section .hero-content {
            padding-top: 75px;
            padding-bottom: 45px;
        }

        body.california-work .hero-section .hero-title {
            font-size: 30px;
        }

        body.california-work .hero-section .hero-title span {
            font-size: 34px;
        }

        body.california-work .hero-section .hero-description {
            font-size: 18px;
        }

        body.california-work .hero-section .hero-bottom-bar h2 {
            font-size: 22px;
            line-height: 1.05;
        }
    }

    @media (max-width: 767px) {
        .workers-comp-accordion .accordion-button {
            padding: 18px 24px;
            font-size: 20px;
        }

        .workers-comp-accordion .accordion-number {
            min-width: 70px;
        }

        .workers-comp-accordion .accordion-body {
            padding: 22px 24px;
        }

        .quick-callback-form {
            padding: 40px 24px;
            border-radius: 20px;
        }

        .callback-btn {
            width: 100%;
        }

        .final-cta-section,
        .final-cta-overlay {
            min-height: auto;
        }

        .final-cta-overlay {
            padding: 48px 0;
        }

        .final-cta-text {
            line-height: 1.2;
        }

        .final-cta-call {
            margin-bottom: 24px;
        }

        .final-cta-note {
            text-align: center;
        }

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

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

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

        body.california-work .hero-section {
            min-height: auto;
        }

        body.california-work .hero-section .hero-content {
            padding-top: 60px;
            padding-bottom: 55px;
        }

        body.california-work .hero-section .hero-title {
            font-size: 25px;
        }

        body.california-work .hero-section .hero-title span {
            font-size: 29px;
        }

        body.california-work .hero-section .hero-description {
            font-size: 16px;
        }

        body.california-work .hero-section .hero-bottom-bar {
            min-height: auto;
            padding: 20px 0;
        }

        body.california-work .hero-section .hero-bottom-bar h2 {
            font-size: 20px;
            line-height: 1.1;
        }

        body.california-work .hero-section .hero-bottom-bar h2 br {
            display: none;
        }
    }

    @media (max-width: 575px) {


        .hero-title {
            line-height: 1.05;
        }

        .audit-top {
            padding: 50px 0 110px;
            border-bottom-left-radius: 60px;
        }

        .audit-red-btn {
            font-size: 15px;
            padding: 13px 16px;
        }

        .audit-form-card {
            padding: 35px 24px;
            border-radius: 20px;
        }

        .why-content h2 {
            line-height: 1.1;
        }

        .why-list ul {
            padding-left: 24px;
        }

        .why-list ul li,
        .why-list p {
            font-size: 15px;
        }

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

        .reviews-card {
            padding: 32px 22px;
            border-radius: 22px;
        }

        .review-top img {
            width: 100%;
        }

        .stars {
            font-size: 25px;
            letter-spacing: 2px;
        }

        .verified {
            font-size: 14px;
        }

        .review-item {
            margin-bottom: 28px;
        }

        .review-text {
            line-height: 1.3;
        }

        .process-overlay {
            padding: 55px 0;
        }

        .process-icon-box {
            width: 112px;
            height: 112px;
            border-radius: 12px;
        }

        .process-icon-box img {
            max-width: 66px;
            max-height: 66px;
        }

        .process-item h4 {
            font-size: 14px;
        }

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

        .issue-row {
            grid-template-columns: 1fr;
            gap: 12px;
            margin-bottom: 28px;
        }

        .issue-alert {
            width: 100%;
            min-height: 55px;
            border-radius: 16px;
            font-size: 28px;
        }

        .issue-card {
            min-height: auto;
            padding: 30px 22px;
            border-radius: 12px;
            text-align: center;
        }

        .issues-heading p {
            font-size: 14px;
        }

        .provider-choice-section {
            padding: 25px 0 45px;
        }

        .provider-card {
            padding: 14px;
            border-radius: 20px;
        }

        .provider-image {
            min-height: 240px;
        }

        .provider-content li {
            font-size: 14px;
        }

        .clients-heading-bg {
            border-radius: 24px;
        }

        .clients-left-content {
            padding: 36px 18px 100px;
        }

        .clients-cards-area {
            margin: -70px 14px 0;
        }

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

        .clients-btn {
            width: 100%;
            text-align: center;
            padding: 13px 20px;
        }

        .timeline-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .timeline-img {
            margin-bottom: 20px;
        }

        .onboarding-btn {
            width: 100%;
            text-align: center;
            padding: 13px 20px;
        }

        .timeline-grid {
            grid-template-columns: 1fr;
            gap: 38px;
        }

        .timeline-item:nth-child(1) {
            order: 1;
        }

        .timeline-item:nth-child(2) {
            order: 2;
        }

        .timeline-item:nth-child(3) {
            order: 3;
        }

        .timeline-item:nth-child(6) {
            order: 4;
        }

        .timeline-item:nth-child(5) {
            order: 5;
        }

        .timeline-item:nth-child(4) {
            order: 6;
        }

        .timeline-img {
            margin-bottom: 18px;
        }

        .step-3-text {
            max-width: 100%;
        }

        .results-wrapper {
            border-radius: 22px;
        }

        .results-teal-box {
            border-radius: 22px;
            padding: 28px 20px;
        }

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

        .results-tab {
            font-size: 20px;
        }

        .results-row {
            grid-template-columns: 1fr;
            gap: 6px;
            padding-bottom: 18px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .results-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .arrow-text {
            text-align: left;
            font-size: 28px;
        }

        .results-bottom {
            padding: 30px 20px 38px;
        }

        .results-btn {
            width: 100%;
        }

        .faq-accordion .accordion-button {
            align-items: flex-start;
            padding: 18px 0;
        }

        .faq-accordion .accordion-button::after {
            width: 13px;
            height: 13px;
            border-width: 4px;
            margin-top: 6px;
        }

        .faq-accordion .accordion-body {
            font-size: 16px;
            line-height: 1.5;
        }
    }

    @media (max-width: 480px) {
        body.california-work .hero-section .hero-title {
            font-size: 22px;
        }

        body.california-work .hero-section .hero-title span {
            font-size: 25px;
        }

        body.california-work .hero-section .hero-description {
            font-size: 15px;
        }

        body.california-work .hero-section .hero-bottom-bar h2 {
            font-size: 18px;
        }
    }



    /*california code started*/
    /*california work camp css started*/

    body.california-work .billing-cycle-section {
        position: relative;
        padding: 52px 0 72px;
        overflow: visible;
    }

    body.california-work .billing-cycle-section .billing-cycle-bg {
        position: absolute;
        inset: 0;
        background-image: url(./image/billing-cycle-bg.png);
        /* replace background image here */
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        z-index: 0;
    }

    body.california-work .billing-cycle-section .container-fluid {
        position: relative;
        z-index: 2;
    }

    body.california-work .billing-cycle-content h2 {
        font-size: 37px;
        font-weight: 700;
        color: #0888A7;
        margin: 0 0 22px;
    }

    body.california-work .billing-cycle-content>p {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        max-width: 690px;
        margin: 0 0 58px;
    }

    body.california-work .billing-cycle-content h3 {
        font-size: 37px;
        font-weight: 700;
        color: #0888A7;
        line-height: 1;
        margin: 0 0 42px;
    }

    body.california-work .billing-do-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    body.california-work .billing-do-item {
        display: flex;
        align-items: center;
        gap: 42px;
    }

    body.california-work .billing-icon {
        width: 66px;
        min-width: 66px;
        height: 44px;
        /* border-radius: 7px;
         background: #098da8;
        border-left: 14px solid #ff982b; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.california-work .billing-icon span {
        color: #ffffff;
        font-size: 19px;
        font-weight: 900;
        line-height: 1;
    }

    body.california-work .billing-do-item p {
        margin: 0;
        font-size: 21px;
        font-weight: 600;
        color: #5F5F5F;
        line-height: 1.25;
    }

    body.california-work .billing-form-card {
        max-width: 412px;
        margin-left: auto;
        margin-top: -222px;
        background: #ffffff;
        border-radius: 24px;
        padding: 27px 44px 44px;
        box-shadow: 0 10px 17px rgba(0, 0, 0, 0.22);
        position: relative;
        z-index: 5;
    }

    body.california-work .billing-form-card .form-label {
        color: #000000;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 7px;
    }

    body.california-work .billing-form-card .form-control {
        height: 39px;
        border: 0;
        border-radius: 3px;
        background: #efefef;
        box-shadow: none;
        padding: 8px 12px;
    }

    body.california-work .billing-form-card .form-control:focus {
        background: #efefef;
        box-shadow: 0 0 0 2px rgba(8, 141, 168, 0.2);
    }

    body.california-work .billing-submit-btn {
        width: 100%;
        height: 41px;
        border-radius: 22px;
        border: 1px solid #087b91;
        background: #ff982b;
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        transition: 0.25s ease;
    }

    body.california-work .billing-submit-btn:hover {
        background: #f18820;
    }

    /*california work camp css started*/

    body.california-work .why-matters-section {
        position: relative;
        padding: 55px 0 0;
        overflow: hidden;
    }

    body.california-work .why-matters-intro {
        margin-bottom: 22px;
    }

    body.california-work .why-matters-intro h2 {
        font-size: 37px;
        font-weight: 700;
        color: #0888A7;
        line-height: 1.1;
        margin-bottom: 18px;
    }

    body.california-work .why-matters-intro p {
        font-size: 23px;
        font-weight: 300;
        line-height: 30px;
        color: #000000;
        max-width: 1280px;
        margin-bottom: 18px;
    }

    body.california-work .why-matters-intro p strong {
        color: #1785a0;
        font-weight: 800;
        font-size: 23px;
    }

    body.california-work .why-matters-card {
        background: rgba(236, 248, 255, 0.75);
        border-radius: 36px;
        padding: 35px 35px;
        margin-bottom: 40px;
    }

    body.california-work .why-matters-card.second-card {
        margin-bottom: 0;
    }

    body.california-work .why-matters-image {
        width: 100%;
        height: 432px;
        border-radius: 12px;
        overflow: hidden;
    }

    body.california-work .why-matters-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    body.california-work .why-matters-content {
        padding-left: 4px;
    }

    body.california-work .why-matters-content h3 {
        font-family: "Poppins", Sans-serif;
        font-size: 27px;
        font-weight: 700;
        color: #0888A7;
        line-height: 1.1;
        margin-bottom: 28px;
    }

    body.california-work .why-matters-content h3 span {
        color: #ff982b;
    }

    body.california-work .why-matters-content ul {
        margin: 0;
        padding-left: 40px;
    }

    body.california-work .why-matters-content ul li {
        font-weight: 600;
        color: #5F5F5F;
        line-height: 1.35;
        margin-bottom: 19px;
        font-size: 18px;
    }

    body.california-work .why-matters-content ul li:last-child {
        margin-bottom: 0;
    }

    /*california work camp css started*/

    body.california-work .after-case-section {
        margin-top: 100px;
        margin-bottom: 30px;
        padding: 20px 10px;
        /* background: #c7ecfb; */
        overflow: hidden;
    }

    body.california-work .after-case-title {
        text-align: center;
        font-size: 45px;
        font-weight: 700;
        color: #0888A7;
        line-height: 1.1;
        margin: 30px 0 30px;
    }

    body.california-work .after-case-title span {
        color: #ff982b;
    }

    body.california-work .after-case-card {
        position: relative;
        max-width: 1300px;
        min-height: 680px;
        margin: 0 auto;
        border-radius: 38px;
        overflow: hidden;
        background-image: url(./image/steps-bg.png);
        /* replace card background image here */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* body.california-work .after-case-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.86);
    z-index: 1;
} */

    /* body.california-work .case-step {
        position: absolute;
        z-index: 3;
        text-align: center;
    }

    body.california-work .case-circle-icon {
        /* width: 48px;
    height: 48px;
    object-fit: contain; 
        display: block;
        margin: 0 auto 18px;
         filter: drop-shadow(0 8px 10px rgba(0, 129, 154, 0.35)); 
    }*/
/*
    body.california-work .case-step h3 {
        color: #000000;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.05;
        margin: 0;
    }

    body.california-work .step-1 {
        top: 58px;
        left: 25%;
    }

    body.california-work .step-2 {
        top: 58px;
        left: 48%;
        transform: translateX(-50%);
    }

    body.california-work .step-3 {
        top: 58px;
        right: 25%;
    }

    body.california-work .step-4 {
        top: 315px;
        left: 25%;
    }

    body.california-work .step-5 {
        top: 315px;
        left: 48%;
        transform: translateX(-50%);
    }

    body.california-work .step-6 {
        top: 315px;
        right: 25%;
    }

    body.california-work .step-7 {
        bottom: 10px;
        left: 25%;
    }

    body.california-work .step-8 {
        bottom: 26px;
        left: 48%;
        transform: translateX(-50%);
    }

    body.california-work .case-arrow {
        position: absolute;
        z-index: 2;
        object-fit: contain;
        pointer-events: none;
    }

    body.california-work .arrow-1 {
        top: 90px;
        left: 31%;
        width: 173px;
        height: 20px;
    }

    body.california-work .arrow-2 {
        top: 92px;
        left: 52%;
        width: 190px;
        height: 20px;
    }

    body.california-work .arrow-3 {
        top: 97px;
        right: 8%;
        width: 259px;
        height: 270px;
    }

    body.california-work .arrow-4 {
        top: 349px;
        right: 33%;
        width: 190px;
        height: 20px;
    }

    body.california-work .arrow-5 {
        top: 349px;
        left: 35.5%;
        width: 150px;
        height: 19px;
    }

    body.california-work .arrow-6 {
        top: 355px;
        left: 12%;
        width: 254px;
        height: 225px;
    }

    body.california-work .arrow-7 {
        bottom: 97px;
        left: 30.8%;
        width: 175px;
        height: 20px;
    } */

    /*california work camp css started*/

    body.california-work .free-lien-audit-section {
        position: relative;
        padding: 20px 0 145px;
        overflow: hidden;
    }

    body.california-work .free-lien-audit-wrap {
        position: relative;
        min-height: 465px;
        border-radius: 30px;
        padding: 58px 60px;
        background-image: url(./image/worker-camp-audit.png);
        /* replace section background image here */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.california-work .free-lien-audit-content h2 {
        color: #ffffff;
        font-size: 37px;
        font-weight: 700;
        line-height: 1.15;
        margin: 0 0 14px;
    }

    body.california-work .free-lien-audit-content p {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.35;
        margin: 0 0 18px;
    }

    body.california-work .free-lien-audit-content h3 {
        max-width: 610px;
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        line-height: 0.9;
        margin: 0;
    }

    body.california-work .free-lien-audit-form-card {
        max-width: 512px;
        margin-left: auto;
        margin-top: 32px;
        margin-bottom: -174px;
        background: #ffffff;
        border-radius: 22px;
        padding: 30px 20px 20px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
    }

    body.california-work .free-lien-audit-form-card .form-label {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    body.california-work .free-lien-audit-form-card .form-control {
        height: 39px;
        border: 0;
        border-radius: 3px;
        background: #efefef;
        box-shadow: none;
        padding: 8px 12px;
    }

    body.california-work .free-lien-audit-form-card .form-control:focus {
        box-shadow: 0 0 0 2px rgba(8, 141, 168, 0.2);
    }

    body.california-work .free-lien-audit-btn {
        width: 100%;
        height: 40px;
        border-radius: 22px;
        border: 1px solid #087b91;
        background: #ff982b;
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        transition: 0.25s ease;
    }

    body.california-work .free-lien-audit-btn:hover {
        background: #f18820;
    }

    /*california work camp css started*/

    body.california-work .california-faq-section {
        padding: 28px 0 45px;
    }

    body.california-work .california-faq-box {
        max-width: 1320px;
        margin: 0 auto;
        background: #eeeeee;
        border-radius: 36px;
        padding: 48px 98px 52px;
    }

    body.california-work .california-faq-box h2 {
        color: #0787a5;
        font-size: 31px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 26px;
    }

    body.california-work .california-faq-section .accordion {
        max-width: 1120px;
        margin: 0 auto;
        --bs-accordion-border-width: 0;
        --bs-accordion-btn-focus-box-shadow: none;
    }

    body.california-work .california-faq-section .accordion-item {
        background: transparent;
        border: 0;
    }

    body.california-work .california-faq-section .accordion-button {
        background: transparent;
        padding: 8px 0;
        font-size: 24px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 1.25;
        box-shadow: none;
    }

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

    body.california-work .california-faq-section .accordion-body {
        padding: 20px 25px 30px;
        color: #000000;
        font-family: "Poppins", Sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.45;
    }

    body.california-work .california-faq-section .accordion-button::after {
        background-image: none;
        width: 14px;
        height: 14px;
        border-right: 4px solid #0787a5;
        border-bottom: 4px solid #0787a5;
        transform: rotate(-135deg);
        margin-left: auto;
    }

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

    /*california work camp css started*/

    body.california-work .compliance-cta-section {
        position: relative;
        min-height: 420px;
        padding: 110px 0;
        background-image: url(./image/talk-bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        display: flex;
        align-items: center;
        margin-bottom: 35px;
    }

    body.california-work .compliance-cta-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.62);
        z-index: 1;
    }

    body.california-work .compliance-cta-section .container {
        position: relative;
        z-index: 2;
    }

    body.california-work .compliance-cta-content h3 {
            line-height: 1;
                margin-bottom: 12px;
                font-size: 36px;
                font-weight: 700;
                color:#FFFFFF;
    }

    body.california-work .compliance-cta-content h3 a {
        color: #4dd6ff;
        text-decoration: none;
    }

    body.california-work .compliance-cta-content h2 {
        color: #ffffff;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    body.california-work .compliance-badge {
        display: inline-block;
        background: #F59432;
        color: #ffffff;
        border-radius: 12px;
        padding: 10px 50px 13px;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.15;
    }

    /*california work camp css ended*/
    /*arrow css*/
    @media(max-width:1210px) {
        body.california-work .arrow-1 {
            left: 30%;
        }

        body.california-work .arrow-2 {
            left: 51%;
        }

        body.california-work .arrow-3 {
            right: 6%;
        }

        body.california-work .arrow-4 {
            right: 32%;
        }

        body.california-work .arrow-5 {
            left: 36%;
        }

        body.california-work .arrow-6 {
            left: 11%;
        }

        body.california-work .arrow-7 {
            left: 31%;
            width: 165px;
        }
    }

    @media(max-width:1200px) {
        body.california-work .arrow-6 {
            left: 11%;
            height: 189px;
        }

        body.california-work .arrow-7 {
            left: 30%;
            width: 165px;
            bottom: 91px;
        }
    }

    @media(max-width:1170px) {
        body.california-work .arrow-1 {
            left: 28%;
        }

        body.california-work .arrow-2 {
            left: 49%;
        }

        body.california-work .arrow-3 {
            right: 4%;
        }

        body.california-work .arrow-4 {
            right: 30%;
        }

        body.california-work .arrow-5 {
            left: 36%;
        }

        body.california-work .arrow-6 {
            left: 11%;
        }

        body.california-work .arrow-7 {
            left: 30%;
            width: 165px;
        }
    }

    @media(max-width:1250px) {
        body.california-work .arrow-6 {
            left: 9%;
            height: 189px;
        }

        body.california-work .arrow-7 {
            left: 31%;
            width: 145px;
            bottom: 91px;
        }
    }

    @media(max-width:1078px) {
        body.california-work .arrow-1 {
            left: 27%;
        }

        body.california-work .arrow-2 {
            left: 48%;
        }

        body.california-work .arrow-3 {
            right: 3%;
        }

        body.california-work .arrow-4 {
            right: 28%;
        }

        body.california-work .arrow-5 {
            left: 38%;
            width: 110px;
        }

        body.california-work .arrow-6 {
            left: 9%;
        }

        body.california-work .arrow-7 {
            left: 29%;
            width: 145px;
        }
    }


    /*california work camp responsive */
    @media (max-width: 1199px) {
        body.california-work .billing-form-card {
            margin-top: -180px;
        }

        body.california-work .billing-cycle-content h2,
        body.california-work .billing-cycle-content h3 {
            font-size: 34px;
        }

        body.california-work .billing-do-item p {
            font-size: 20px;
        }

        body.california-work .why-matters-intro h2 {
            font-size: 34px;
        }

        body.california-work .why-matters-intro p {
            font-size: 22px;
        }

        body.california-work .why-matters-image {
            height: 390px;
        }

        body.california-work .why-matters-content h3 {
            font-size: 26px;
        }

        body.california-work .why-matters-content ul li {
            font-size: 17px;
        }

        body.california-work .after-case-card {
            min-height: 640px;
        }

        body.california-work .after-case-title {
            font-size: 36px;
        }

        body.california-work .case-step h3 {
            font-size: 16px;
        }

        body.california-work .free-lien-audit-wrap {
            padding: 50px 45px;
        }

        body.california-work .free-lien-audit-content h2 {
            font-size: 34px;
        }

        body.california-work .free-lien-audit-content h3 {
            font-size: 24px;
            line-height: 1;
        }

        body.california-work .compliance-cta-content h3 {
            font-size: 32px;
        }

        body.california-work .compliance-cta-content h2 {
            font-size: 36px;
        }

        body.california-work .compliance-badge {
            font-size: 34px;
            padding: 10px 38px 12px;
        }

        body.california-work .after-case-card {
            min-height: 640px;
        }

        body.california-work .after-case-title {
            font-size: 36px;
        }

        body.california-work .case-step h3 {
            font-size: 16px;
        }
    }

    @media (max-width: 991px) {
        body.california-work .billing-cycle-section {
            padding: 55px 0 60px;
        }

        body.california-work .billing-form-card {
            max-width: 100%;
            margin: 35px 0 0;
        }

        body.california-work .billing-cycle-content>p {
            margin-bottom: 42px;
        }

        body.california-work .billing-cycle-content h3 {
            margin-bottom: 30px;
        }

        body.california-work .why-matters-section {
            padding-top: 35px;
        }

        body.california-work .why-matters-card {
            padding: 28px;
            border-radius: 28px;
        }

        body.california-work .why-matters-image {
            height: 360px;
        }

        body.california-work .why-matters-content {
            padding-left: 0;
        }

        body.california-work .after-case-section {
            padding: 45px 0;
        }

        body.california-work .after-case-title {
            font-size: 32px;
            margin-bottom: 30px;
        }

        body.california-work .after-case-card {
            min-height: auto;
            border-radius: 28px;
            padding: 35px 25px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px 18px;
        }

        body.california-work .case-arrow {
            display: none;
        }

        body.california-work .case-step {
            position: static;
            transform: none;
        }

        body.california-work .case-circle-icon {
            margin-bottom: 12px;
        }

        body.california-work .free-lien-audit-section {
            padding-bottom: 50px;
        }

        body.california-work .free-lien-audit-wrap {
            padding: 42px 32px;
        }

        body.california-work .free-lien-audit-form-card {
            max-width: 100%;
            margin: 35px 0 0;
        }

        body.california-work .california-faq-box {
            padding: 42px 45px;
            border-radius: 30px;
        }

        body.california-work .california-faq-box h2 {
            font-size: 28px;
        }

        body.california-work .california-faq-section .accordion-button {
            font-size: 22px;
        }

        body.california-work .california-faq-section .accordion-body {
            font-size: 18px;
            padding-left: 0;
        }

        body.california-work .after-case-section {
            padding: 45px 0;
        }

        body.california-work .after-case-title {
            font-size: 32px;
            margin-bottom: 30px;
        }

        body.california-work .after-case-card {
            min-height: auto;
            border-radius: 28px;
            padding: 35px 25px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px 18px;
        }

        body.california-work .case-arrow {
            display: none;
        }

        body.california-work .case-step {
            position: static;
            transform: none;
        }

        body.california-work .case-circle-icon {
            margin-bottom: 12px;
        }
    }

    @media (max-width: 767px) {

        body.california-work .billing-cycle-content h2,
        body.california-work .billing-cycle-content h3 {
            font-size: 30px;
            line-height: 1.05;
        }

        body.california-work .billing-cycle-content>p {
            font-size: 16px;
        }

        body.california-work .billing-do-item {
            gap: 20px;
        }

        body.california-work .billing-do-item p {
            font-size: 17px;
        }

        body.california-work .billing-form-card {
            padding: 28px 24px 34px;
            border-radius: 20px;
        }

        body.california-work .why-matters-intro h2 {
            font-size: 30px;
        }

        body.california-work .why-matters-intro p {
            font-size: 18px;
        }

        body.california-work .why-matters-card {
            padding: 24px;
            border-radius: 24px;
            margin-bottom: 30px;
        }

        body.california-work .why-matters-image {
            height: 300px;
        }

        body.california-work .why-matters-content h3 {
            font-size: 24px;
            margin-bottom: 22px;
        }

        body.california-work .why-matters-content ul {
            padding-left: 25px;
        }

        body.california-work .why-matters-content ul li {
            font-size: 16px;
            margin-bottom: 14px;
        }

        body.california-work .free-lien-audit-wrap {
            border-radius: 24px;
            padding: 36px 24px;
        }

        body.california-work .free-lien-audit-content h2 {
            font-size: 30px;
        }

        body.california-work .free-lien-audit-content h3 {
            font-size: 22px;
        }

        body.california-work .free-lien-audit-form-card {
            padding: 26px 20px 22px;
        }

        body.california-work .compliance-cta-section {
            min-height: auto;
            padding: 75px 0;
        }

        body.california-work .compliance-cta-content h3 {
            font-size: 26px;
        }

        body.california-work .compliance-cta-content h2 {
            font-size: 28px;
        }

        body.california-work .compliance-badge {
            font-size: 25px;
            padding: 10px 24px;
            border-radius: 10px;
        }
    }

    @media (max-width: 576px) {
        body.california-work .after-case-title {
            font-size: 28px;
        }

        body.california-work .after-case-card {
            grid-template-columns: 1fr;
            gap: 26px;
            padding: 32px 20px;
        }

        body.california-work .case-step h3 {
            font-size: 16px;
        }

        body.california-work .case-circle-icon {
            width: 46px;
            height: 46px;
        }

        body.california-work .california-faq-box {
            padding: 34px 22px;
            border-radius: 24px;
        }

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

        body.california-work .california-faq-section .accordion-button {
            font-size: 18px;
            gap: 15px;
        }

        body.california-work .california-faq-section .accordion-body {
            font-size: 16px;
            padding: 14px 0 24px;
        }

        body.california-work .after-case-title {
            font-size: 28px;
        }

        body.california-work .after-case-card {
            grid-template-columns: 1fr;
            gap: 26px;
            padding: 32px 20px;
        }

        body.california-work .case-step h3 {
            font-size: 16px;
        }

        body.california-work .case-circle-icon {
            width: 46px;
            height: 46px;
        }
    }

    @media (max-width: 480px) {
        body.california-work .billing-cycle-section {
            padding: 45px 0 50px;
        }

        body.california-work .billing-cycle-content h2,
        body.california-work .billing-cycle-content h3 {
            font-size: 27px;
        }

        body.california-work .billing-do-item {
            align-items: flex-start;
            gap: 14px;
        }

        body.california-work .billing-icon {
            width: 56px;
            min-width: 56px;
            height: 40px;
            border-left-width: 12px;
        }

        body.california-work .billing-do-item p {
            font-size: 15px;
        }

        body.california-work .why-matters-intro h2 {
            font-size: 27px;
        }

        body.california-work .why-matters-intro p {
            font-size: 16px;
        }

        body.california-work .why-matters-card {
            padding: 18px;
            border-radius: 20px;
        }

        body.california-work .why-matters-image {
            height: 240px;
        }

        body.california-work .why-matters-content h3 {
            font-size: 21px;
        }

        body.california-work .why-matters-content ul li {
            font-size: 15px;
        }

        body.california-work .free-lien-audit-wrap {
            padding: 32px 18px;
            border-radius: 20px;
        }

        body.california-work .free-lien-audit-content h2 {
            font-size: 27px;
        }

        body.california-work .free-lien-audit-content h3 {
            font-size: 20px;
        }

        body.california-work .free-lien-audit-content p {
            font-size: 14px;
        }

        body.california-work .compliance-cta-content h3 {
            font-size: 22px;
        }

        body.california-work .compliance-cta-content h2 {
            font-size: 23px;
        }

        body.california-work .compliance-badge {
            font-size: 20px;
            padding: 10px 18px;
        }
    }