@font-face {
    font-family: "Inter";
    src: url("../../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    src: url("../../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
}

.website-home-page .website-features-section {
    padding: 28px 0 24px;
}

.website-home-page .website-features-section .container-fluidn {
    width: 90%;
    margin: 0 auto;
    padding: 0 !important;
}

.website-home-page .website-features-section__wrap {
    width: 100%;
    padding: 34px 28px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff7f7 0%, #fff1f1 100%);
}

.website-home-page .website-features-section__header {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.website-home-page .website-features-section__heading {
    margin: 0 0 12px;
    color: #181818;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none !important;
}

.website-home-page .website-features-section__intro {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

.website-home-page .website-features-section__intro p:last-child {
    margin-bottom: 0;
}

.website-home-page .website-features-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 18px;
}

.website-home-page .website-features-section__item {
    flex: 0 0 calc((100% - 90px) / 6);
    max-width: calc((100% - 90px) / 6);
    min-width: 0;
    text-align: center;
}

.website-home-page .website-features-section__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin-bottom: 14px;
}

.website-home-page .website-features-section__icon img {
    width: auto;
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
}

.website-home-page .website-features-section__title {
    margin: 0 0 10px;
    color: #181818;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none !important;
    overflow-wrap: anywhere;
}

.website-home-page .website-features-section__desc {
    margin: 0;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

@media (max-width: 1199.98px) {
    .website-home-page .website-features-section__item {
        flex-basis: calc((100% - 36px) / 3);
        max-width: calc((100% - 36px) / 3);
    }
}

@media (max-width: 991.98px) {
    .website-home-page .website-features-section .container-fluidn {
        width: 100%;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (max-width: 767.98px) {
    .website-home-page .website-features-section {
        padding: 24px 0;
    }

    .website-home-page .website-features-section .container-fluidn {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    .website-home-page .website-features-section__wrap {
        padding: 22px 16px;
    }

    .website-home-page .website-features-section__header {
        margin-bottom: 22px;
    }

    .website-home-page .website-features-section__heading {
        font-size: 24px;
    }

    .website-home-page .website-features-section__intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .website-home-page .website-features-section__list {
        gap: 24px 14px;
    }

    .website-home-page .website-features-section__item {
        flex-basis: calc((100% - 14px) / 2);
        max-width: calc((100% - 14px) / 2);
    }

    .website-home-page .website-features-section__icon {
        height: 44px;
        margin-bottom: 12px;
    }

    .website-home-page .website-features-section__icon img {
        max-width: 40px;
        max-height: 40px;
    }

    .website-home-page .website-features-section__title {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .website-home-page .website-features-section__desc {
        font-size: 12.8px;
        line-height: 1.55;
    }
}

@media (max-width: 575.98px) {
    .website-home-page .website-features-section .container-fluidn {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 359.98px) {
    .website-home-page .website-features-section__item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.website-home-page .grid figure img{
    opacity: 1;
}

body.website-home-page {
    --website-home-font-family: "Inter", sans-serif;
    font-family: var(--website-home-font-family) !important;
    letter-spacing: normal !important;
    font-weight: 400;
}

body.website-home-page :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    span,
    strong,
    b,
    em,
    small,
    label,
    li,
    button,
    input,
    select,
    textarea,
    summary
) {
    font-family: var(--website-home-font-family) !important;
    letter-spacing: normal !important;
    text-transform: none;
}

body.website-home-page :where(h1, h2, h3, h4, h5, h6) {
    color: inherit;
    font-weight: inherit;
    margin-top: 0;
}

body.website-home-page :where(p, span, strong, b, em, small, label, li) {
    transition: none;
}

body.website-home-page,
body.website-home-page button,
body.website-home-page input,
body.website-home-page select,
body.website-home-page textarea,
body.website-home-page .singroll-site-header,
body.website-home-page #main-wrapper,
body.website-home-page .modal-content,
body.website-home-page .store_notice {
    font-family: "Inter", sans-serif;
}
body.website-home-page .container-fluid {
    width: 90%;
    padding-right: 0%;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

body.website-home-page #home-promotions-section .promotions-section,
body.website-home-page .our-customer .our-customer-content {
    width: 100%;
    max-width: none;
}

.website-home-page #store_notice {
    display: none !important;
}

.website-home-page .fullheight_ads {
    display: none;
}

.website-home-page #navbar {
    top: 0 !important;
}

.website-home-page #list-home-banner {
    position: relative;
    z-index: 2;
    --home-hero-gutter-desktop: calc((100vw - 90vw) / 2);
    padding-block: 40px;
}

.website-home-page #list-home-banner .container-fluid {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.website-home-page .list-home-banner {
    margin-bottom: 0 !important;
    background: #fff;
}

.website-home-page .list-home-banner .slider-area {
    position: relative;
    overflow: visible;
}

.website-home-page .home-hero-slide {
    padding: 0;
}

.website-home-page .home-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 500px;
}

.website-home-page .home-hero-content {
    flex: 0 0 calc(50% - 16px);
    width: 100%;
    min-width: 0;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    position: relative;
    z-index: 2;
    opacity: 1 !important;
    text-align: left;
    isolation: isolate;
}

.website-home-page .home-hero-content::before,
.website-home-page .home-hero-content::after,
.website-home-page .home-hero-title::before,
.website-home-page .home-hero-title::after,
.website-home-page .home-hero-description::before,
.website-home-page .home-hero-description::after {
    content: none !important;
    display: none !important;
}

.website-home-page .home-hero-content,
.website-home-page .home-hero-content > * {
    opacity: 1 !important;
    visibility: visible;
    filter: none !important;
}

.website-home-page .home-hero-title,
.website-home-page .home-hero-description,
.website-home-page .home-hero-signup,
.website-home-page .home-hero-stats,
.website-home-page .home-hero-stat-item,
.website-home-page .home-hero-stat-icon,
.website-home-page .home-hero-stat-number,
.website-home-page .home-hero-stat-label {
    text-shadow: none !important;
    transform: none !important;
}

.website-home-page .home-hero-title {
    margin: 0 0 28px;
    font-family: "Inter", sans-serif !important;
    color: #050505;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 100%;
    text-wrap: pretty;
    overflow-wrap: anywhere;
}

.website-home-page .home-hero-description {
    margin: 0 0 30px;
    font-family: "Inter", sans-serif;
    color: #44464d;
    font-size: clamp(15px, 1.1vw, 17px);
    font-weight: 400;
    line-height: 1.52;
    letter-spacing: -0.01em;
    max-width: 520px;
    overflow-wrap: anywhere;
}

.website-home-page .home-hero-description h1,
.website-home-page .home-hero-description h2,
.website-home-page .home-hero-description h3,
.website-home-page .home-hero-description h4,
.website-home-page .home-hero-description h5,
.website-home-page .home-hero-description h6,
.website-home-page .home-hero-description .top-button-register,
.website-home-page .home-hero-description .top-button-login,
.website-home-page .home-hero-description .btn,
.website-home-page .home-hero-description a,
.website-home-page .home-hero-description button {
    display: none !important;
}

.website-home-page .home-hero-description p {
    margin-bottom: 0;
}

.website-home-page .home-hero-signup {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 256px;
    padding: 18px 32px;
    border: 1px solid #a80000;
    border-radius: 12px;
    background: #a80000;
    color: #fff !important;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(168, 0, 0, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.website-home-page .home-hero-signup:hover {
    background: #a80000;
    color: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 18px 28px rgba(168, 0, 0, 0.2);
}

.website-home-page .home-hero-stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 660px;
    margin-top: 32px;
    padding-top: 0;
    align-items: stretch;
    justify-items: stretch;
    position: relative;
    z-index: 2;
    opacity: 1 !important;
}

.website-home-page .home-hero-stat-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    min-width: 0;
    min-height: 126px;
    padding: 0 14px;
    gap: 8px;
    opacity: 1 !important;
}

.website-home-page .home-hero-stat-item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #dddddd;
}

.website-home-page .home-hero-stat-item:first-child {
    padding-left: 0;
}

.website-home-page .home-hero-stat-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 0;
    color: #a80000;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.website-home-page .home-hero-stat-icon svg {
    width: 40px;
    height: 40px;
    display: block;
}

