/* Global Css Start */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
}


html {
    font-size: 16px;
}

/* Font Face */

/* Season Mix */
@font-face {
    font-family: "Season Mix";
    src: url("../fonts/Season Mix/SeasonMix-TRIAL-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Season Mix";
    src: url("../fonts/Season Mix/SeasonMix-TRIAL-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Season Sans */
@font-face {
    font-family: "Season Sans";
    src: url("../fonts/Season Sans/SeasonSans-TRIAL-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Season Sans";
    src: url("../fonts/Season Sans/SeasonSans-TRIAL-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Global Veriable */
:root {
    --color-bg-50:#FFEC71;
    --color-bg-100:#183E3D;
    --color-bg-150:#FFED77;
    --color-bg-250:#FF934F;
    --color-bg-300:#0D0A08;
    --color-bg-350:#DB542A;
    --color-bg-400:#F3E8D4;
    --color-bg-450:#5FDDBA;
    --color-bg-500:#AFEDDB;
    --color-bg-550:#F4F4F1;
    --color-bg-600:#FAFAF9;
    --color-bg-black: #000000;
    --color-bg-white: #ffffff;
    --zamp-tx-white: #fff;
    --zamp-tx-black: #000;
    --zamp-tx-sex-black: #181818;
    --green-dark: #183E3D;
    --color-link-hover-50:#838383;
    --color-bg-hover-50:#ECEBEB;
    --btn-fill-bg-hover-state: #004B2B;
    --btn-outline-bg-hover-state: #00A072;
    --btn-fill-new-bg-hover-state: #323232;
    --btn-outline-new-bg-hover-state: #ECEBEB;
    --season-mix: "Season Mix";
    --season-sans: "Season Sans";
}

/* Layout */
.zamp_container {
    width: 100%;
    max-width: 83.75rem;
    margin: 0 auto;
}

.zamp_footer_container {
    width: 100%;
    max-width: 81.25rem;
    margin: 0 auto;
}

.zamp_container_md {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}

/* Single Extra Css */
.tx_wht, .tx_wht h1, .tx_wht h2, .tx_wht h3, .tx_wht h4, .tx_wht h5, .tx_wht h6, .tx_wht p, .tx_wht ul li {
    color: var(--zamp-tx-white);
}

.bg-grey {
    background: #FAFAF9;
}

.wd_100 {
    line-height: 0;
}

/* Body Text Size */
.body_xxl {
    font-family: var(--season-sans);
    font-size: 1.375rem;
    line-height: 1.925rem;
    letter-spacing: .0413rem;
}

.body_xl {
    font-family: var(--season-sans);
    font-size: 1.25rem;
    line-height: 1.825rem;
    letter-spacing: .0375rem;
}

.body_lg {
    font-family: var(--season-sans);
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0.03375rem;
}

.body_md {
    font-family: var(--season-sans);
    font-size: 1rem;
    line-height: 1.4rem;
    letter-spacing: .03rem;
    font-weight: 500;
}

.body_sm {
    font-family: var(--season-sans);
    font-size: .875rem;
    line-height: 1.225rem;
    letter-spacing: .0262rem;
}

@media only screen and (max-width:64rem) {
    .body_xxl {
        font-size: 1.125rem;
        line-height: 1.625rem;
        letter-spacing: .0413rem;
    }

    .body_xl {
        font-size: 1.0625rem;
        line-height: 1.5rem;
        letter-spacing: .0375rem;
    }

    .body_lg {
        font-size: 1rem;
        line-height: 1.4375rem;
        letter-spacing: .0338rem;
    }

    .body_md {
        font-size: .875rem;
        line-height: 1.25rem;
        letter-spacing: .03rem;
    }

}

/* Heading Size */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--season-mix);
}

h1, .heading-h1 {
    font-size: 4.5rem;
    line-height: 5.13rem;
    letter-spacing: -0.045rem;
    color: var(--color-bg-black);
}

h2, .heading-h2 {
    font-size: 4rem;
    line-height: 118%;
    letter-spacing: -0.04rem;
    color: var(--color-bg-black);
}

h3, .heading-h3 {
    font-size: 3.5rem;
    line-height: 3.85rem;
    letter-spacing: -0.035rem;
    font-weight: 400;
    color: var(--color-bg-black);
}

h4, .subheading-h4 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: var(--color-bg-black);
}

h5, .subheading-h5 {
    font-size: 2rem;
    line-height: 2.44rem;
    color: var(--color-bg-black);
}

h6, .subheading-h6 {
    font-size: 1.5rem;
    line-height: 1.86rem;
    color: var(--color-bg-black);
}

@media only screen and (max-width:64rem) {
    h1, .heading-h1 {
        font-size: 3.5rem;
        line-height: 4rem;
        letter-spacing: -0.045rem;
    }

    h2, .heading-h2 {
        font-size: 3rem;        /* line-height: 3.5rem; */
        letter-spacing: -0.04rem;
    }

    h3, .heading-h3 {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: -0.035rem;
    }

    h4, .subheading-h4 {
        font-size: 2rem;
        line-height: 2.375rem;
    }

    h5, .subheading-h5 {
        font-size: 1.625rem;
        line-height: 2.0625rem;
    }

    h6, .subheading-h6 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

}

@media only screen and (max-width:47.9375rem) {
    h1, .heading-h1 {
        font-size: 2.625rem;
        line-height: 3.125rem;
        letter-spacing: -0.045rem;
    }

    h2, .heading-h2 {
        font-size: 2.25rem;        /* line-height: 2.75rem; */
        letter-spacing: -0.04rem;
    }

    h3, .heading-h3 {
        font-size: 2rem;
        line-height: 2.375rem;
        letter-spacing: -0.035rem;
    }

    h4, .subheading-h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    h5, .subheading-h5 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    h6, .subheading-h6 {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

}

/* Global Spacings */
.zamp_px {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}

.zamp_py {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.zamp_py_80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.mx-100 {
    max-width: 100%;
    height: auto;
}

.zamp_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width:64rem) {
    .zamp_px {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    .zamp_py {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .zamp_sub_label_btn {
        margin-bottom: .9375rem;
    }

    .zamp_flex {
        row-gap: 1.875rem;
    }

}

@media only screen and (max-width:47.9375rem) {
    .zamp_px {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .zamp_py {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .zamp_flex {
        row-gap: 1.25rem;
    }

    .zamp_py_80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

/* Sub Yellow Label */
.zamp_sub_label_btn {
    font-family: var(--season-sans);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.225rem;
    letter-spacing: .0262rem;
    color: #0A0A0A !important;
    padding: .5rem 1.0625rem;
    border-radius: 6.25rem;
    background: var(--color-bg-50);
    display: inline-block;
    margin-bottom: 1.5625rem;
}

@media only screen and (max-width:64rem) {
    .zamp_sub_label_btn {
        margin-bottom: .9375rem;
    }

}

.zamp_btn_black, .zamp_btn_white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .625rem 1.1875rem;
    font-family: var(--season-sans);
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.06rem;
    text-decoration: none;
    border: .0531rem solid var(--color-bg-black);
    cursor: pointer;
}

.zamp_btn_black:focus {
    color: var(--color-bg-white);
}

.zamp_btn_white:focus {
    color: var(--color-bg-black);
}

.zamp_btn_black {
    background-color: var(--color-bg-black);
    color: var(--color-bg-white);
}

.zamp_btn_black:hover {
    background-color: var(--btn-fill-new-bg-hover-state);
    color: #fff;
    border-color: var(--btn-fill-new-bg-hover-state);
}

.zamp_btn_white {
    background-color: var(--color-bg-white);
    color: var(--color-bg-black);
}

.zamp_btn_white:hover {
    background-color: var(--btn-outline-new-bg-hover-state);
    color: var(--color-bg-black);
    border-color: var(--btn-outline-new-bg-hover-state);
}

@media only screen and (max-width:64rem) {
    .zamp_btn_white {
        display: inline-flex;
    }

}

/* Global Button */
.zamp_buttons {
    position: relative;
    line-height: 0;
    display: inline-block;
}

.zamp_btn {
    position: relative;
    padding: .6875rem 1.125rem;
    margin: 0rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s all;
    overflow: hidden;
    border: solid .0625rem transparent;
    border-radius: 0rem;
    background-color: var(--color-bg-black);
    color: var(--zamp-tx-white);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: .02rem;
    font-family: var(--season-sans);
}

.zamp_buttons .zamp_btn:hover {
    background: var(--btn-fill-new-bg-hover-state);
    border-color: var(--btn-fill-new-bg-hover-state);
    color: #fff;
}

.zamp_buttons .zamp_wht_btn {
    color: var(--zamp-tx-black);
    background-color: var(--color-bg-white);
}

.zamp_buttons .zamp_wht_btn:hover {
    background: transparent;
    border: solid .0625rem var(--zamp-tx-white);
    color: var(--zamp-tx-white) !important;
}

.split_btn_white .btn_main, .split_btn_white .btn_icon {
    background: #fff;
    color: #000;
}

.split_btn_white .btn_icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(14%) hue-rotate(273deg) brightness(99%) contrast(104%);
}

.split_btn {

    /* --main-w: 0rem;
    --icon-w: 0rem;
    --gap: .125rem; */
    display: inline-flex;
    position: relative;
    text-decoration: none;
    font-family: var(--season-sans);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
}

.btn_main, .btn_icon {
    background: #0D0A08;
    color: #fff;
    padding: 1.0625rem 1.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn_main {
    margin-right: var(--gap);
    z-index: 2;
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}

.btn_icon {
    min-width: auto;
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}

.split_btn:hover .btn_main {
    transform: translateX(calc(var(--icon-w) + var(--gap)));
}

.split_btn:hover .btn_icon {
    transform: translateX(calc(-1 * (var(--main-w) + var(--gap))));
}

.zamp_ts_btn_wi_out_btn {
    background: transparent !important;
    color: #0B0A0A !important;
    border: none !important;
    padding: 0 !important;
}

.zamp_ts_btn_wi_out_btn span img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(39%) saturate(4983%) hue-rotate(299deg) brightness(93%) contrast(91%) !important;
}

.zamp_ts_btn {
    display: inline-flex;
    align-items: center;
    padding: 1.4063rem 1.5rem;
    background: var(--color-bg-black);
    border: .0625rem solid var(--color-bg-black);
    text-decoration: none;
    color: var(--color-bg-white);
    transition: 0.3s ease;
    font-family: var(--season-sans);
    font-weight: 500;
    font-size: 1rem;
    line-height: .675rem;
}

.zamp_ts_btn span {
    margin-left: .5rem;
    line-height: 0;
    transition: 0.3s ease;
}

.zamp_ts_btn:hover {
    background-color: var(--btn-fill-new-bg-hover-state);
    color: #fff;
    border-color: var(--btn-fill-new-bg-hover-state);
}

.zamp_ts_btn:hover span {
    transform: translateX(.375rem);
}

.wpcf7-response-output {
    color: var(--zamp-tx-white);
}

.zamp_ts_btn_wt {
    background: var(--color-bg-white);
    border: .0625rem solid var(--color-bg-white);
    color: var(--color-bg-black);
}

.zamp_ts_btn_wt span img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(15deg) brightness(100%) contrast(105%);
}

.zamp_ts_btn_wt:hover span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7411%) hue-rotate(36deg) brightness(124%) contrast(96%);
}

@media only screen and (max-width:64rem) {
    .btn_main, .btn_icon {
        padding: .625rem 1.125rem;
    }

    .split_btn {
        font-size: .9256rem;
        line-height: 1.4294rem;
    }

    .btn_icon img {
        width: .8125rem;
    }

    .split_btn:hover .btn_icon {
        transform: unset;
    }

    .split_btn:hover .btn_main {
        transform: unset;
    }

}

@media only screen and (max-width:47.9375rem) {
    .split_btn {
        font-size: .875rem;
        line-height: 1.375rem;
    }

    .btn_main, .btn_icon {
        padding: .625rem .9375rem;
    }

    .zamp_ts_btn {
        padding: .875rem .9375rem;
        font-size: .875rem;
        line-height: .875rem;
    }

    .zamp_ts_btn span img {
        width: .75rem;
    }

}

/* Email Get Started Form Start */
.email-cta-wrapper {
    max-width: 30.5rem;
    width: 100%;
}

.email-cta {
    display: flex;
    gap: 8px;
}

.email-cta input {
    padding: 16px 18px;
    outline: none;
    font-size: 16px;
    color: #000;
    background: #F4F4F1;
    border: 1px solid #38383852;
    height: 56px;
    border-radius: 0;
    font-family: var(--season-sans);
}

.email-cta input:focus {
    background: #F4F4F1;
    border: .0625rem solid #383838 !important;
}

.email-cta input::placeholder {
    color: #00000099;
}

.email-cta button {
    font-family: var(--season-sans);
    background: #0B0A0A;
    color: #fff;
    border: 1.24px solid #0B0A0A;
    padding: 0 22px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s ease;
    border-radius: 0;
    white-space: nowrap;
}

.email-cta button:hover {
    background-color: var(--btn-fill-new-bg-hover-state);
    color: #fff;
    border-color: var(--btn-fill-new-bg-hover-state);
}

/* .email-cta button:hover{
background:#1a1a1a;
} */
@media only screen and (max-width:64.0625rem) {
    .page-template-home-tmp .email-cta {
        flex-direction: column;
    }

    .page-template-home-tmp .email-cta button {
        height: 3.125rem;
    }

}

@media only screen and (max-width:47.9375rem) {
    .email-cta {
        flex-wrap: wrap;
        gap: 5px
    }

    .email-cta button {
        height: 50px;
        width: 100%;
    }

    .email-cta input {
        height: 50px;
    }

}

/* Email Get Started Form End */

/* Global Counter Section Start */
.zamp_stats_wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
    justify-content: center;
}

.zamp_stat_box {
    text-align: center;
    position: relative;
}

.zamp_stat_number {
    font-weight: 500;
    margin: 0 0 8px 0;
    font-size: 40px;
    line-height: 48px;
    font-family: var(--season-mix);
}

.zamp_stat_label {
    font-weight: 500;
    margin: 0;
    color: #181818;
    font-family: var(--season-sans);
}

.zamp_stats_wrapper .zamp_stat_box:not(:last-child) {
    padding-right: 80px;
    border-right: 1px solid rgba(0, 0, 0, 0.21);
    margin-right: 80px;
}

@media only screen and (max-width:64rem) {
    .zamp_stats_wrapper .zamp_stat_box:not(:last-child) {
        margin-right: 35px;
        padding-right: 35px;
    }

    .zamp_stat_number {
        font-size: 32px;
        line-height: 32px;
    }

    .zamp_stat_label {
        font-size: 16px;
    }

}

@media only screen and (max-width:47.9375rem) {
    .zamp_stats_wrapper .zamp_stat_box:not(:last-child) {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }

    .zamp_stats_wrapper {
        flex-wrap: wrap;
        align-items: center;
        gap: 40px 30px;
    }

    .zamp_stat_box {
        width: calc(50% - 15px);
    }

    .zamp_stat_number {
        font-size: 28px;
        line-height: 30px;
    }

}

/* Global Counter Section End */

/* Global Client Logo Slider Section Start */
.zamp_logo_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.zamp_logo_section .zamp_logo_continer {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}

.zamp_logo_title {
    font-weight: 400;
    color: var(--color-bg-black);
    margin-bottom: 3.4375rem;
    text-align: center;
}

.zamp_client_logo_wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.zamp_client_logo_wrapper::before, .zamp_client_logo_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 7.5rem;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.zamp_client_logo_wrapper::before {
    left: 0;
    background: linear-gradient(60deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
}

.zamp_client_logo_wrapper::after {
    right: 0;
    background: linear-gradient(290deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
}

.zamp_client_logo_animate {
    display: inline-flex;
    align-items: center;
    gap: 80px;
    will-change: transform;
    padding-right: 80px;
}

.zamp_client_logo_animate img {
    flex-shrink: 0;
    object-fit: contain;
    max-width: -webkit-fill-available;
    height: auto;
    min-height: 26px;
    max-height: 48px;
    /* filter: grayscale(100%) brightness(0.8);
    opacity: 0.6; */
    transition: transform 0.4s ease, filter 0.4s ease, opacity 0.4s ease;
}

/* .zamp_client_logo_animate img:hover {
    transform: scale(1.08);
    filter: grayscale(0%) brightness(1);
    opacity: 1;
} */

@media only screen and (max-width:47.9375rem) {
    .zamp_logo_section {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .zamp_logo_title {
        margin-bottom: 1.875rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-size: 1.375rem;
        line-height: 1.75rem;
    }

    .zamp_client_logo_wrapper::before {
        background: linear-gradient(90deg, #ffffff 20%, rgba(255, 255, 255, 0) 80%);
    }

    .zamp_client_logo_wrapper::after {
        background: linear-gradient(270deg, #ffffff 20%, rgba(255, 255, 255, 0) 80%);
    }

    .zamp_client_logo_animate {
        gap: 2.5rem;
        padding-right: 2.5rem;
    }

    .zamp_client_logo_animate img {
        max-width: -webkit-fill-available;
        flex-shrink: 0;
        height: auto;
        min-height: 20px;
        max-height: 20px;
        object-fit: contain;
    }
    .zamp_client_logo_wrapper::before, .zamp_client_logo_wrapper::after{
        width: 3.75rem;
    }

}

/* Global Client Logo Slider End */

/* Global FAQ Section Start */
.hm_questionfaq_inner {
    align-items: start;
    gap: 30px;
}

.hm_questionfaq_inner .wd_100 {
    width: 48%;
    position: sticky;
    top: 6.25rem;
}

.hm_sec_questionfaq {
    background: #F4F4F175;
}

.hm_questinfaqbox1 a.zamp_btn {
    font-weight: 500;
}

.faq_accordion {
    margin: 0;
    overflow: hidden;
}

.faq_item {
    border-bottom: .0625rem solid #DDDDDD;
}

.faq_title_main {
    margin-bottom: 1rem;
    color: #000;
}

.faq_title_discption {
    color: #181818;
    margin-bottom: 0;
    max-width: 28.125rem;
}

.faq_title_discption a {
    color: #181818;
    font-weight: 500;
}

.faq_header {
    color: #181818;
    padding: 1.5rem 2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    transition: .2s;
    gap: .625rem;
}

.faq_header:hover {
    background: #fafafa;
}

.faq_icon {
    max-width: .9375rem;
    width: 100%;
    height: .9375rem;
    position: relative;
    transition: .25s ease-in-out;
}

.faq_icon::before, .faq_icon::after {
    content: "";
    position: absolute;
    background: #000;
    border-radius: .125rem;
    transition: .25s ease-in-out;
    left: 0;
    right: 0;
    margin: auto;
}

.faq_icon::before {
    width: .875rem;
    height: .125rem;
    top: .375rem;
}

.faq_icon::after {
    width: .125rem;
    height: .875rem;
    top: 0;
}

.faq_item.active .faq_icon::after {
    transform: scaleY(0);
}

.faq_item.active .faq_icon {
    transform: rotate(180deg);
}

.faq_content {
    display: none;
    padding: 0 2rem 1.25rem;
    line-height: 1.5rem;
    color: #000;
    font-family: var(--season-sans);
    font-size: 1rem;
}

.faq_content p {
    margin: 0;
}

.faq_content p strong {
    font-weight: 500;
}

@media only screen and (max-width:64rem) {
    .hm_questionfaq_inner .wd_100 {
        width: 100%;
        position: static;
    }

    .hm_questionfaq_inner {
        flex-wrap: nowrap !important;
    }

    .hm_questionfaq_inner .hm_questinfaqbox1 {
        width: calc(35% - 15px);
    }

    .hm_questionfaq_inner .hm_questinfaqbox1 {
        width: calc(65% - 15px);
    }

}

@media only screen and (max-width:47.9375rem) {
    .hm_questionfaq_inner {
        gap: 2.5rem !important;
        flex-wrap: wrap !important;
    }

    .faq_title_discption br {
        display: none;
    }

    .faq_header {
        padding: 1.5rem .625rem;
        gap: .625rem;
    }

    .faq_icon {
        max-width: 12px;
        height: 12px;
    }

    .faq_icon::before {
        width: 12px;
        top: 4px;
    }

    .faq_icon::after {
        height: 12px;
        top: -1px;
    }

    .faq_content {
        padding: 0px .625rem 1.25rem .625rem;
    }

    .hm_questionfaq_inner .hm_questinfaqbox1 {
        width: 100%;
    }

    .hm_questionfaq_inner .hm_questinfaqbox1 {
        width: 100%;
    }

}

/* Global FAQ Section End */

/* Explore Zamp integrations css Section Start */
.int_det_hero_row {
    display: flex;
    align-items: center;
    gap: 5.5rem;
    flex-wrap: wrap;
}

.int_det_hero_row .int_det_hero_left {
    width: calc(53% - 2.75rem);
}

.int_det_hero_left .int_det_hero_title {
    font-weight: 400;
    color: var(--color-bg-black);
    margin-bottom: 1.5rem;
    max-width: 512px;
}

.int_det_hero_left .int_det_hero_desc {
    margin-bottom: 3rem;
    color: var(--zamp-tx-sex-black);
    font-weight: 500;
    max-width: 33rem;
}

.page-template-digital-service-tmp .int_det_hero_left .int_det_hero_desc{
    max-width: 31.875rem;
}

.int_det_hero_row .int_det_hero_right {
    width: calc(47% - 2.75rem);
    background-color: var(--color-bg-550);
    display: flex;
    align-items: center;
    justify-content: center;
}

.int_det_hero_row .int_det_hero_right img {
    height: 34.25rem;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width:64rem) {
    .int_det_hero_row {
        gap: 2.5rem;
    }

    .int_det_hero_row .int_det_hero_left {
        width: calc(53% - 1.25rem);
    }

    .int_det_hero_row .int_det_hero_right {
        width: calc(47% - 1.25rem);
    }

    .int_det_hero_row .int_det_hero_right img {
        height: 28.75rem;
        object-fit: cover;
    }

}

@media only screen and (max-width:47.9375rem) {
    .int_det_hero_row .int_det_hero_right img {
        height: 22.5rem;
    }

    .int_det_hero_left .int_det_hero_desc {
        margin-bottom: 1.875rem;
    }

    .page-template-digital-service-tmp .int_det_hero_left .int_det_hero_desc{
        max-width: 100%;
    }

    .int_det_hero_row {
        gap: 2.5rem !important;
    }

    .int_det_hero_row .int_det_hero_left, .int_det_hero_row .int_det_hero_right {
        width: 100%;
        padding: 0 !important;
    }

}

/* Integrations Platform Listing Section Start */
.integrations-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 23.1875rem;
    height: max-content;
}

.integrations-search-wrapper input {
    width: 100%;
    height: 48px;
    padding: 10px 48px 10px 14px;
    border: 1px solid #00000033;
    border-radius: 0;
    font-size: 16px;
    line-height: 16px;
    background: var(--color-bg-600);
    outline: none;
    transition: 0.3s;
    color: var(--zamp-tx-black);
    opacity: 1;
    font-family: var(--season-sans);
    font-weight: 400;
}

.integrations-search-wrapper input::placeholder {
    color: #00000066;
}

.integrations-search-wrapper input:focus {
    border: 1px solid #00000033;
    color: var(--zamp-tx-black);
}

.integrations-search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.integrations-search-icon img {
    width: 16px;
    height: 16px;
}

.integrations-filter-inner {
    display: flex;
    gap: 12px;
}

.integrations-filter-group {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    min-width: 0;            /* Safari fix */
    scrollbar-color: #000 #F2F2F2;
    padding-bottom: .3125rem;
}

.integrations-filter-group::-webkit-scrollbar {
    height: 6px;
}

.integrations-filter-group::-webkit-scrollbar-track {
    background: #F2F2F2;
    margin-top: 100px;
}

.integrations-filter-group::-webkit-scrollbar-thumb {
    background: #000;
}

.integrations-filter-group .integrations-filter-item {
    padding: 13.5px 20px;
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 16.96px;
    transition: all 0.3s;
    color: var(--zamp-tx-black);
    display: flex;
    align-items: center;
    border: 0.85px solid #00000033;
    text-wrap-mode: nowrap;
}

.integrations-filter-group .integrations-filter-item:hover, .integrations-filter-group .integrations-filter-item.active {
    color: var(--zamp-tx-white);
    background-color: var(--color-bg-300);
    border-color: var(--color-bg-300);
}

.integrations-filter-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid var(--color-bg-300);
    background-color: var(--color-bg-300);
    font-family: var(--season-sans);
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    max-width: 89px;
    width: 100%;
}

button.integrations-filter-toggle:hover, button.integrations-filter-toggle:focus {
    border: 1px solid var(--color-bg-300);
    background-color: var(--color-bg-300);
}

.integrations-filter-toggle img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6171%) hue-rotate(118deg) brightness(123%) contrast(113%);
}

.integrations-listing-inner {
    padding: 68px 0 0 0;
}

.integrations-platform .integrations-platform-title {
    color: rgba(24, 24, 24, 0.5);
}

.integrations-platform-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.integrations-platform-lists .integrations-platform-item {
    width: calc(25% - 15px);
    padding: 8.5px 8px;
    cursor: pointer;
    transition: all 0.3s;
}

/* .integrations-platform-lists .integrations-platform-item:hover {
    background-color: var(--color-bg-550);
} */

.integrations-platform-lists .integrations-platform-item .integrations-platform-item-link {
    display: flex;
    gap: 12px;
    align-items: center;
}

.integrations-platform-lists .integrations-platform-item .integrations-platform-item-link .integrations-platform-image {
    max-width: 48px;
    width: 100%;
    height: 48px;
    background-color: var(--color-bg-white);
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.integrations-platform-lists .integrations-platform-item .integrations-platform-item-link .integrations-platform-image img {
    height: 25px;
    object-fit: contain;
}

.integrations-platform-lists .integrations-platform-item .integrations-platform-item-link .integrations-platform-content .integrations-platform_name {
    margin: 0 0 4px 0;
    color: var(--zamp-tx-black);
    font-family: var(--season-mix);
}

.integrations-platform-lists .integrations-platform-item .integrations-platform-item-link .integrations-platform-content .integrations-platform_deg {
    color: #000000E0;
    margin: 0;
    font-weight: 400;
    font-family: var(--season-mix);
}

.integrations-load-more {
    padding: 68px 0 0 0;
    text-align: center;
}

.integrations-load-more .integrations-load-more-btn {
    padding: 15px 28px;
    border: 1px solid var(--zamp-tx-black);
    transition: all 0.5s;
    background-color: var(--color-bg-white);
    font-family: var(--season-mix);
    font-weight: 400;
    font-size: 16.81px;
    line-height: 29.87px;
    display: inline-block;
    color: var(--zamp-tx-black);
}

.integrations-load-more .integrations-load-more-btn:hover {
    background-color: var(--btn-outline-new-bg-hover-state);
    border-color: var(--btn-outline-new-bg-hover-state);
    color: var(--color-bg-black);
}

@media only screen and (max-width:64rem) {
    .integrations-listing-inner {
        padding: 50px 0 0 0;
    }

    .integrations-load-more {
        padding: 50px 0 0 0;
    }

    .integrations-load-more .integrations-load-more-btn {
        font-size: 16px;
        line-height: 26px;
    }

    .integrations-filter-group {
        padding-bottom: .4375rem;
    }

}

@media only screen and (max-width:47.9375rem) {
    .integrations-filter-inner {
        gap: 5px;
        position: relative;
    }

    .integrations-search-wrapper {
        max-width: 100%;
    }

    .integrations-filter-group {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        gap: 8px;
        padding: 10px;
        border: 1px solid #00000033;
        display: none;
        z-index: 99;
    }

    .integrations-filter-toggle {
        display: flex;
    }

    .integrations-filter-group.active {
        display: flex;
    }

    .integrations-filter-group .integrations-filter-item {
        width: 100%;
        justify-content: flex-start;
    }

    .integrations-filter-group .integrations-filter-item:not(:first-child) {
        border-top: none;
    }

    .integrations-listing-inner {
        padding: 40px 0 0 0;
    }

    .integrations-platform-lists {
        gap: 15px;
    }

    .integrations-load-more .integrations-load-more-btn {
        font-size: 14px;
        line-height: 24px;
    }

    .integrations-load-more .integrations-load-more-btn {
        padding: 10px 20px;
    }

    .integrations-load-more {
        padding: 40px 0 0 0;
    }

    .integrations-platform-lists .integrations-platform-item {
        width: calc(50% - 8px);
    }

    .integrations-platform-lists .integrations-platform-item .integrations-platform-item-link {
        gap: 8px;
    }

    .integrations-platform-lists .integrations-platform-item .integrations-platform-item-link .integrations-platform-image {
        padding: 7px;
    }

}

/* Video Popup Modal Css Start */
.video-open {
    overflow: hidden;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.video-modal .video-modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1.25rem;
}

.video-modal-content {
    position: relative;
    width: 100%;
    max-width: 56.25rem;
    max-height: 80vh;
}

.video-modal-content video {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    border-radius: .5rem;
    background: #000;
}

.video-modal-close {
    position: absolute;
    top: -1.25rem;
    right: -1.25rem;
    font-size: 1.25rem;
    color: #fff;
    cursor: pointer;
    background: #181818;
    border-radius: 50%;
    width: 2.1875rem;
    height: 2.1875rem;
    text-align: center;
    line-height: 1.8125rem;
}

.zamp_ts_video_wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #ddd;
    overflow: hidden;
}

/* Zamp_Help_sec CSS Start */
.zamp_help_sec .zamp_help_container .zamp_help_upper_wrapper {
    margin-bottom: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.zamp_help_upper_wrapper .z_h_upper_heading {
    margin-bottom: 1.4375rem;
    font-weight: 400;
    color: var(--color-bg-black);
    text-align: center;
}

.zamp_help_upper_wrapper .z_h_upper_desc {
    margin-bottom: 0rem;
    text-align: center;
    color: var(--zamp-tx-sex-black);
    font-weight: 500;
}

.zamp_help_lower_wrapper .zamp_help_lower_row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.zamp_help_lower_row .z_h_row_left {
    width: calc(51% - 0.5rem);
    padding: 0rem 4.25rem;
}

.z_h_row_left .z_h_row_l_title {
    font-weight: 500;
    color: var(--color-bg-black);
    margin-bottom: .75rem;
}

.z_h_row_left .z_h_row_l_desc {
    margin-bottom: 0rem;
    font-weight: 500;
    color: #4A4949;
    max-width: 27.5rem;
}

.zamp_help_lower_row .z_h_row_right {
    width: calc(49% - 0.5rem);
}

.zamp_help_lower_row .z_h_row_right img {
    height: 26.25rem;
    object-fit: cover;
}

.zamp_help_lower_wrapper .zamp_help_lower_row:not(:last-child) {
    margin-bottom: 5rem;
}

.zamp_help_lower_wrapper .zamp_help_lower_row:nth-child(even) {
    flex-direction: row-reverse;
}

.zamp_help_lower_row .z_h_row_left a {
    padding: 0rem;
    gap: 0.5rem;
    background: unset;
    border: none;
    color: var(--color-link-hover-50);
    margin-top: 3rem;
}

.z_h_row_left .z_h_row_l_desc .af_desc_a {
    color: #4A4949;
    text-decoration: underline;
}

.zamp_help_lower_row .z_h_row_left a:hover {
    background: unset;
    border: none;
    color: #4A4949;
}

@media only screen and (max-width:64rem) {
    .zamp_help_sec {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .zamp_help_sec .zamp_help_container .zamp_help_upper_wrapper {
        margin-bottom: 3.125rem;
    }

    .zamp_help_lower_wrapper .zamp_help_lower_row {
        gap: .75rem;
    }

    .zamp_help_lower_row .z_h_row_left {
        width: calc(51% - .375rem);
        padding: 0rem 3rem;
    }

    .zamp_help_lower_row .z_h_row_right {
        width: calc(49% - .375rem);
    }

    .zamp_help_lower_row .z_h_row_right img {
        height: 19.625rem;
        object-fit: cover;
    }

    .zamp_help_lower_wrapper .zamp_help_lower_row:not(:last-child) {
        margin-bottom: 3.125rem;
    }

}

@media only screen and (max-width:47.9375rem) {
    .zamp_help_lower_wrapper .zamp_help_lower_row {
        flex-direction: column-reverse;
        gap: 1.25rem;
    }

    .zamp_help_lower_wrapper .zamp_help_lower_row:nth-child(even) {
        flex-direction: column-reverse;
    }

    .zamp_help_lower_row .z_h_row_left, .zamp_help_lower_row .z_h_row_right {
        width: 100%;
        padding: 0rem;
    }

    .zamp_help_lower_row .z_h_row_right img {
        height: 100%;
        object-fit: cover;
    }
    .z_h_row_left .z_h_row_l_desc{
        max-width: 100%;
    }

    .zamp_help_lower_row .z_h_row_left a {
        margin-top: 1.5rem;
    }

    .zamp_help_sec .zamp_help_container .zamp_help_upper_wrapper {
        margin-bottom: 2.1875rem;
    }

}

/* Zamp_Help_sec CSS End */

/* zamp_gb_review_sec start */
.zamp_gb_review_wrapper {
    padding: 2.5rem 0rem;
    background-color: var(--color-bg-100);
    background-image: url('https://zamp.betademowork.com/wp-content/uploads/2026/01/Group-2087328231.svg'), url('https://zamp.betademowork.com/wp-content/uploads/2026/01/Group-2087328230.svg');
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zamp_gb_review_wrapper .zamp_gb_review_upper {
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zamp_gb_review_wrapper .zamp_gb_review_upper .z_g_r_desc {
    font-weight: 400;
    color: var(--color-bg-white);
    text-align: center;
    max-width: 58.375rem;
    line-height: 2.75rem;
    margin-bottom: 0;
    font-family: var(--season-mix);
}

.zamp_gb_review_lower {
    text-align: center;
}

.zamp_gb_review_wrapper .z_gb_r_name {
    margin-bottom: .125rem;
    font-weight: 500;
    color: var(--color-bg-white);
    letter-spacing: .0625rem;
}

.zamp_gb_review_wrapper .z_gb_r_des {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0rem;
}

.zamp_gb_review_wrapper .zamp_gb_review_upper img {
    height: 2.25rem;
    object-fit: contain;
    margin-bottom: 1.5rem;
    max-width: 7rem;
}

@media only screen and (max-width:64rem) {
    .zamp_gb_review_wrapper {
        padding: 1.75rem 0rem;
    }

    .zamp_gb_review_wrapper .zamp_gb_review_upper {
        margin-bottom: 1.875rem;
    }

    .zamp_gb_review_wrapper .zamp_gb_review_upper img {
        margin-bottom: 1.125rem;
    }

    .zamp_gb_review_wrapper .zamp_gb_review_upper .z_g_r_desc {
        max-width: 46.875rem;
        line-height: 2.125rem;
    }

}

@media only screen and (max-width:61.9375rem) {
    .zamp_gb_review_wrapper .zamp_gb_review_upper .z_g_r_desc {
        max-width: 37.5rem;
    }

}

@media only screen and (max-width:47.9375rem) {
    .zamp_gb_review_wrapper {
        background-size: 20% 20%;
    }

    .zamp_gb_review_wrapper .zamp_gb_review_upper img {
        height: 1.75rem;
    }

    .zamp_gb_review_wrapper {
        padding: 1.25rem;
    }

    .zamp_gb_review_wrapper .zamp_gb_review_upper .z_g_r_desc {
        line-height: 1.75rem;
        max-width: unset;
    }

}

/* zamp_gb_review_sec End */

/* zamp_us_sales_int_sec start */

.zamp_us_sales_integration_upper {
    display: flex;
    align-items: center;
    gap: 3.25rem;
    flex-wrap: wrap;
}

.zamp_us_sales_integration_upper .us_sales_int_upper_left {
    width: calc(50% - 1.625rem);
}

.us_sales_int_upper_left .u_s_int_upper_left_heaing {
    font-weight: 400;
    margin-bottom: 1.4375rem;
}

.us_sales_int_upper_left .u_s_int_upper_left_desc {
    color: var(--zamp-tx-sex-black);
    margin-bottom: 3.25rem;
    font-weight: 500;
    line-height: 1.6;
}

.u_s_int_upper_left_btns {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: max-content;
    font-size: 1rem;
    margin: 0rem;
}

.u_s_init_upper_left_btn, .u_s_init_upper_right_btn {
    padding: 1.0625rem 1.375rem;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: .0187rem;
    font-weight: 500;
}

.u_s_init_upper_right_btn {
    color: #0B0A0A;
}

.zamp_us_sales_integration_upper .us_sales_int_upper_right {
    width: calc(50% - 1.625rem);
    display: flex;
    position: relative;
}

.zamp_us_sales_integration_upper .us_sales_int_upper_right::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://zamp.betademowork.com/wp-content/uploads/2026/01/Group-2147256695.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: 2;
}

@media only screen and (max-width:64rem) {
    .zamp_us_sales_integration_upper {
        gap: 2rem;
    }

    .zamp_us_sales_integration_upper .us_sales_int_upper_left, .zamp_us_sales_integration_upper .us_sales_int_upper_right {
        width: calc(50% - 1rem);
    }

    .us_sales_int_upper_left .u_s_int_upper_left_desc {
        margin-bottom: 1.875rem;
    }

    .u_s_init_upper_left_btn, .u_s_init_upper_right_btn {
        padding: .75rem 1rem;
    }

}

@media only screen and (max-width:47.9375rem) {
    .zamp_us_sales_integration_upper .us_sales_int_upper_left, .zamp_us_sales_integration_upper .us_sales_int_upper_right {
        width: 100%;
    }

    .u_s_int_upper_left_btns {
        gap: .5rem;
    }

    .u_s_init_upper_left_btn, .u_s_init_upper_right_btn {
        padding: .625rem .9375rem;
        font-size: .875rem;
        line-height: 1.375rem;
    }

}

/* zamp_us_sales_int_sec End */

/* Partner Solutions Listing Block css Section Start */
.g-block-listing__inner {
    display: flex;
    gap: 16px;
    align-items: stretch;
    flex-wrap: wrap;
}

.g-block-listing__left, .g-block-listing__right {
    width: calc(50% - 8px);
}

.g-block-listing__right {
    position: relative;
    overflow: hidden;
}

.g-block-listing__right img {
    position: absolute;
}

.g-block-listing__left {
    background: #F6F5F3;
    padding: 56px;
}

.g-block-listing__title {
    margin-bottom: 56px;
}

.g-block-listing__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.g-block-listing__item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.g-block-listing__item-icon {
    width: 100%;
    max-width: 40px;
    height: 40px;
    background-color: #0B0A0A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.g-block-listing__item-icon img {
    height: 24px;
    max-width: 24px;
    width: 100%;
    object-fit: contain;
}

.g-block-listing__item-content {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: self-start;
}

.g-block-listing__item-content .g-block-listing__item_title {
    font-weight: 400;
    color: #0B0A0A;
    margin-bottom: 0;
    font-family: var(--season-mix);
}

.g-block-listing__item-content .g-block-listing__btn {
    color: #0B0A0A;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-right: 22px;
}

.g-block-listing__item-content .g-block-listing__btn::after {
    content: "";
    width: 14px;
    height: 10.82px;
    background-image: url("/wp-content/uploads/2026/01/Vector-3.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.g-block-listing__btn:hover::after {
    transform: translateX(6px);
}

@media (max-width:64rem) {
    .g-block-listing__left {
        padding: 40px;
    }

}

@media (max-width:47.9375rem) {
    .g-block-listing__inner {
        flex-direction: column-reverse;
    }

    .g-block-listing__right img {
        position: unset;
    }

    .g-block-listing__right img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .g-block-listing__right {
        height: 100%;
        object-fit: cover;
    }

    .g-block-listing__left, .g-block-listing__right {
        width: 100%;
    }

    .g-block-listing__left {
        padding: 25px;
    }

    .g-block-listing__title {
        margin-bottom: 35px;
    }

    .g-block-listing__item-icon {
        max-width: 32px;
        height: 33px;
    }

    .g-block-listing__item-icon img {
        height: 18px;
        width: 100%;
        max-width: 18px;
    }

    .g-block-listing__list {
        gap: 25px;
    }

    .g-block-listing__item {
        gap: 10px;
        align-items: center !important;
    }

    .g-block-listing__item-content {
        gap: 8px;
    }

}

/* Partner Solutions Contact Form css Section Start  */
.partner-solutions-cform {
    position: relative;
    background-image: url(/wp-content/uploads/2026/01/ppbg.svg);
    background-repeat: no-repeat;
    background-position: bottom 55% left 0;
    background-size: auto;
}

.partner-solutions-form-wrapper {
    display: flex;
    grid-gap: 1.25rem;
}

.partner-solutions-form-wrapper .partner-solutions-form-left, .partner-solutions-form-wrapper .partner-solutions-form-right {
    width: 100%;
}

.partner-solutions-form-wrapper .partner-solutions-form-left .partner-solutions-form-title {
    position: sticky;
    top: 7.5rem;
}

.partner-solutions-form-wrapper .zamp_contstelneed-right {
    max-width: 35.75rem;
    width: 100%;
    background: #F4F4F1;
    padding: 2.5rem;
    margin-left: auto;
}

.partner-solutions-form-wrapper .zamp-form-field label {
    color: #000;
    font-weight: 400;
    padding-bottom: .75rem;
    font-size: 1.0506rem;
    line-height: 1.8669rem;
    font-family: var(--season-sans);
}

.partner-solutions-form-wrapper .zamp-form-field select, .partner-solutions-form-wrapper .zamp-form-field input {
    height: 56px;
}

.partner-solutions-form-wrapper .zamp-form-field select, .partner-solutions-form-wrapper .zamp-form-field input, .partner-solutions-form-wrapper .zamp-form-field textarea, .zamp-still-need-more-help-form .zamp-form-field textarea {
    background: transparent;
    border: solid .0625rem #38383852;
    font-family: var(--season-sans) !important;
    color: #000 !important;
    font-weight: 400 !important;
    letter-spacing: .0219rem;
    border-radius: 0;
}

.partner-solutions-form-wrapper .zamp-form-field select {
    padding: .625rem 1.375rem !important;
}

.partner-solutions-form-wrapper .zamp-form-field input::placeholder, .partner-solutions-form-wrapper .zamp-form-field textarea::placeholder {
    color: #00000099;
    opacity: 1;
}

.partner-solutions-form-wrapper .zamp-form-field textarea {
    height: 9.375rem;
}

.partner-solutions-form-wrapper .zamp-form-field input:focus, .partner-solutions-form-wrapper .zamp-form-field textarea:focus, .partner-solutions-form-wrapper .zamp-form-field select:focus {
    color: #000 !important;
    border: .0625rem solid #383838 !important;
}

.partner-solutions-form-wrapper .zamp-btn-submit {
    background-color: #0B0A0A;
    border: .0625rem solid #0B0A0A;
    color: #fff;
}

.partner-solutions-form-wrapper .zamp-btn-submit:hover {
    background-color: var(--btn-fill-new-bg-hover-state);
    color: #fff;
    border-color: var(--btn-fill-new-bg-hover-state);
}

@media (max-width:64rem) {
    .partner-solutions-cform {
        background-position: bottom 31% left 0;
        background-size: 30%;
    }

}

@media (max-width:47.9375rem) {
    .partner-solutions-form-wrapper {
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 50px;
    }

    .partner-solutions-form-wrapper .partner-solutions-form-left .partner-solutions-form-title {
        position: unset;
        text-align: center;
    }

    .partner-solutions-form-wrapper .zamp_contstelneed-right {
        padding: 1.5625rem;
    }

    .partner-solutions-form-wrapper .zamp-form-field input {
        padding: .9375rem .9375rem !important;
    }

    .partner-solutions-form-wrapper  .zamp-form-field select, .partner-solutions-form-wrapper  .zamp-form-field input {
        height: 50px;
    }

    .partner-solutions-form-wrapper .zamp-form-field label {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .partner-solutions-form-wrapper .zamp-btn-submit {
        padding: 6px 1.25rem;
        margin-top: 1.875rem;
        min-height: 50px;
    }

}

/* Partner Solutions Banner Block Section Start */
.partner-solutions_hero {
    padding-top: 72px;
    padding-bottom: 72px;
}

.partner-solutions_hero .int_det_hero_row {
    gap: 15px;
}

.partner-solutions_hero .int_det_hero_row .int_det_hero_left {
    width: calc(45% - 7.5px);
}

.partner-solutions_hero .int_det_hero_row .int_det_hero_right {
    width: calc(55% - 7.5px);
    background-color: transparent;
    padding-left: 33px;
}

.partner-solutions_dule_btn .zamp_btn_black, .partner-solutions_dule_btn .zamp_btn_white {
    font-size: 1rem;
    padding: 1.0625rem 1.375rem;
    line-height: 1.375rem;
}

.partner-solutions_hero .int_det_hero_row .int_det_hero_right img {
    height: auto;
    object-fit: unset;
}

@media (max-width:64rem) {
}

@media (max-width:47.9375rem) {
    .partner-solutions_hero {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .partner-solutions_hero .int_det_hero_row .int_det_hero_left, .partner-solutions_hero .int_det_hero_row .int_det_hero_right {
        width: 100%;
        padding-left: 0px;
    }

    .partner-solutions_dule_btn .zamp_header_btns {
        display: block;
    }

    .partner-solutions_dule_btn .zamp_btn_black, .partner-solutions_dule_btn .zamp_btn_white {
        font-size: .875rem;
        padding: .625rem .9375rem;
        line-height: 1.375rem;
    }

}

/* Partner Solutions Comman Pages Css Start */
.page-template-agencies-tmp .zamp_tech_int_sec, .page-template-accounting-firms-tmp .zamp_tech_int_sec, .page-template-cfo-advisory-tmp .zamp_tech_int_sec, .page-template-software-platforms-tmp .zamp_tech_int_sec {
    padding-top: 0;
}

.page-template-agencies-tmp .partner-solutions_hero, .page-template-accounting-firms-tmp .partner-solutions_hero, .page-template-cfo-advisory-tmp .partner-solutions_hero, .page-template-software-platforms-tmp .partner-solutions_hero {
    background-color: #F6F5F3;
}

.page-template-agencies-tmp .zamp_help_upper_wrapper .z_h_upper_heading {
    max-width: 100%;
}

/* Divider Global Css */
.zamp_tech_int_wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.zamp_tech_int_middle {
    width: 100%;
    border: .0625rem solid #E5E1DA;
}

/* Industry Solutions Banner Global Section */
.zamp_ecm_hero_sec {
    background-color: #F6F5F3;
}

/*========== Comparison Test page css start here ==========*/

/*Banner section css start here*/
.comparison-hero {
    background-color: #F4F4F1;
    padding-bottom: 8.4375rem;
    background-image: url(/wp-content/uploads/2026/01/Group_1597882075-→-sRRAgDJ6lcHlyj8ckInWSVKv6k.png-1-1.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
}

@media (max-width:64rem) {
    .comparison-hero {
        padding-bottom: 5rem;
    }

}

@media (max-width:47.9375rem) {
    .comparison-hero {
        padding-bottom: 3.75rem;
        background-size: 80%;
    }

}

/*Banner section css end here*/

/*pick Zamp section css start here*/
.zamp_help_sec.pick-zamp-sec .zamp_help_container .zamp_help_upper_wrapper {
    margin-bottom: 3.25rem;
}

.zamp_pb_140 {
    padding-bottom: 8.75rem;
}

.pick-zamp-sec .zamp_help_upper_wrapper .z_h_upper_heading {
    max-width: 608px;
    margin-left: auto;
    margin-right: auto;
}

.pick-zamp-sec .zamp_wrhelp_content_inr p, .pick-zamp-sec .zamp_wrhelp_content_inr p:last-child {
    color: #000000E0;
    max-width: 310px;
}

.pick-zamp-sec .zamp_wrhelp_content_inr .subheading-h6 {
    font-size: 1.5rem;
    line-height: 1.86rem;
    margin-bottom: .5rem;
}

.pick-zamp-sec .zamp_wrhelp_icon {
    margin-bottom: 2.5rem;
}

.pick-zamp-sec .zamp_box.zamp_werehelp_contcbox {
    background: #F4F4F1;
}

@media (max-width:64rem) {
    .pick-zamp-sec .zamp_wrhelp_content_inr .subheading-h6 {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .zamp_pb_140 {
        padding-bottom: 5rem;
    }

}

@media (max-width:47.9375rem) {
    .zamp_help_sec.pick-zamp-sec .zamp_help_container .zamp_help_upper_wrapper {
        margin-bottom: 1.5rem;
    }

    .pick-zamp-sec .zamp_wrhelp_icon {
        margin-bottom: 1.875rem;
    }

    .zamp_pb_140 {
        padding-bottom: 3.5rem;
    }

}

/*pick Zamp section css end here*/

/*zamp tech info section css start here*/
.zamp_tech_info_sec {
    padding-top: 0;
}

.zamp_tech_info_sec .zamp_gb_review_wrapper {
    background-color: #F6F5F3;
    background-image: url(/wp-content/uploads/2026/01/Group_1597882075-→-sRRAgDJ6lcHlyj8ckInWSVKv6k.png-2.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 2.75rem 1rem;
}

.zamp_tech_info_sec .zamp_gb_review_wrapper .zamp_gb_review_upper .z_g_r_desc {
    color: #0B0A0A;
    max-width: 70.25rem;
    font-weight: 400;
    line-height: 2.75rem;
    font-family: var(--season-mix);
    margin-bottom: 0;    /* max-width: 58.375rem; */
    font-size: 2rem;
}

.zamp_tech_info_sec .zamp_gb_review_wrapper .z_gb_r_name {
    color: #0B0A0A;
}

.zamp_tech_info_sec .zamp_gb_review_wrapper .z_gb_r_des {
    color: #0b0a0a99;
}

.zamp_tech_info_sec .zamp_gb_review_wrapper .zamp_gb_review_upper img {
    margin: 0;
    margin: 0;
    height: 2rem;
    object-fit: cover;
}

.zamp_tech_info_sec .zamp_gb_review_logos {
    display: flex;
    justify-content: center;
    margin: 0 0 3rem 0;
}

.zamp_tech_info_sec .zamp_gb_review_logos .zamp_gb_review_logo-item {
    border-right: 1px solid #C8C0B1;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
}

.zamp_tech_info_sec .zamp_gb_review_logos .zamp_gb_review_logo-item:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0px;
}

@media (max-width:64rem) {
    .zamp_tech_info_sec .zamp_gb_review_logos {
        margin: 0 0 2rem 0;
    }

    .zamp_tech_info_sec .zamp_gb_review_wrapper {
        padding: 2.25rem 1rem;
    }

    .zamp_tech_info_sec .zamp_gb_review_wrapper .zamp_gb_review_upper .z_g_r_desc {
        font-size: 1.625rem;
        line-height: 36px;
    }

}

@media (max-width:47.9375rem) {
    .zamp_tech_info_sec .zamp_gb_review_wrapper {
        padding: 1.75rem 1rem;
    }

    .zamp_tech_info_sec .zamp_gb_review_logos {
        margin: 0 0 1.25rem 0;
    }

    .zamp_tech_info_sec .zamp_gb_review_wrapper .zamp_gb_review_upper img {
        height: 1.75rem;
    }

    .zamp_tech_info_sec .zamp_gb_review_logos .zamp_gb_review_logo-item {
        padding-right: 1rem;
        margin-right: 1rem;
    }

    .zamp_tech_info_sec .zamp_gb_review_wrapper .zamp_gb_review_upper .z_g_r_desc {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

}

/*zamp tech info section css end here*/

/*Compare section css start here*/
.compare-sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.compare-sec .compare-caption {
    margin: 0 0 4.6875rem 0;
}

.compare-sec .compare-caption h2 {
    text-align: center;
    font-weight: 400;
    margin: 0 0 1rem 0;
}

.compare-sec .compare-caption p {
    color: #4A4949;
    margin: 0;
    text-align: center;
}

.compare-inner {
    width: 100%;
    position: relative;
}

.comparison-header, .comparison-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0rem;
}

.comparison-header {
    padding: 0 0 3rem 0;
}

.comparison-header img {
    max-height: 2rem;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.comparison-body {
    width: 100%;
    border-left: 1px solid #C8C0B1;
}

.comparison-row {
    border-bottom: 1px solid #C8C0B1;
    background: #FAFAF9;
}

.comparison-row:nth-child(odd) {
    background: #F6F5F3;
}

.comparison-row p {
    margin: 0;
    color: #0B0A0A;
    padding-top: 1px;
}

.compare-inner .comparison-row:first-child {
    border-top: 1px solid #C8C0B1;
}

.comparison-row .comparison-col {
    padding: 2.25rem 1.75rem;
    border-right: 1px solid #C8C0B1;
}

.comparison-row .comparison-col:nth-child(2) {
    background: #E5E1DA;
}

.comparison-row .comparison-col:nth-child(2) p {
    font-weight: 500;
}

.comparison-row .g-block-listing__item-icon {
    max-width: 2.625rem;
    height: 2.625rem;
}

.comparison-row .comparison-col:nth-child(2) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.comparison-row .comparison-col:nth-child(2):has(p) {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (max-width:64rem) {
    .compare-sec {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .comparison-row .comparison-col {
        padding: 1.5rem 1.25rem;
    }

    .comparison-header {
        padding: 0 0 2.5rem 0;
    }

    .compare-sec .compare-caption {
        margin: 0 0 3.5rem 0;
    }

    .comparison-header img {
        max-height: 1.75rem;
    }

}

@media (max-width:47.9375rem) {
    .comparison-row .g-block-listing__item-icon {
        max-width: 2rem;
        height: 2rem;
    }

    .compare-sec {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .compare-sec .compare-caption {
        margin: 0 0 3rem 0;
    }

    .comparison-header, .comparison-row {
        grid-template-columns: 1fr;
    }

    .comparison-header {
        display: none;
    }

    .comparison-row > div:nth-child(2)::before {
        content: "";
        font-weight: 600;
        display: block;
        margin-bottom: 0.5rem;
        background-image: url(/wp-content/uploads/2026/01/Logo-5.svg);
        width: 100%;
        height: 1.15rem;
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .comparison-row > div:nth-child(3)::before {
        content: "";
        font-weight: 600;
        display: block;
        margin-bottom: 0.5rem;
        background-image: url(/wp-content/uploads/2026/01/Mask-group-3.svg);
        width: 100%;
        height: 1.15rem;
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .comparison-row .comparison-col:nth-child(2) {
        display: unset;
    }

    .comparison-row .comparison-col:nth-child(2):has(p) {
        display: unset;
    }

}

/*Compare section css end here*/

/*Switch section css start here*/
.we-re-hiring-section.migration-sec {
    padding-top: 8.75rem;
    padding-bottom: 4rem;
    background: #fff;
}

.we-re-hiring-section.migration-sec .hm_switchzamp1 {
    background-image: url(/wp-content/uploads/2026/01/Rectangle-240663485-3.svg), url(/wp-content/uploads/2026/01/Group-2147256699-1.svg);
    background-position: bottom left, top right;
    background-repeat: no-repeat, no-repeat, no-repeat;
    padding: 4rem;
}

.we-re-hiring-section.migration-sec .g-block-listing__item-icon {
    max-width: 2.625rem;
    height: 2.625rem;
    background-color: #1B595A;
}

.we-re-hiring-section.migration-sec .switchtozamp_discption {
    color: #ECEBEB;
    max-width: 30rem;
}

.we-re-hiring-section.migration-sec .g-block-listing__item-content p {
    margin: 0;
    letter-spacing: 1px;
}

.migration-sec .migration-list {
    margin: 0 0 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
}

.migration-sec .g-block-listing__item {
    width: 100%;
}

@media (max-width:64rem) {
    .we-re-hiring-section.migration-sec {
        padding-top: 5rem;
        padding-bottom: 3.5rem;
    }

    .we-re-hiring-section.migration-sec .hm_switchzamp1 {
        padding: 2.5rem;
    }

}

@media (max-width:47.9375rem) {
    .we-re-hiring-section.migration-sec .g-block-listing__item-icon {
        max-width: 2rem;
        height: 2rem;
    }

    .we-re-hiring-section.migration-sec {
        padding-top: 3.5rem;
        padding-bottom: 2.5rem;
    }

    .we-re-hiring-section.migration-sec .hm_switchzamp1 {
        padding: 2rem 1.5rem;
    }

    .migration-sec .migration-list {
        gap: 1rem;
    }

    .migration-sec .migration-list {
        margin: 0 0 2rem 0;
    }

}

/*Switch section css end here*/

/* .comparison-row.true::after{
   content: "";
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   width: -webkit-fill-available;
   max-width: 1.5rem;
   height: 1.5rem;
   background-image: url('https://zamp.betademowork.com/wp-content/uploads/2026/01/ph_check-square-fill-1.svg');
   background-repeat: no-repeat;
   background-size: contain;
}  */

/*========== Comparison Test page css end here ==========*/

/*progress accordion css start here*/
.f_t_i_left_middle_wrapper .our-value-accordion__item {
    padding: 0;
    margin-bottom: 1.5rem;
}

.f_t_i_left_middle_wrapper .f_t_i_middle_item.our-value-accordion__header:not(:last-child) {
    margin-bottom: 1.5rem;
}

.f_t_i_left_middle_wrapper .our-value-accordion__progress {
    top: auto;
    bottom: 0;
    height: .125rem;
}

.f_t_i_left_middle_wrapper .our-value-accordion__item .middle_desc_info {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.f_t_i_left_middle_wrapper .our-value-accordion__item.active .middle_desc_info {
    max-height: 12.5rem;
    opacity: 1;
    margin-top: .75rem;
}

.f_t_i_left_middle_wrapper .our-value-accordion__item .middle_desc_title {
    margin: 7px 0 0 0 !important;
}

@media (max-width:47.9375rem) {
    .f_t_i_left_middle_wrapper .our-value-accordion__item .middle_desc_title {
        margin: 4px 0 0 0 !important;
    }

}

/*progress accordion css end here*/

/* Product Page Testimonal Block Section css Start  */
.product_testomonial_review_lower {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.product_testomonial_review_lower .product_test_img_wrapper img {
    width: 2.875rem;
    height: 2.875rem;
    object-fit: cover;
    border: .0625rem solid #00000080;
}

.product_testomonial_author_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product_testomonial_author_info .z_gb_r_des {
    font-weight: 400;
}

/* Product Page Testimonal Block Section css End  */

/* Product Page About card Section css Start  */

.zamp_product_about_card_sec {
    padding-top: 2.5rem;
}

.zamp_product_about_card_sec .z_p_a_card_wrapper .z_p_a_card_upper {
    text-align: center;
    margin-bottom: 5rem;
}

.z_p_a_card_upper .z_p_a_c_title {
    font-weight: 400;
}

.z_p_a_card_lower .z_p_a_lower_row_one {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem
}

.z_p_a_card_lower .p_a_l_row_box {
    background-color: var(--color-bg-550);
    padding-top: 2.5rem;
    min-height: 26.875rem;
    position: relative;
    overflow: hidden;
    line-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3.125rem;
}

.z_p_a_card_lower .p_a_l_detail_wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.z_p_a_card_lower .z_p_a_lower_row_one .p_a_l_row_one_left, .z_p_a_card_lower .z_p_a_lower_row_one .p_a_l_row_one_right {
    width: calc(50% - .75rem);
}

.z_p_a_card_lower .p_a_l_title {
    font-weight: 420;
    margin-bottom: .75rem;
}

.z_p_a_card_lower .p_a_l_desc {
    margin-bottom: 0;
    font-weight: 400;
    max-width: 27.75rem;
}

.z_p_a_card_lower .p_a_l_row_img_box img {
    width: 100%;
}

.z_p_a_card_lower .z_p_a_lower_row_two {
    display: flex;
    gap: 1.5rem;
}

.z_p_a_card_lower .z_p_a_lower_row_two .p_a_l_row_two_left {
    width: calc(60% - .75rem);
}

.z_p_a_card_lower .z_p_a_lower_row_two .p_a_l_row_two_right {
    width: calc(40% - .75rem);
}

.z_p_a_lower_row_one .p_a_l_row_one_left .p_a_l_row_img_box {
    max-width: 100%;
}

.p_a_l_row_two_right .p_a_l_row_img_box {
    bottom: 1.125rem;
}

.p_a_l_row_one_right .p_a_l_row_img_box {
    max-width: 80%;
    margin: 0 auto;
}

.p_a_l_row_two_left .p_a_l_row_img_box {
    max-width: 100%;
    width: calc(100% - 40px);
    margin-left: auto;
}

.page-template-white-label-tmp .z_p_a_lower_row_one .p_a_l_row_one_left .p_a_l_row_img_box img{
    margin-top: -17%;
}
.page-template-white-label-tmp .z_p_a_card_lower .z_p_a_lower_row_two .p_a_l_row_two_right img{
    margin-top: -17.5%;
}

@media (max-width:64rem) {
    .zamp_product_about_card_sec .z_p_a_card_wrapper .z_p_a_card_upper {
        margin-bottom: 3.125rem;
    }

    .z_p_a_card_lower .z_p_a_lower_row_one {
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .z_p_a_card_lower .z_p_a_lower_row_one .p_a_l_row_one_left, .z_p_a_card_lower .z_p_a_lower_row_one .p_a_l_row_one_right {
        width: calc(50% - 0.5rem);
    }

    .z_p_a_card_lower .p_a_l_row_box {
        min-height: 22.5rem;
    }

    .z_p_a_card_lower .z_p_a_lower_row_two {
        gap: 1rem;
    }

    .z_p_a_card_lower .z_p_a_lower_row_two .p_a_l_row_two_left {
        width: calc(60% - .5rem);
    }

    .z_p_a_card_lower .z_p_a_lower_row_two .p_a_l_row_two_right {
        width: calc(40% - .5rem);
    }

    .z_p_a_lower_row_one .p_a_l_row_one_right .p_a_l_row_img_box {
        max-width: 80%;
    }

    .p_a_l_row_two_right .p_a_l_row_img_box {
        max-width: 17.5rem;
        margin: 0 auto;
    }

    .page-template-white-label-tmp .z_p_a_lower_row_one .p_a_l_row_one_left .p_a_l_row_img_box img{
        margin-top: -17%;
    }
    .page-template-white-label-tmp .z_p_a_card_lower .z_p_a_lower_row_two .p_a_l_row_two_right img{
        margin-top: -17.5%;
    }

}

@media (max-width:61.9375rem) {
    .z_p_a_card_lower .z_p_a_lower_row_one .p_a_l_row_one_left, .z_p_a_card_lower .z_p_a_lower_row_one .p_a_l_row_one_right {
        width: 100%;
    }

    .p_a_l_row_two_left .p_a_l_row_img_box {
        max-width: 32.5rem;
    }

    .z_p_a_card_lower .p_a_l_row_box {
        padding-top: 1.875rem;
    }

    .z_p_a_card_lower .p_a_l_detail_wrapper {
        padding-left: 1.875rem;
    }

}

@media (max-width:47.9375rem) {
    .z_p_a_card_lower .z_p_a_lower_row_two .p_a_l_row_two_left, .z_p_a_card_lower .z_p_a_lower_row_two .p_a_l_row_two_right {
        width: 100%;
    }

    .z_p_a_card_lower .z_p_a_lower_row_one, .z_p_a_card_lower .z_p_a_lower_row_two {
        flex-wrap: wrap;
    }

}

/* Product Page About card Section css End  */

/* Zamp_product_tab_sec css start */

.zamp_us_sales_feature_sec.zamp_product_tab_sec .us_s_f_u_heading {
    max-width: unset;
    margin-bottom: 1.5rem;
}

.zamp_product_tab_sec .us_s_f_u_desc {
    margin: 0 auto;
    max-width: 39.0625rem;
    color: #4A4949;
    text-align: center;
}

/* Zamp_product_tab_sec css End */

/* zamp_white_label page css start */

/* Zamp_white_lable_hero_sec css start */
.zamp_white_lable_hero_sec .zamp_white_lable_hero_container .zamp_us_s_hero_img {
    padding: 0;
    background-color: unset;
}

.zamp_white_lable_hero_sec .zamp_white_lable_hero_container .zamp_us_s_hero_img img {
    height: 34.25rem;
    object-fit: cover;
}

@media (max-width:64rem) {
    .zamp_white_lable_hero_sec .zamp_white_lable_hero_container .zamp_us_s_hero_img img {
        height: 25rem;
    }

}

@media (max-width:47.9375rem) {
    .zamp_white_lable_hero_sec .zamp_white_lable_hero_container .zamp_us_s_hero_img img {
        height: 21.875rem;
    }

}

/* Zamp_white_lable_hero_sec css End */
.page-template-white-label-tmp .zamp_us_s_hero_upper .us_s_hero_title {
    max-width: 50rem;
}

.page-template-white-label-tmp .zamp_us_sales_feature_sec.zamp_product_tab_sec .us_s_f_u_heading {
    max-width: 39.375rem;
}

.page-template-white-label-tmp .zamp_us_sales_feature_sec.zamp_product_tab_sec .us_s_f_u_desc {
    max-width: 37.5rem;
    margin-top: 0;
}

.page-template-white-label-tmp .zamp_us_sales_hero_sec {
    padding-bottom: 0;
}

.page-template-white-label-tmp .partner-solutions-cform {
    background-image: url('/wp-content/uploads/2026/02/Group-2147256696.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
}

@media (max-width:64rem) {
    .page-template-white-label-tmp .partner-solutions-cform {
        background-size: 80%;
    }

}

.page-template-white-label-tmp .feature_tab_inner_content_container .f_t_inner_right {
    padding: 3rem;
}

/* zamp_white_label page css End */

/* Accounting Firms Page Css Start */
.page-template-accounting-firms-tmp .z_h_upper_heading {
    max-width: 500px;
}

/* Accounting Firms Page Css End */

/* Digital Service Page Css Start */

.page-template-digital-service-tmp .int_det_hero_left .int_det_hero_title {
    max-width: 33.75rem !important;
}

/* Digital Service Page Css End */

/* guide Form Css start */

.hubspot-get-report-form-success-msg {
    display: none;
}

/* guide Form Css End */
span.zamp-form-email-validation-error {
    color: red;
    display: none;
    font-size: .75rem;
}

.hm_switchzamp1 .split_btn_wrapper #form-message {
    margin-top: 12px;
}

.page-template-accounting-firms-tmp .zamp_help_lower_row:nth-child(4) .z_h_row_left .z_h_row_l_title {
    max-width: 23rem;
}

@media only screen and (max-width:64.0625rem) {
    .page-template-accounting-firms-tmp .partner-solutions-form-left {
        width: 40%;
    }

    .page-template-accounting-firms-tmp .partner-solutions-form-right {
        width: 60%;
    }

    .page-template-accounting-firms-tmp .partner-solutions-form-wrapper .zamp-form-field input::placeholder {
        font-size: 1rem;
    }

}

@media only screen and (max-width:47.9375rem) {
    .page-template-accounting-firms-tmp .partner-solutions-form-left {
        width: 100%;
    }

    .page-template-accounting-firms-tmp .partner-solutions-form-right {
        width: 100%;
    }

    .page-template-accounting-firms-tmp .partner-solutions-form-wrapper .zamp-form-field input::placeholder {
        font-size: .75rem;
    }

}

.page-template-software-platforms-tmp .zamp_help_lower_row:nth-child(3) .z_h_row_left .z_h_row_l_title {
    max-width: 20.625rem;
}

.page-template-technology-tmp .zamp_client_logo_animate img, .page-template-ecommerce-tmp .zamp_client_logo_animate img {
    min-height: 2.125rem;
    max-height: 2.125rem;
}

/* accounting-firms css start */
.page-template-accounting-firms-tmp .int_det_hero_left .int_det_hero_title {
    max-width: 465px;
}

.page-template-accounting-firms-tmp .zamp_help_lower_row:first-child .z_h_row_left .z_h_row_l_title {
    max-width: 290px;
}

.page-template-accounting-firms-tmp .zamp_help_lower_row:nth-child(2) .z_h_row_left .z_h_row_l_title {
    max-width: 280px;
}

.page-template-accounting-firms-tmp .int_det_hero_left .int_det_hero_desc {
    max-width: 510px;
}

.page-template-accounting-firms-tmp .partner-solutions_hero .int_det_hero_row {
    gap: 88px;
}

.page-template-accounting-firms-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_left {
    width: calc(45% - 44px);
}

.page-template-accounting-firms-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_right {
    width: calc(55% - 44px);
}

@media only screen and (max-width:47.9375rem) {
    .page-template-accounting-firms-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_left {
        width: 100%;
    }

    .page-template-accounting-firms-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_right {
        width: 100%;
    }

}

/* accounting-firms css End */

/* CFO-advisory css start */

.page-template-cfo-advisory-tmp .partner-solutions_hero .int_det_hero_row {
    gap: 88px;
}

.page-template-cfo-advisory-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_left {
    width: calc(45% - 44px);
}

.page-template-cfo-advisory-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_right {
    width: calc(55% - 44px);
}

@media only screen and (max-width:64.0625rem) {
    .page-template-cfo-advisory-tmp .partner-solutions_hero .int_det_hero_row {
        gap: 44px;
    }

    .page-template-cfo-advisory-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_left {
        width: calc(45% - 22px);
    }

    .page-template-cfo-advisory-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_right {
        width: calc(55% - 22px);
    }

}

@media only screen and (max-width:47.9375rem) {
    .page-template-cfo-advisory-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_left {
        width: 100%;
    }

    .page-template-cfo-advisory-tmp .partner-solutions_hero .int_det_hero_row .int_det_hero_right {
        width: 100%;
    }

}

/* CFO-advisory css End */

.page-template-referral-tmp .zamp_us_s_hero_upper .us_s_hero_desc{
    max-width: 28.75rem;
}
.hubspot-get-form-success-msg {
    text-align: center;
    margin-top: 20px;
    display: none;
    font-weight: 500;
    color: #0A0A0A;
}
.text-align-left {
    text-align: left !important;
}


/* 24-02-2026 */
.submitted-message p {
    color: #fff;
}

/* Thank you page start css Start */
.thank-you-sec {
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
    background-image: url(/wp-content/uploads/2026/02/th-left.svg), url(/wp-content/uploads/2026/02/th-right.svg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom 0 left 0, right 0 bottom 0;
    background-size: auto, auto;
}
.thank-you-sec .z_c_h_upper{
    margin-bottom: 0 !important;
}
.thank-you-sec .c_h_title{
    color: #0B0A0A;
}
.thank-you-sec .c_h_desc{
    color: #0B0A0A;
}
.thank-you-sec .check-flip{
    margin-bottom: 20px;
}
.check-flip {
    width: 120px;
    height: 120px;
    perspective: 1000px;
    margin: auto;
}
.check-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s ease-in-out;
}
.check-flip.flip .check-inner {
    transform: rotateY(180deg);
}
.check-front,
.check-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 50%;
}
.check-front {
    background: #e6f2f2;
}
.check-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width:64.0625rem) {
.check-flip {
    width: 80px;
    height: 80px;
}
.thank-you-sec{
    padding-bottom: 80px;
}
}
@media only screen and (max-width:47.9375rem) {
.check-flip {
    width: 65px;
    height: 65px;
}
.thank-you-sec{
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 210px, 210px;
}
}
/* Thank you page start css End */

/*  Privacy Policy and Terms & Conditions Css Start */
.tc_hero_sec,
.pp_hero_sec{
    background-color: #F6F5F3;
}
.tc_hero_sec .int_det_hero_title,
.pp_hero_sec .int_det_hero_title{
    text-align: center;
    font-weight: 500;
}
.pp_tc_content p {
    color: #0B0A0A;
    font-family: var(--season-sans);
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: .0338rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
}
.pp_tc_content p strong{
    font-weight: 600;
}
.pp_tc_content h5{
    font-size: 2rem;
    line-height: 2.44rem;
    color: #0B0A0A;
    margin: 1.5625rem 0 .9375rem 0;
    font-weight: 500;
}
.pp_tc_content h5 strong{
    font-weight: 500;
}
.pp_tc_content h2{
    color: #0B0A0A;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 40px 0 20px 0;
}
.pp_tc_content h2 strong{
    font-weight: 500;
}
.pp_tc_content h6{
    color: #0B0A0A;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.86rem;
    margin: 30px 0 20px 0;
}
.pp_tc_content h6 strong{
    font-weight: 500;
}
.pp_tc_content h4{
    color: #0B0A0A;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.44rem;
    margin: 30px 0 20px 0;
}
.pp_tc_content h4 strong{
    font-weight: 500;
}
/* Privacy Policy and  Terms & Conditions Css End */