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

    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        font-family: "Poppins", sans-serif;
    }

    /* Top light blue area */
    .top-section {
        background-size: cover;
        background-position: center;
        padding: 48px 0;
        position: sticky;
        top: 10px;
        z-index: 99;
    }

    /* Navbar box */
    .custom-navbar {
        background: var(--white);
        border-radius: 18px;
        min-height: 72px;
        padding: 14px 24px;
    }

    .logo-placeholder {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--primary-blue);
        font-weight: 700;
        line-height: 1;
        font-size: 22px;
    }

    .logo-placeholder small {
        display: block;
        font-size: 14px;
        font-weight: 600;
    }

    .logo-icon {
        width: 34px;
        height: 34px;
        border: 4px solid var(--primary-blue);
        border-bottom: none;
        border-radius: 6px 6px 0 0;
        position: relative;
    }

    .logo-icon::before,
    .logo-icon::after {
        content: "";
        position: absolute;
        top: 8px;
        width: 4px;
        height: 24px;
        background: var(--primary-blue);
    }

    .logo-icon::before {
        left: 7px;
    }

    .logo-icon::after {
        right: 7px;
    }

    .call-btn {
        background: var(--primary-blue);
        color: var(--white);
        border: none;
        border-radius: 4px;
        padding: 11px 25px;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s ease;
    }

    .call-btn:hover {
        background: #0f7181;
        color: var(--white);
    }

    .site-footer {
        background-color: #ffffff;
        padding: 48px 0 40px;
        font-family: "Poppins", sans-serif;
    }

    .footer-row {
        max-width: 1160px;
        margin: 0 auto;
    }

    .footer-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 31px;
    }

    .footer-icon {
        /* width: 37px;
  height: 37px;
  flex: 0 0 37px;
  border-radius: 50%;
  border: 3px solid #0786a0;
  display: flex;
  align-items: center;
  justify-content: center; */
    }

    .footer-icon img {
        /* width: 22px;
  height: 22px; */
        object-fit: contain;
    }

    .footer-contact-item p,
    .footer-contact-item a {
        color: #000000;
        font-size: clamp(20px, 2.3vw, 23px);
        font-weight: 400;
        line-height: 1.25;
        margin: 0;
        text-decoration: none;
    }

    .footer-social {
        display: flex;
        gap: 13px;
        margin-left: 60px;
        margin-top: 22px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        background-color: #0786a0;
        color: #ffffff;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 18px;
        transition: 0.3s ease;
    }

    .footer-social a:hover {
        background-color: #056f84;
        color: #ffffff;
    }

    .footer-info {
        padding-top: 0;
    }

    .footer-logo {
        margin-bottom: 26px;
    }

    .footer-logo img {
        max-width: 310px;
        height: auto;
    }

    .footer-copy {
        font-weight: 800 !important;
        margin-bottom: 28px !important;
    }

    .footer-info p {
        color: #000000;
        font-size: clamp(17px, 1.8vw, 19px);
        font-weight: 400;
        line-height: 1.45;
        margin-bottom: 28px;
    }

    @media (max-width: 991px) {
        .top-section {
            padding: 32px 0;
        }

        .custom-navbar {
            border-radius: 16px;
        }

        .site-footer {
            text-align: center;
        }

        .footer-contact-item {
            justify-content: center;
        }

        .footer-social {
            justify-content: center;
            margin-left: 0;
            margin-bottom: 40px;
        }

        .footer-logo {
            text-align: center;
        }
    }

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

        .logo-placeholder {
            font-size: 18px;
        }

        .logo-placeholder small {
            font-size: 12px;
        }

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

        .site-footer {
            padding: 40px 0 32px;
        }

        .footer-contact-item {
            align-items: center;
            flex-direction: column;
            gap: 10px;
        }

        .footer-contact-item p,
        .footer-contact-item a {
            font-size: 20px;
        }

        .footer-info p {
            font-size: 16px;
        }
    }

/*back to top button*/
/* Floating Back To Top Button CSS */

.back-to-top-btn {
    position: fixed;
    left: 18px;
    bottom: 18px;
    /* width: 52px;
    height: 52px; */
    border: none;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 9999;
}

.back-to-top-btn img {
    /* width: 100%;
    height: 100%; */
    object-fit: contain;
    display: block;
}

.back-to-top-btn.show {
    display: block;
}

@media (max-width: 576px) {
    .back-to-top-btn {
        width: 44px;
        height: 44px;
        left: 12px;
        bottom: 12px;
    }
}


/*worker-camp navbar*/
body.california-work .top-section,
body.lien-management .top-section,
body.medical-bill .top-section,
body.worker-camp .top-section{
    background-position: center;
    padding: 48px 0;
    position: sticky;
    top: 0px;
    z-index: 99;
    background: linear-gradient(135deg,#e9f5fc 0%,#f3f5f5 50%,#e6f1f7 100%);
    /* background: url(../landingPages/image/body-bg.png); */
    /* background: #c6e4f6; */
    /* background: linear-gradient(90deg, #9fc0d8 0%, #c5d6e3 25%, #dfe5ea 60%, #f2f2f2 100%); */
    background-repeat: no-repeat;
    background-size: cover;
}