.website-home-page .home-hero-stat-number {
    font-family: "Inter", sans-serif;
    color: #a80000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 38px;
    font-size: clamp(24px, 1.9vw, 24px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
    text-align: center;
}
.website-home-page .home-hero-stat-number .count_plus {
    font-size: 0.9em;
}
.website-home-page .home-hero-stat-number .count_company,
.website-home-page .home-hero-stat-number .count_employee,
.website-home-page .home-hero-stat-number .count_company_s,
.website-home-page .home-hero-stat-number .count_employee_s,
.website-home-page .home-hero-stat-number .count_plus {
    display: inline-block;
    line-height: 1;
}

.website-home-page .home-hero-stat-label {
    margin-top: 0;
    font-family: "Inter", sans-serif;
    color: #3f4248;
    font-size: clamp(15px, 1.05vw, 16px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
    max-width: 140px;
    text-align: center;
    overflow-wrap: anywhere;
}

.website-home-page .home-hero-media {
    flex: 0 0 calc(50% - 16px);
    min-width: 0;
    max-width: calc(50% - 16px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 500px;
    width: 100%;
    padding-top: 0;
}

.website-home-page .home-hero-image {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    object-position: center right;
    transform: none !important;
    transition: none !important;
}

.website-home-page .list-home-banner .slick-slide img.home-hero-image,
.website-home-page .list-home-banner .slick-active img.home-hero-image {
    transform: none !important;
}

.website-home-page .home-banner .slick-prev,
.website-home-page .home-banner .slick-next {
    top: 50%;
    z-index: 3;
    background: rgba(17, 17, 17, 0.55);
    margin-top: -18px;
}

.website-home-page .home-banner .slick-prev {
    left: calc(var(--home-hero-gutter-desktop) * -1);
    border-radius: 0 5px 5px 0;
}

.website-home-page .home-banner .slick-next {
    right: calc(var(--home-hero-gutter-desktop) * -1);
    border-radius: 5px 0 0 5px;
}

@media (max-width: 1199.98px) {
    .website-home-page .home-hero-inner {
        gap: 28px;
        min-height: 460px;
    }

    .website-home-page .home-hero-content {
        flex-basis: calc(52% - 14px);
        max-width: none;
    }

    .website-home-page .home-hero-title {
        font-size: 40px;
        max-width: 100%;
        margin-bottom: 22px;
        line-height: 1.1;
    }

    .website-home-page .home-hero-description {
        font-size: 16px;
        max-width: 480px;
        margin-bottom: 28px;
    }

    .website-home-page .home-hero-media {
        flex-basis: calc(48% - 14px);
        max-width: calc(48% - 14px);
        min-height: 440px;
    }

    .website-home-page .home-hero-stats {
        max-width: 610px;
    }

    .website-home-page .home-hero-stat-item {
        min-height: 122px;
        padding: 0 12px;
    }

    .website-home-page .home-hero-stat-number {
        font-size: 20px;
        min-height: 36px;
    }

    .website-home-page .home-hero-stat-label {
        font-size: 15px;
        max-width: 126px;
    }
}

@media (max-width: 1099.98px) {
    .website-home-page .home-hero-title {
        font-size: 38px;
    }
}

@media (max-width: 991.98px) {
    .website-home-page #list-home-banner,
    .website-home-page .list-home-banner,
    .website-home-page .list-home-banner .slider-area {
        overflow-x: hidden;
    }

    .website-home-page #list-home-banner .container-fluid {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .website-home-page #list-home-banner {
        --home-hero-gutter-desktop: 24px;
        padding-block: 30px;
    }

    .website-home-page .home-hero-slide {
        padding: 0;
    }

    .website-home-page .home-hero-inner {
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .website-home-page .home-hero-content,
    .website-home-page .home-hero-media {
        flex-basis: 100%;
        max-width: 100%;
    }

    .website-home-page .home-hero-content {
        padding: 0;
        max-width: none;
        margin-top: 0;
    }

    .website-home-page .home-hero-title {
        font-size: 38px;
        max-width: 640px;
        line-height: 1.1;
        margin-bottom: 18px;
    }

    .website-home-page .home-hero-description {
        margin: 0 0 24px;
        font-size: 16px;
        max-width: none;
    }

    .website-home-page .home-hero-signup {
        margin-top: 0;
        min-width: 220px;
        padding: 16px 28px;
        font-size: 17px;
    }

    .website-home-page .home-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 0;
        max-width: 100%;
        margin-top: 24px;
    }

    .website-home-page .home-hero-stat-item {
        padding: 0 16px;
        min-height: 118px;
    }

    .website-home-page .home-hero-stat-item::before {
        display: none;
    }

    .website-home-page .home-hero-stat-number {
        min-height: 0;
    }

    .website-home-page .home-hero-stat-number {
        font-size: 24px;
    }

    .website-home-page .home-hero-stat-label {
        font-size: 15px;
        max-width: 140px;
    }

    .website-home-page .home-hero-media {
        min-height: 0;
        justify-content: center;
        align-items: center;
        order: 0;
        margin-top: 12px;
    }

    .website-home-page .home-hero-image {
        width: 100%;
        max-width: 700px;
        max-height: 320px;
        object-position: center;
    }

    .website-home-page .home-banner .slick-prev {
        left: -24px;
    }

    .website-home-page .home-banner .slick-next {
        right: -24px;
    }
}

@media (max-width: 575.98px) {
    .website-home-page #list-home-banner {
        padding-block: 20px;
    }

    .website-home-page #list-home-banner .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .website-home-page .list-home-banner {
        margin-bottom: 0 !important;
    }

    .website-home-page .home-hero-description {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.48;
    }

    .website-home-page .home-hero-inner {
        gap: 12px;
    }

    .website-home-page .home-hero-content {
        margin-top: 0;
    }

    .website-home-page .home-hero-title {
        font-size: 32px;
        line-height: 1.12;
        margin-bottom: 16px;
    }

    .website-home-page .home-hero-stats {
        gap: 10px 0;
        margin-top: 22px;
    }

    .website-home-page .home-hero-media {
        margin-top: 10px;
    }

    .website-home-page .home-hero-stat-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 8px;
    }

    .website-home-page .home-hero-stat-icon svg {
        width: 30px;
        height: 30px;
    }

    .website-home-page .home-hero-stat-number {
        font-size: 22px;
    }

    .website-home-page .home-hero-stat-label {
        font-size: 14px;
        max-width: 124px;
    }

    .website-home-page .home-hero-image {
        max-height: 240px;
    }

    .website-home-page .home-banner .slick-prev {
        left: -16px;
    }

    .website-home-page .home-banner .slick-next {
        right: -16px;
    }
}

@media (max-width: 420px) {
    .website-home-page .home-hero-title {
        font-size: 30px;
        line-height: 1.14;
    }

    .website-home-page .home-hero-image {
        max-height: 220px;
    }

    .website-home-page .home-hero-stats {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .website-home-page .home-hero-stat-item {
        min-height: 0;
        padding: 0;
    }
}

body.website-home-page #home-count-data-section .container-fluidn {
    margin-bottom: 0 !important;
}

body.website-home-page .website-client-section {
    padding: 0px 0 50px;
    margin: 0;
    min-height: 0;
    overflow: hidden;
}

body.website-home-page .website-client-section .website-client-shell {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

body.website-home-page .website-client-section .client-total-title {
    margin: 0 0 28px;
    color: #202124;
    font-size: clamp(18px, 1.65vw, 22px);
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    text-wrap: balance;
}

body.website-home-page .website-client-section .client-total-count,
body.website-home-page .website-client-section .client-total-plus {
    display: inline-block;
    color: #202124;
    font-weight: 700;
}

body.website-home-page .website-client-section #client_list {
    min-height: 0 !important;
    margin: 0;
    padding: 0;
}

body.website-home-page .website-client-section #client_list .home-client {
    min-height: 0 !important;
    margin: 0 auto;
}

body.website-home-page .website-client-section #client_list .slick-list {
    margin: 0 -8px;
    padding: 0 12px !important;
    overflow: hidden;
}

body.website-home-page .website-client-section #client_list .slick-track {
    display: flex !important;
    align-items: center;
    min-height: 0 !important;
}

body.website-home-page .website-client-section #client_list .slick-slide {
    height: auto !important;
    margin: 0 8px;
    width: auto !important;
}

body.website-home-page .website-client-section #client_list .slick-slide > div {
    height: 100%;
}

body.website-home-page .website-client-section #client_list .client-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 68px;
    min-height: 68px;
    padding: 10px 18px;
    margin: 0;
}

body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo {
    width: 230px;
}

body.website-home-page .website-client-section #client_list .client-logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

body.website-home-page .website-client-section #client_list .client-logo-media {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 160px;
    max-height: 48px !important;
    object-fit: contain;
    margin: 0 auto;
}

body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo .client-logo-media {
    max-width: 240px;
}

body.website-home-page .website-client-section #client_list .slick-prev,
body.website-home-page .website-client-section #client_list .slick-next {
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
    body.website-home-page .website-client-section {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    body.website-home-page .website-client-section .website-client-shell {
        padding: 0 18px;
    }

    body.website-home-page .website-client-section #client_list .slick-slide {
        margin: 0 6px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item {
        width: 174px;
        height: 64px;
        min-height: 64px;
        padding: 10px 14px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo {
        width: 208px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-media {
        max-width: 142px;
        max-height: 44px !important;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo .client-logo-media {
        max-width: 208px;
    }
}

@media (max-width: 575.98px) {
    body.website-home-page .website-client-section {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    body.website-home-page .website-client-section .website-client-shell {
        width: 100%;
        padding: 0 12px;
    }

    body.website-home-page .website-client-section .client-total-title {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.4;
    }

    body.website-home-page .website-client-section #client_list .slick-list {
        margin: 0 -4px;
        padding: 0 8px !important;
    }

    body.website-home-page .website-client-section #client_list .slick-slide {
        margin: 0 4px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item {
        width: 136px;
        height: 56px;
        min-height: 56px;
        padding: 8px 12px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo {
        width: 160px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-media {
        max-width: 118px;
        max-height: 40px !important;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo .client-logo-media {
        max-width: 150px;
    }
}

@media (max-width: 374.98px) {
    body.website-home-page .website-client-section .client-total-title {
        font-size: 16px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item {
        width: 120px;
        padding: 8px 10px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo {
        width: 144px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-media {
        max-width: 104px;
        max-height: 36px !important;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo .client-logo-media {
        max-width: 134px;
    }
}

body.website-home-page .singroll-home-hr-payroll,
body.website-home-page .singroll-home-why-choose,
body.website-home-page .singroll-home-updates,
body.website-home-page .singroll-home-faq {
    padding: 32px 0;
}

body.website-home-page .singroll-home-hr-payroll__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 48px;
    align-items: center;
}

body.website-home-page .singroll-home-hr-payroll__content {
    min-width: 0;
}

body.website-home-page .singroll-home-hr-payroll__title,
body.website-home-page .singroll-home-why-choose__title,
body.website-home-page .singroll-home-updates__title,
body.website-home-page .singroll-home-faq__title {
    margin: 0;
    color: #171717;
    font-family: "Inter", sans-serif !important;
    font-size: clamp(30px, 2.8vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em !important;
}

body.website-home-page .singroll-home-hr-payroll__description,
body.website-home-page .singroll-home-why-choose__description {
    margin: 18px 0 0;
    color: #555b66;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}

body.website-home-page .singroll-home-hr-payroll__list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

body.website-home-page .singroll-home-hr-payroll__list li {
    position: relative;
    padding-left: 28px;
    color: #23262d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

body.website-home-page .singroll-home-hr-payroll__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border: 2px solid #a80000;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #fff;
    background: #a80000;
}

body.website-home-page .singroll-home-hr-payroll__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    margin-top: 30px;
    padding: 16px 26px;
    border-radius: 12px;
    border: 1px solid #a80000;
    background: #a80000;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(168, 0, 0, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.website-home-page .singroll-home-hr-payroll__cta:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(168, 0, 0, 0.2);
}

body.website-home-page .singroll-home-hr-payroll__media {
    position: relative;
    min-width: 0;
    padding: 24px;
    border: 1px solid #f0dede;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff8f8 0%, #ffffff 100%);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}

body.website-home-page .singroll-home-hr-payroll__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
}

body.website-home-page .singroll-home-hr-payroll__badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #a80000;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

body.website-home-page .singroll-home-why-choose__header,
body.website-home-page .singroll-home-updates__header,
body.website-home-page .singroll-home-faq__header {
    margin-bottom: 24px;
    text-align: center;
}

body.website-home-page .singroll-home-why-choose__description {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

body.website-home-page .singroll-home-why-choose__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.website-home-page .singroll-home-why-choose__card,
body.website-home-page .singroll-home-updates__card,
body.website-home-page .singroll-home-faq__item {
    border: 1px solid #eee3e3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
}

body.website-home-page .singroll-home-why-choose__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    padding: 24px 20px;
}

body.website-home-page .singroll-home-why-choose__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border: 1px solid rgba(168, 0, 0, 0.18);
    border-radius: 18px;
    color: #a80000;
    background: #fff9f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
}

body.website-home-page .singroll-home-why-choose__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

body.website-home-page .singroll-home-why-choose__card-title {
    margin: 0;
    color: #171717;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

body.website-home-page .singroll-home-why-choose__card-description {
    margin: 12px 0 0;
    color: #5a616d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

body.website-home-page .singroll-home-updates__row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

body.website-home-page .singroll-home-updates__card {
    min-height: 176px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.website-home-page .singroll-home-updates__card:hover {
    transform: translateY(-2px);
    border-color: #f0cccc;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.08);
}

body.website-home-page .singroll-home-updates__card-title {
    color: #1b1d22;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

body.website-home-page .singroll-home-updates__card-date {
    margin-top: 18px;
    color: #6a7280;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

body.website-home-page .singroll-home-updates__card--action {
    align-items: flex-start;
    justify-content: center;
    background: #fff8f8;
}

body.website-home-page .singroll-home-updates__arrow {
    margin-top: 16px;
    color: #a80000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

body.website-home-page .singroll-home-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    gap: 24px;
    align-items: start;
}

body.website-home-page .singroll-home-faq__accordion {
    display: grid;
    gap: 14px;
}

body.website-home-page .singroll-home-faq__item {
    overflow: hidden;
}

body.website-home-page .singroll-home-faq__question {
    list-style: none;
    cursor: pointer;
    padding: 20px 24px;
    color: #1a1c22;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    position: relative;
}

body.website-home-page .singroll-home-faq__question::-webkit-details-marker {
    display: none;
}

body.website-home-page .singroll-home-faq__question::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #a80000;
    font-size: 24px;
    font-weight: 400;
}

body.website-home-page .singroll-home-faq__item[open] .singroll-home-faq__question::after {
    content: "\2212";
}

body.website-home-page .singroll-home-faq__answer {
    padding: 0 24px 20px;
}

body.website-home-page .singroll-home-faq__answer p {
    margin: 0;
    color: #59606d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}

body.website-home-page .singroll-home-faq__support {
    padding: 28px 24px;
    border: 1px solid #f5dada;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff5f5 0%, #fff0f0 100%);
    box-shadow: 0 16px 36px rgba(168, 0, 0, 0.08);
}

body.website-home-page .singroll-home-faq__support-title {
    margin: 0;
    color: #171717;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

body.website-home-page .singroll-home-faq__support-description {
    margin: 14px 0 0;
    color: #5b616d;
    font-size: 16px;
    line-height: 1.65;
}

body.website-home-page .singroll-home-faq__support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

body.website-home-page .singroll-home-faq__support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid #a80000;
    color: #a80000 !important;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.website-home-page .singroll-home-faq__support-button:hover {
    background: #a80000;
    color: #fff !important;
    transform: translateY(-1px);
}

body.website-home-page .website-compliance-section {
    padding: 70px 0 40px;
}

body.website-home-page .website-compliance-container,
body.website-home-page .website-why-singroll-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

body.website-home-page .website-compliance-header {
    margin-bottom: 40px;
    text-align: center;
}

body.website-home-page .website-compliance-title,
body.website-home-page .website-why-singroll-title {
    margin: 0;
    color: #111318;
    font-family: "Inter", sans-serif !important;
    font-size: clamp(36px, 3vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.035em !important;
}

body.website-home-page .website-compliance-title,
body.website-home-page .website-why-singroll-title,
body.website-home-page #home-pricing-data .section-tittle h1,
body.website-home-page #home-guide-data .section-tittle h1,
body.website-home-page .our-customer .section-tittle h3,
body.website-home-page .singroll-home-updates__title,
body.website-home-page .singroll-home-faq__title {
    margin-top: 0;
    color: #111318;
    font-family: "Inter", sans-serif !important;
    font-size: clamp(36px, 3vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0 !important;
}

body.website-home-page .website-compliance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.website-home-page .website-compliance-grid {
    gap: 20px;
    align-items: stretch;
}

body.website-home-page .website-compliance-card {
    min-width: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
}

body.website-home-page .website-compliance-icon,
body.website-home-page .website-why-singroll-icon {
    flex: 0 0 36px;
    color: #f0142f;
}

body.website-home-page .website-compliance-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-top: 2px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
}

body.website-home-page .website-compliance-icon img,
body.website-home-page .website-why-singroll-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.website-home-page .website-compliance-icon svg,
body.website-home-page .website-why-singroll-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.website-home-page .website-compliance-content,
body.website-home-page .website-why-singroll-content {
    min-width: 0;
}

body.website-home-page .website-compliance-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

body.website-home-page .website-compliance-card-title,
body.website-home-page .website-why-singroll-item-title {
    margin: 0 0 4px;
    color: #111318;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

body.website-home-page .website-compliance-card-title {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    white-space: normal;
}

body.website-home-page .website-compliance-description,
body.website-home-page .website-why-singroll-item-description,
body.website-home-page .website-why-singroll-description {
    margin: 0;
    color: #343840;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

body.website-home-page .website-compliance-description {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    white-space: normal;
}

body.website-home-page .website-why-singroll-section {
    padding: 0 0 32px;
}

body.website-home-page .website-why-singroll-shell {
    margin-top: 40px;
    padding: 40px 32px 52px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff9f9 0%, rgba(240, 20, 47, 0.035) 100%);
}

body.website-home-page .website-why-singroll-header {
    margin-bottom: 40px;
    text-align: center;
}

body.website-home-page .website-why-singroll-description {
    max-width: 860px;
    margin: 16px auto 0;
}

body.website-home-page .website-why-singroll-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 20px;
    align-items: stretch;
}

body.website-home-page .website-why-singroll-item {
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.07);
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) {
    body.website-home-page .website-why-singroll-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        border-color: rgba(240, 20, 47, 0.2);
    }
}

body.website-home-page .website-why-singroll-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    color: #f0142f;
    margin-top: 2px;
}

body.website-home-page .website-why-singroll-content {
    flex: 1;
    min-width: 0;
}

body.website-home-page .website-why-singroll-item-title {
    margin: 0 0 6px;
    color: #111318;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

body.website-home-page .website-why-singroll-item-description {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body.website-home-page .website-why-singroll-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px 18px;
    }

    body.website-home-page .website-why-singroll-item {
        padding: 16px;
        gap: 12px;
    }

    body.website-home-page .website-why-singroll-item-title {
        font-size: 16px;
    }

    body.website-home-page .website-why-singroll-item-description {
        font-size: 13.5px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body.website-home-page .website-why-singroll-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    body.website-home-page .website-why-singroll-item {
        padding: 18px 16px;
    }

    body.website-home-page .website-why-singroll-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: 100%;
        max-width: calc(50% - 8px);
        justify-self: center;
    }
}

@media (max-width: 1199.98px) {
    body.website-home-page .singroll-home-hr-payroll__inner {
        gap: 36px;
    }

    body.website-home-page .singroll-home-why-choose__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.website-home-page .singroll-home-updates__row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.website-home-page .website-compliance-title,
    body.website-home-page .website-why-singroll-title {
        font-size: clamp(34px, 4vw, 44px);
    }

    body.website-home-page .website-compliance-title,
    body.website-home-page .website-why-singroll-title,
    body.website-home-page #home-pricing-data .section-tittle h1,
    body.website-home-page #home-guide-data .section-tittle h1,
    body.website-home-page .our-customer .section-tittle h3,
    body.website-home-page .singroll-home-updates__title,
    body.website-home-page .singroll-home-faq__title {
        font-size: clamp(34px, 4vw, 44px);
    }

    body.website-home-page .website-compliance-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.website-home-page .singroll-home-hr-payroll,
    body.website-home-page .singroll-home-why-choose,
    body.website-home-page .singroll-home-updates,
    body.website-home-page .singroll-home-faq {
        padding: 28px 0;
    }

    body.website-home-page .singroll-home-hr-payroll .container-fluid,
    body.website-home-page .singroll-home-why-choose .container-fluid,
    body.website-home-page .singroll-home-updates .container-fluid,
    body.website-home-page .singroll-home-faq .container-fluid {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    body.website-home-page .singroll-home-hr-payroll__inner,
    body.website-home-page .singroll-home-faq__layout {
        grid-template-columns: 1fr;
    }

    body.website-home-page .singroll-home-hr-payroll__media {
        order: 2;
    }

    body.website-home-page .singroll-home-updates__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.website-home-page .website-compliance-section {
        padding-top: 56px;
        padding-bottom: 36px;
    }

    body.website-home-page .website-why-singroll-section {
        padding: 0 0 28px;
    }

    body.website-home-page .website-compliance-container,
    body.website-home-page .website-why-singroll-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.website-home-page .website-compliance-card {
        min-height: 126px;
        padding: 22px 24px;
    }

    body.website-home-page .website-why-singroll-shell {
        margin-top: 38px;
        padding: 30px 24px 44px;
    }
}

@media (max-width: 767.98px) {
    body.website-home-page .singroll-home-hr-payroll__title,
    body.website-home-page .singroll-home-why-choose__title,
    body.website-home-page .singroll-home-updates__title,
    body.website-home-page .singroll-home-faq__title {
        font-size: 30px;
    }

    body.website-home-page .singroll-home-why-choose__grid,
    body.website-home-page .singroll-home-updates__row {
        grid-template-columns: 1fr;
    }

    body.website-home-page .singroll-home-updates__row {
        overflow-x: auto;
        grid-auto-flow: column;
        grid-auto-columns: minmax(250px, 84%);
        padding-bottom: 4px;
    }

    body.website-home-page .singroll-home-updates__card {
        min-height: 160px;
    }

    body.website-home-page .singroll-home-faq__support-title {
        font-size: 24px;
    }

    body.website-home-page .website-compliance-title,
    body.website-home-page .website-why-singroll-title {
        font-size: 34px;
    }

    body.website-home-page .website-compliance-title,
    body.website-home-page .website-why-singroll-title,
    body.website-home-page #home-pricing-data .section-tittle h1,
    body.website-home-page #home-guide-data .section-tittle h1,
    body.website-home-page .our-customer .section-tittle h3,
    body.website-home-page .singroll-home-updates__title,
    body.website-home-page .singroll-home-faq__title {
        font-size: 30px;
    }

    body.website-home-page .website-compliance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.website-home-page .website-why-singroll-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.website-home-page .website-why-singroll-item {
        padding: 16px;
        gap: 12px;
    }

    body.website-home-page .website-why-singroll-item:last-child:nth-child(odd) {
        grid-column: auto;
        max-width: 100%;
        justify-self: stretch;
    }

    body.website-home-page .website-compliance-header,
    body.website-home-page .website-why-singroll-header {
        margin-bottom: 32px;
    }

    body.website-home-page .website-compliance-card-title,
    body.website-home-page .website-why-singroll-item-title {
        font-size: 16px;
    }

    body.website-home-page .website-compliance-card-title {
        font-size: 16px;
    }

    body.website-home-page .website-compliance-description,
    body.website-home-page .website-why-singroll-item-description,
    body.website-home-page .website-why-singroll-description {
        font-size: 14px;
    }

    body.website-home-page .website-compliance-description {
        font-size: 14px;
    }

    body.website-home-page .website-why-singroll-shell {
        padding: 28px 22px 38px;
    }

    body.website-home-page .website-why-singroll-icon {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 575.98px) {
    body.website-home-page .singroll-home-hr-payroll .container-fluid,
    body.website-home-page .singroll-home-why-choose .container-fluid,
    body.website-home-page .singroll-home-updates .container-fluid,
    body.website-home-page .singroll-home-faq .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.website-home-page .singroll-home-hr-payroll__media {
        padding: 16px;
        border-radius: 18px;
    }

    body.website-home-page .singroll-home-hr-payroll__badge {
        right: 12px;
        bottom: 12px;
        font-size: 12px;
        padding: 9px 12px;
    }

    body.website-home-page .singroll-home-faq__question,
    body.website-home-page .singroll-home-faq__answer {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.website-home-page .singroll-home-faq__question {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
    }

    body.website-home-page .singroll-home-faq__answer {
        padding-bottom: 18px;
    }

    body.website-home-page .singroll-home-faq__support {
        padding: 22px 18px;
        border-radius: 20px;
    }

    body.website-home-page .singroll-home-faq__support-actions {
        flex-direction: column;
    }

    body.website-home-page .singroll-home-faq__support-button {
        width: 100%;
    }

    body.website-home-page .website-compliance-container,
    body.website-home-page .website-why-singroll-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.website-home-page .website-compliance-title,
    body.website-home-page .website-why-singroll-title {
        font-size: 25px;
    }

    body.website-home-page .website-compliance-title,
    body.website-home-page .website-why-singroll-title,
    body.website-home-page #home-pricing-data .section-tittle h1,
    body.website-home-page #home-guide-data .section-tittle h1,
    body.website-home-page .our-customer .section-tittle h3,
    body.website-home-page .singroll-home-updates__title,
    body.website-home-page .singroll-home-faq__title {
        font-size: 25px;
    }

    body.website-home-page .website-compliance-grid {
        grid-template-columns: 1fr;
    }

    body.website-home-page .website-compliance-card {
        min-height: 120px;
        padding: 18px 20px;
        gap: 14px;
    }

    body.website-home-page .website-compliance-icon {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }

    body.website-home-page .website-why-singroll-shell {
        margin-top: 34px;
        padding: 40px 18px 32px;
        border-radius: 18px;
    }

    body.website-home-page .website-why-singroll-item {
        gap: 12px;
    }

    body.website-home-page .website-why-singroll-icon {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }
}

body.website-home-page {
    --website-home-section-gap: 60px;
    --website-home-content-gap: 30px;
}

body.website-home-page .website-home-section {
    margin: 50px 0 0 !important;
    padding: 0 !important;
}

body.website-home-page .singroll-home-faq.website-home-section {
    margin-bottom: var(--website-home-section-gap) !important;
}

body.website-home-page .website-home-section > .container-fluid,
body.website-home-page .website-home-section > .container-fluidn,
body.website-home-page .website-home-section .website-compliance-container,
body.website-home-page .website-home-section .website-why-singroll-container,
body.website-home-page footer .footer-area .container-fluid,
body.website-home-page footer .row.align-items-center.footer-content {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

body.website-home-page #home-pricing-data .container-fluidn,
body.website-home-page #home-guide-data .container-fluidn {
    width: 100%;
    margin: 0;
    padding: 0;
}

body.website-home-page .website-home-section .features-section,
body.website-home-page .website-home-section .promotions-section,
body.website-home-page .website-home-section .our-customer-content {
    width: 100%;
    max-width: none;
    margin: 0;
}

body.website-home-page .website-home-section .section-tittle,
body.website-home-page .website-home-section .website-compliance-header,
body.website-home-page .website-home-section .website-why-singroll-header,
body.website-home-page .website-home-section .singroll-home-updates__header,
body.website-home-page .website-home-section .singroll-home-faq__header {
    margin: 0 0 var(--website-home-content-gap) !important;
    text-align: center;
}

body.website-home-page .website-home-guide-action {
    margin: var(--website-home-content-gap) 0 0;
    text-align: center;
}

body.website-home-page .website-home-customer-testimonials .website-home-customer-slider {
    margin: 0;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider {
    display: block !important;
    width: 100%;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider .slick-list {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider .slick-track {
    display: flex;
    align-items: stretch;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider .slick-slide {
    height: auto;
}

body.website-home-page .website-home-customer-testimonials .single-customer {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 10px !important;
    padding: 24px 36px 28px !important;
    min-height: 280px !important;
    max-height: none !important;
    height: auto !important;
    border: 1px solid #eee3e3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

body.website-home-page .website-home-customer-testimonials .single-customer:hover {
    border: 1px solid #a80000;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(168, 0, 0, 0.1);
}

body.website-home-page .website-home-customer-testimonials .single-customer > a {
    color: inherit;
    text-decoration: none !important;
}

body.website-home-page .website-home-customer-testimonials .single-customer .what-img {
    margin-bottom: 18px;
}

body.website-home-page .website-home-customer-testimonials .single-customer .what-img img {
    width: auto;
    max-width: 112px;
    height: 54px;
    margin: 0 auto 10px;
    border-radius: 0;
    object-fit: contain;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain;
    box-sizing: border-box;
}

body.website-home-page .website-home-customer-testimonials .single-customer h6,
body.website-home-page .website-home-customer-testimonials .single-customer h6 a,
body.website-home-page .website-home-customer-testimonials .single-customer h6 span {
    margin: 0;
    color: #4f5661 !important;
    font-family: var(--website-home-font-family);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none !important;
}

body.website-home-page .website-home-customer-testimonials .single-customer .what-cap {
    margin-top: 16px;
}

body.website-home-page .website-home-customer-testimonials .single-customer .what-cap p {
    margin: 0;
    color: #4b5563;
    font-family: var(--website-home-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
    overflow: visible;
}

body.website-home-page .website-home-customer-testimonials .single-customer > p {
    margin: 18px 0 0;
}

body.website-home-page .website-home-customer-testimonials .single-customer > p a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-content > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

body.website-home-page .website-home-promotions-section .wrap_promotion {
    margin: 0;
}

body.website-home-page .website-home-section .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

body.website-home-page .website-home-section .slick-dots {
    position: static !important;
    bottom: auto !important;
    margin-top: 24px !important;
}

body.website-home-page .website-home-customer-testimonials .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 24px 0 0 !important;
    padding: 0;
    gap: 8px;
}

body.website-home-page .website-home-customer-testimonials .slick-dots li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin: 0 !important;
}

body.website-home-page .website-home-customer-testimonials .slick-dots li button {
    width: 12px;
    height: 12px;
    margin-right: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    body.website-home-page {
        --website-home-section-gap: 42px;
        --website-home-content-gap: 40px;
    }

    body.website-home-page .website-home-section > .container-fluid,
    body.website-home-page .website-home-section > .container-fluidn,
    body.website-home-page .website-home-section .website-compliance-container,
    body.website-home-page .website-home-section .website-why-singroll-container,
    body.website-home-page footer .footer-area .container-fluid,
    body.website-home-page footer .row.align-items-center.footer-content {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    body.website-home-page .website-home-section .slick-dots {
        margin-top: 20px !important;
    }

    body.website-home-page .website-home-customer-testimonials .single-customer {
        min-height: 260px !important;
        padding: 18px 28px 24px !important;
    }
}

@media (max-width: 575.98px) {
    body.website-home-page {
        --website-home-section-gap: 35px;
        --website-home-content-gap: 35px;
    }

    body.website-home-page .website-home-section > .container-fluid,
    body.website-home-page .website-home-section > .container-fluidn,
    body.website-home-page .website-home-section .website-compliance-container,
    body.website-home-page .website-home-section .website-why-singroll-container,
    body.website-home-page footer .footer-area .container-fluid,
    body.website-home-page footer .row.align-items-center.footer-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.website-home-page .website-home-section .slick-dots {
        margin-top: 18px !important;
    }

    body.website-home-page .website-home-customer-testimonials .single-customer {
        margin: 0 6px !important;
        min-height: 0 !important;
        padding: 18px 22px 24px !important;
    }
}

/* ==========================================================================
   Home Page Comprehensive Responsive & Modal Polish
   ========================================================================== */

/* 1. Modal / Popup Form Responsive Styling (#popupAdv & #popupContactUS) */
#popupAdv .modal-dialog,
#popupContactUS .modal-dialog {
    width: 100% !important;
    max-width: 760px !important;
    margin: 28px auto !important;
    height: auto !important;
}

#popupAdv .modal-content,
#popupContactUS .modal-content {
    height: auto !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
    border: none;
}

#popupAdv .modal-header,
#popupContactUS .modal-header {
    padding: 18px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    align-items: center;
}

#popupAdv .modal-header strong,
#popupContactUS .modal-header strong {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

#popupAdv .modal-header .close,
#popupContactUS .modal-header .close {
    font-size: 24px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
    padding: 0;
    margin: 0;
}

#popupAdv .modal-header .close:hover,
#popupContactUS .modal-header .close:hover {
    opacity: 1;
}

#popupAdv .modal-body,
#popupContactUS .modal-body {
    padding: 24px !important;
    max-height: 82vh !important;
    overflow-y: auto !important;
}

#popupAdv .form-group,
#popupContactUS .form-group {
    margin-bottom: 16px !important;
}

#popupAdv .form-control,
#popupContactUS .form-control {
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 14px;
}

#popupAdv .btn-submit,
#popupContactUS .btn-submit {
    width: 100%;
    padding: 14px 20px;
    background: #a80000;
    border-color: #a80000;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(168, 0, 0, 0.2);
    transition: background 0.2s ease, transform 0.2s ease;
}

#popupAdv .btn-submit:hover,
#popupContactUS .btn-submit:hover {
    background: #870000;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    #popupAdv .modal-dialog,
    #popupContactUS .modal-dialog {
        max-width: 94% !important;
        margin: 16px auto !important;
    }

    #popupAdv .modal-body,
    #popupContactUS .modal-body {
        padding: 16px !important;
    }

    #popupAdv .form-group .row > label,
    #popupContactUS .form-group .row > label {
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 13.5px;
    }
}

/* 2. Account Setup Guide Section (#home-guide-data) Grid Styling */
body.website-home-page .home-guide-css {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 20px;
    list-style: none;
    padding-left: 0;
    margin: 0 0 24px;
}

body.website-home-page .home-guide-css .wrap-guide {
    width: 100% !important;
    height: auto !important;
    min-height: 148px;
    margin: 0 !important;
    padding: 16px 8px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px !important;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Home Page Uniform Card Box Border-Radius Standard (14px) */
body.website-home-page #home-pricing-data .tile-pricing,
body.website-home-page #home-pricing-data .tile_pricing-wrapper,
body.website-home-page #home-pricing-data .rounded-lg,
body.website-home-page .website-why-singroll-item,
body.website-home-page .home-guide-css .wrap-guide,
body.website-home-page .website-home-customer-testimonials .single-customer,
body.website-home-page .wrap-function {
    border-radius: 14px !important;
}

/* Subscriptions Pricing Cards Hover Effect on Home Page */
body.website-home-page #home-pricing-data .tile-pricing,
body.website-home-page #home-pricing-data .tile_pricing-wrapper {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) {
    body.website-home-page #home-pricing-data .tile_pricing-wrapper:hover .tile-pricing,
    body.website-home-page #home-pricing-data .tile_pricing-wrapper:hover,
    body.website-home-page #home-pricing-data .tile-pricing:hover {
        border-color: rgba(168, 0, 0, 0.22) !important;
        transform: translateY(-4px);
    }

    body.website-home-page .home-guide-css .wrap-guide:hover {
        border-color: rgba(168, 0, 0, 0.22) !important;
        box-shadow: 0 18px 38px rgba(17, 24, 39, 0.1) !important;
        transform: translateY(-4px);
    }
}

body.website-home-page .home-guide-css .guide-step-title {
    margin: 0 0 6px;
    color: #a80000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

body.website-home-page .home-guide-css .guide-step-icon {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}

body.website-home-page .home-guide-css .guide-step-icon img {
    height: 52px;
    width: auto;
    object-fit: contain;
}

body.website-home-page .home-guide-css .guide-step-name {
    margin: 0;
    color: #111318;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

@media (max-width: 1199.98px) {
    body.website-home-page .home-guide-css {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 767.98px) {
    body.website-home-page .home-guide-css {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.website-home-page .home-guide-css .wrap-guide:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: 100% !important;
        max-width: calc(50% - 6px);
        justify-self: center;
    }

    body.website-home-page .home-guide-css .wrap-guide {
        min-height: 132px;
        padding: 14px 8px;
    }

    body.website-home-page .home-guide-css .guide-step-name {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    body.website-home-page #home-guide-data .home-guide-css .wrap-guide:last-child:nth-child(odd) {
        grid-column: 1 / -1 !important;
        width: calc((100% - 12px) / 2) !important;
        max-width: 100% !important;
        justify-self: center !important;
    }
}

/* 3. Hero Slick Arrows & Overflow Guard */
@media (max-width: 991.98px) {
    body.website-home-page .home-banner .slick-prev {
        left: 4px !important;
        z-index: 10;
    }

    body.website-home-page .home-banner .slick-next {
        right: 4px !important;
        z-index: 10;
    }
}

body.website-home-page img,
body.website-home-page svg,
body.website-home-page video {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Home Page measured spacing, alignment, and slider sizing normalization
   ========================================================================== */

body.website-home-page {
    --website-home-section-gap: 60px;
    --website-home-content-gap: 32px;
    --website-home-container-width: 90%;
    --website-home-container-padding: 0px;
    overflow-x: visible !important;
    max-width: none;
}

body.website-home-page .website-home-section {
    margin: 50px 0 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.website-home-page .website-client-section {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
}

body.website-home-page .website-home-section > .container-fluid,
body.website-home-page .website-home-section > .container-fluidn,
body.website-home-page .website-home-section .website-compliance-container,
body.website-home-page .website-home-section .website-why-singroll-container,
body.website-home-page .website-client-section .website-client-shell {
    width: var(--website-home-container-width) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--website-home-container-padding) !important;
    padding-right: var(--website-home-container-padding) !important;
}

body.website-home-page .website-home-section .website-compliance-header,
body.website-home-page .website-home-section .website-why-singroll-header,
body.website-home-page .website-home-section .singroll-home-updates__header,
body.website-home-page .website-home-section .singroll-home-faq__header,
body.website-home-page .website-client-section .client-total-title {
    margin: 0 0 var(--website-home-content-gap) !important;
    padding: 0 !important;
    text-align: center;
}
body.website-home-page .website-home-section .section-tittle{
    margin: 0 0 30px !important;
}
body.website-home-page .website-home-section .section-tittle > :last-child,
body.website-home-page .website-home-section .website-compliance-header > :last-child,
body.website-home-page .website-home-section .website-why-singroll-header > :last-child,
body.website-home-page .website-home-section .singroll-home-updates__header > :last-child,
body.website-home-page .website-home-section .singroll-home-faq__header > :last-child,
body.website-home-page .website-client-section .client-total-title:last-child {
    margin-bottom: 0 !important;
}

body.website-home-page .website-home-section .section-tittle :where(h1, h2, h3, p),
body.website-home-page .website-home-section .website-compliance-header :where(h1, h2, h3, p),
body.website-home-page .website-home-section .website-why-singroll-header :where(h1, h2, h3, p),
body.website-home-page .website-home-section .singroll-home-updates__header :where(h1, h2, h3, p),
body.website-home-page .website-home-section .singroll-home-faq__header :where(h1, h2, h3, p) {
    margin-top: 0 !important;
}

body.website-home-page .singroll-home-hr-payroll__description,
body.website-home-page .website-why-singroll-description,
body.website-home-page .singroll-home-faq__support-description {
    margin-bottom: 0 !important;
}

body.website-home-page .singroll-home-hr-payroll__list {
    margin: var(--website-home-content-gap) 0 0 !important;
}

body.website-home-page .singroll-home-hr-payroll__cta {
    margin-top: var(--website-home-content-gap) !important;
}

body.website-home-page .website-compliance-grid,
body.website-home-page .website-why-singroll-grid,
body.website-home-page .singroll-home-updates__row,
body.website-home-page .home-guide-css {
    margin-top: 0 !important;
}

body.website-home-page .website-why-singroll-shell {
    margin-top: 0 !important;
}

body.website-home-page .website-home-guide-action {
    margin-top: var(--website-home-content-gap) !important;
}

body.website-home-page .features-section,
body.website-home-page .promotions-section,
body.website-home-page .website-home-testimonials-area,
body.website-home-page .website-home-testimonials-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.website-home-page .website-home-customer-testimonials > .container-fluid > div > .row,
body.website-home-page .website-home-customer-testimonials .website-home-testimonials-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.website-home-page .website-home-customer-testimonials > .container-fluid > div > .row > [class*="col-"],
body.website-home-page .website-home-customer-testimonials .website-home-testimonials-content > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.website-home-page .website-home-customer-testimonials .website-home-customer-slider {
    width: 100%;
    max-width: 100%;
    margin: 16px auto 0 !important;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider .slick-list {
    width: 100%;
    margin: 0 !important;
    padding: 0 0 18px !important;
    overflow: hidden;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider .slick-track {
    display: flex !important;
    align-items: stretch;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider .slick-slide {
    display: flex !important;
    height: auto !important;
    padding: 0 16px;
    box-sizing: border-box;
}

body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider .slick-slide > div {
    display: flex;
    width: 100%;
    height: 100%;
}

body.website-home-page .website-home-customer-testimonials .single-customer {
    width: 100%;
    height: 100% !important;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

body.website-home-page .website-home-customer-testimonials .slick-dots {
    margin-top: 24px !important;
}

body.website-home-page .website-client-section #client_list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

body.website-home-page .website-client-section #client_list .home-client {
    --website-client-slides: 6;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto !important;
}

body.website-home-page .website-client-section #client_list .home-client,
body.website-home-page .website-client-section #client_list .home-client div,
body.website-home-page .website-client-section #client_list .slick-list,
body.website-home-page .website-client-section #client_list .slick-track,
body.website-home-page .website-client-section #client_list .slick-slide,
body.website-home-page .website-client-section #client_list .slick-slide > div {
    height: auto !important;
}

body.website-home-page .website-client-section #client_list .slick-list {
    width: 100%;
    margin: 0 !important;
    padding: 0 34px !important;
    overflow: hidden;
}

body.website-home-page .website-client-section #client_list .slick-track {
    display: flex !important;
    align-items: center;
    min-width: 0;
}

body.website-home-page .website-client-section #client_list .slick-slide {
    width: calc(100% / var(--website-client-slides)) !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 8px;
    box-sizing: border-box;
}

body.website-home-page .website-client-section #client_list .slick-slide > div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

body.website-home-page .website-client-section #client_list .client-logo-item,
body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo {
    width: 100% !important;
    min-width: 0;
    height: 68px !important;
    min-height: 68px;
    max-width: none;
    margin: 0 !important;
    padding: 10px 12px;
    box-sizing: border-box;
}

body.website-home-page .website-client-section #client_list .client-logo-media,
body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo .client-logo-media {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 48px !important;
}

body.website-home-page .website-client-section #client_list .slick-prev,
body.website-home-page .website-client-section #client_list .slick-next {
    top: 50%;
    z-index: 4;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
}

body.website-home-page .website-client-section #client_list .slick-prev {
    left: 0 !important;
}

body.website-home-page .website-client-section #client_list .slick-next {
    right: 0 !important;
}

body.website-home-page .website-compliance-slider {
    position: relative;
}

body.website-home-page .website-compliance-slider.slick-initialized {
    display: block !important;
}

body.website-home-page .website-compliance-slider.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0 -10px;
    padding: 0 !important;
}

body.website-home-page .website-compliance-slider.slick-initialized .slick-track {
    display: flex !important;
    align-items: stretch;
}

body.website-home-page .website-compliance-slider.slick-initialized .slick-slide {
    display: flex !important;
    height: auto !important;
    padding: 0 10px;
    box-sizing: border-box;
}

body.website-home-page .website-compliance-slider.slick-initialized .slick-slide > div {
    display: flex;
    width: 100%;
    height: 100%;
}

body.website-home-page .website-compliance-slider.slick-initialized .website-compliance-card {
    width: 100%;
    height: 100%;
    min-height: 90px;
    padding: 18px;
    gap: 20px;
}
body.website-home-page .website-compliance-slider.slick-initialized .website-compliance-card.slick-slide {
    margin: 0 10px;
}
body.website-home-page .website-compliance-slider.slick-initialized .website-compliance-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
}

body.website-home-page .website-compliance-slider.slick-initialized .website-compliance-card-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.25;
}

body.website-home-page .website-compliance-slider.slick-initialized .website-compliance-description {
    font-size: 16px;
    line-height: 1.4;
}

body.website-home-page .website-compliance-slider.slick-initialized .slick-prev,
body.website-home-page .website-compliance-slider.slick-initialized .slick-next {
    top: 50%;
    z-index: 5;
    margin-top: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

body.website-home-page .website-compliance-slider.slick-initialized .slick-prev {
    left: -25px;
}

body.website-home-page .website-compliance-slider.slick-initialized .slick-next {
    right: -25px;
}

body.website-home-page .website-compliance-slider.slick-initialized .slick-prev:before,
body.website-home-page .website-compliance-slider.slick-initialized .slick-next:before {
    color: #111318;
    font-size: 20px;
    line-height: 20px;
    opacity: 0.78;
}

body.website-home-page .singroll-home-updates__row,
body.website-home-page .website-compliance-grid,
body.website-home-page .website-why-singroll-grid,
body.website-home-page .home-guide-css {
    align-items: stretch;
    grid-auto-rows: 1fr;
}

body.website-home-page .singroll-home-updates__card,
body.website-home-page .website-compliance-card,
body.website-home-page .website-why-singroll-item,
body.website-home-page .home-guide-css .wrap-guide {
    width: 100% !important;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
}

body.website-home-page .singroll-home-updates__row {
    overflow: visible !important;
    padding-bottom: 0 !important;
}

body.website-home-page #home-pricing-data .pricing-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}
body.website-home-page #home-pricing-data .pricing-slider .slick-slide {
    padding: 0 10px;
}
body.website-home-page #home-pricing-data .pricing-slider .slick-slide {
    display: flex !important;
    height: auto !important;
}

body.website-home-page #home-pricing-data .pricing-slider .slick-slide > div,
body.website-home-page #home-pricing-data .tile_pricing-wrapper,
body.website-home-page #home-pricing-data .tile-pricing {
    display: flex;
    width: 100%;
    height: 100%;
}

body.website-home-page #home-pricing-data .tile_pricing-wrapper,
body.website-home-page #home-pricing-data .tile-pricing {
    flex-direction: column;
}

body.website-home-page #home-pricing-data .tile_pricing-wrapper {
    position: relative !important;
    padding-top: 18px !important;
}

body.website-home-page #home-pricing-data .tile_pricing-wrapper > .tile_pricing-recommended {
    position: absolute !important;
    top: -8px !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    transform: none !important;
    z-index: 10 !important;
}

body.website-home-page #home-pricing-data .tile_pricing-wrapper > .tile_pricing-recommended .tile_pricing-recommended-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.website-home-page #home-pricing-data .tile_pricing-cta {
    margin-top: auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body.website-home-page {
        --website-home-section-gap: 60px;
        --website-home-content-gap: 32px;
        --website-home-container-width: 100%;
        --website-home-container-padding: 24px;
    }

    body.website-home-page .website-client-section #client_list .home-client {
        --website-client-slides: 4;
    }
}

@media (min-width: 992px) {
    body.website-home-page #home-guide-data .section-tittle,
    body.website-home-page .website-home-section .website-compliance-header,
    body.website-home-page .website-home-section .website-why-singroll-header,
    body.website-home-page .website-home-section .singroll-home-updates__header,
    body.website-home-page .website-home-section .singroll-home-faq__header {
        margin-bottom: 60px !important;
    }

    body.website-home-page #home-guide-data .home-guide-css {
        margin-bottom: 0 !important;
    }

    body.website-home-page #home-guide-data .website-home-guide-action {
        margin-top: 60px !important;
    }

    body.website-home-page .website-why-singroll-shell {
        padding-top: 60px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body.website-home-page .website-client-section #client_list .home-client {
        --website-client-slides: 5;
    }
}

@media (max-width: 767.98px) {
    body.website-home-page {
        --website-home-section-gap: 40px;
        --website-home-content-gap: 40px;
        --website-home-container-width: 100%;
        --website-home-container-padding: 16px;
    }

    body.website-home-page .website-client-section #client_list .home-client {
        --website-client-slides: 3;
    }

    body.website-home-page .website-client-section #client_list .slick-list {
        padding: 0 28px !important;
    }

    body.website-home-page .website-client-section #client_list .slick-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-item,
    body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo {
        height: 58px !important;
        min-height: 58px;
        padding: 8px 6px;
    }

    body.website-home-page .website-client-section #client_list .client-logo-media,
    body.website-home-page .website-client-section #client_list .client-logo-item.is-wide-logo .client-logo-media {
        max-height: 38px !important;
    }

    body.website-home-page .singroll-home-updates__row {
        grid-template-columns: 1fr !important;
        grid-auto-flow: row !important;
        grid-auto-columns: auto !important;
        gap: 20px;
    }

    body.website-home-page .singroll-home-updates__card {
        min-height: 156px;
    }

    body.website-home-page .home-guide-css .wrap-guide:last-child:nth-child(odd) {
        grid-column: auto !important;
        max-width: none !important;
        justify-self: stretch !important;
    }

    body.website-home-page .website-home-customer-testimonials .website-home-customer-slider {
        margin-top: 0px !important;
    }

    body.website-home-page .website-home-customer-testimonials .website-home-testimonials-slider .slick-slide {
        padding-left: 0;
        padding-right: 0;
    }

    body.website-home-page .website-home-customer-testimonials .single-customer {
        min-height: 0 !important;
    }
}

@media (max-width: 374.98px) {
    body.website-home-page .website-client-section #client_list .home-client {
        --website-client-slides: 2;
    }
}

/* Mobile home layout adjustments */
@media (max-width: 991.98px) {
    body.website-home-page .home-banner .slick-prev,
    body.website-home-page .home-banner .slick-next {
        top: clamp(260px, 45vw, 430px) !important;
        width: 36px;
        height: 36px;
        margin-top: 0 !important;
        transform: translateY(-50%);
        z-index: 12;
    }

    body.website-home-page .home-banner .slick-prev {
        left: 0 !important;
    }

    body.website-home-page .home-banner .slick-next {
        right: 0 !important;
    }

    body.website-home-page .website-compliance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    body.website-home-page .website-client-section #client_list .slick-list {
        box-sizing: border-box;
        margin-left: 30px !important;
        margin-right: 30px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.website-home-page .website-client-section #client_list .slick-prev,
    body.website-home-page .website-client-section #client_list .slick-next {
        width: 28px;
        height: 28px;
        z-index: 6;
    }

    body.website-home-page .website-client-section #client_list .slick-prev {
        left: -15px !important;
    }

    body.website-home-page .website-client-section #client_list .slick-next {
        right: -15px !important;
    }

    body.website-home-page .home-banner .slick-prev,
    body.website-home-page .home-banner .slick-next {
        top: clamp(205px, 58vw, 315px) !important;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized {
        display: block !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-list {
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 28px !important;
        padding: 0 !important;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-track {
        display: flex !important;
        align-items: stretch;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-slide {
        display: flex !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 8px;
        box-sizing: border-box;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-slide > div {
        display: flex;
        width: 100%;
        height: 100%;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .singroll-home-updates__card {
        min-height: 156px;
        height: 100%;
        box-shadow: unset;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-prev,
    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-next {
        top: 50%;
        width: 20px;
        height: 20px;
        z-index: 5;
        transform: translateY(-50%);
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-prev {
        left: 0;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-next {
        right: 0;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-prev:before,
    body.website-home-page .singroll-home-updates__row.slick-initialized .slick-next:before {
        color: #111318;
        font-size: 20px;
        line-height: 20px;
        opacity: 0.78;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .slick-list {
        box-sizing: border-box;
        margin: 0 28px !important;
        padding: 0 !important;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .slick-slide {
        margin: 0 !important;
        padding: 0 8px;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .website-compliance-card {
        min-height: 90px;
        padding: 18px;
        gap: 14px;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .website-compliance-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .website-compliance-card-title {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.25;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .website-compliance-description {
        font-size: 14px;
        line-height: 1.4;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .slick-prev,
    body.website-home-page .website-compliance-slider.slick-initialized .slick-next {
        width: 20px;
        height: 20px;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .slick-prev {
        left: 0;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .slick-next {
        right: 0;
    }

    body.website-home-page .website-compliance-slider.slick-initialized .slick-prev:before,
    body.website-home-page .website-compliance-slider.slick-initialized .slick-next:before {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 369.98px) {
    body.website-home-page .home-banner .slick-prev,
    body.website-home-page .home-banner .slick-next {
        display: none !important;
    }

    body.website-home-page .website-compliance-grid {
        grid-template-columns: 1fr !important;
    }

    body.website-home-page .singroll-home-faq__question {
        padding: 18px 50px 18px 18px;
        font-size: 16px;
        line-height: 1.45;
        overflow-wrap: break-word;
    }

    body.website-home-page .singroll-home-faq__question::after {
        right: 18px;
        font-size: 22px;
        line-height: 1;
    }

    body.website-home-page .singroll-home-faq__answer {
        padding: 0 18px 18px;
    }
}

@media (max-width: 767.98px) {
    body.website-home-page .singroll-home-hr-payroll__title {
        text-align: center;
    }

    body.website-home-page #list-home-banner .home-banner .slick-prev,
    body.website-home-page #list-home-banner .home-banner .slick-next {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    body.website-home-page .home-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px 0;
    }

    body.website-home-page .home-hero-stat-item {
        min-height: 108px;
        padding: 0 8px !important;
    }
}

@media (max-width: 420px) {
    body.website-home-page .home-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px 0;
    }
}

body.website-home-page .singroll-home-updates.website-home-section {
    margin-top: 34px !important;
}

body.website-home-page .singroll-home-updates + .singroll-home-faq.website-home-section {
    margin-top: 34px !important;
}

body.website-home-page .website-home-section .singroll-home-updates__header {
    margin-bottom: 28px !important;
}

body.website-home-page .singroll-home-updates__card {
    min-height: 132px;
    padding: 18px 16px;
}

body.website-home-page .singroll-home-updates__card-date {
    margin-top: 12px;
}

body.website-home-page #showImageUpgradesModal .model-footer {
    display: none !important;
}

@media (max-width: 991.98px) {
    body.website-home-page .singroll-home-updates.website-home-section,
    body.website-home-page .singroll-home-updates + .singroll-home-faq.website-home-section {
        margin-top: 28px !important;
    }

    body.website-home-page .website-home-section .singroll-home-updates__header {
        margin-bottom: 22px !important;
    }

    body.website-home-page .singroll-home-updates__card {
        min-height: 124px;
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    body.website-home-page .singroll-home-updates.website-home-section,
    body.website-home-page .singroll-home-updates + .singroll-home-faq.website-home-section {
        margin-top: 24px !important;
    }

    body.website-home-page .website-home-section .singroll-home-updates__header {
        margin-bottom: 18px !important;
    }

    body.website-home-page .singroll-home-updates__row.slick-initialized .singroll-home-updates__card,
    body.website-home-page .singroll-home-updates__card {
        min-height: 118px;
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    body.website-home-page #home-promotions-section .wrap-promotions-mobile {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: visible;
    }

    body.website-home-page #home-promotions-section .wrap-promotions-mobile .slick-list {
        height: auto !important;
        overflow: hidden;
    }

    body.website-home-page #home-promotions-section .wrap-promotions-mobile .slick-track {
        display: flex !important;
        align-items: flex-start;
        height: auto !important;
    }

    body.website-home-page #home-promotions-section .wrap-promotions-mobile .slick-slide,
    body.website-home-page #home-promotions-section .wrap-promotions-mobile .slick-slide > div,
    body.website-home-page #home-promotions-section .wrap-promotions-mobile .wrap-content-adverts,
    body.website-home-page #home-promotions-section .wrap-promotions-mobile .grid,
    body.website-home-page #home-promotions-section .wrap-promotions-mobile figure,
    body.website-home-page #home-promotions-section .wrap-promotions-mobile .wrap-function,
    body.website-home-page #home-promotions-section .wrap-promotions-mobile .wrap-function a {
        height: auto !important;
        min-height: 0 !important;
        box-sizing: border-box;
    }

    body.website-home-page #home-promotions-section .wrap-promotions-mobile .slick-slide {
        padding-left: 0;
        padding-right: 0;
    }

    body.website-home-page #home-promotions-section .wrap-promotions-mobile .wrap-content-adverts {
        margin-left: 0;
        margin-right: 0;
    }

    body.website-home-page #home-promotions-section .wrap-promotions-mobile figure {
        width: 100%;
        margin: 0;
        background: transparent;
    }

    body.website-home-page #home-promotions-section .wrap-promotions-mobile .wrap-function,
    body.website-home-page #home-promotions-section .wrap-promotions-mobile .wrap-function a {
        display: block;
        width: 100%;
    }

    body.website-home-page #home-promotions-section .wrap-promotions-mobile img,
    body.website-home-page #home-promotions-section .wrap-promotions-mobile div img,
    body.website-home-page #home-promotions-section .wrap-promotions-mobile .img-fluid {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
}

@media (max-width: 767.98px) {
    body.website-home-page #home-guide-data .home-guide-css .wrap-guide:last-child:nth-child(odd) {
        grid-column: 1 / -1 !important;
        width: calc((100% - 12px) / 2) !important;
        max-width: 100% !important;
        justify-self: center !important;
    }
}
