/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ========== Common CSS Start ========== */

:root{
    --gutter: 20px;
    --primary-color: #274D43;
    --text-color: #73705D;
    --white-color: #FFFFFF;
    --error-color: #FF0000;
    --success-color: #46b450;
    --body-font: 'Lato', sans-serif;
    --form-accent-color: var(--primary-color);
}


body,
html {
    overflow-x: hidden !important;
}

.for-mob {
    display: none !important;
}

P:last-of-type {
    margin-bottom: 0;
}

.row {
    --gutter-x: var(--gutter);
    --gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--gutter-y));
    margin-right: calc(-0.5 * var(--gutter-x));
    margin-left: calc(-0.5 * var(--gutter-x));
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * 0.5);
    padding-left: calc(var(--gutter-x) * 0.5);
    margin-top: var(--gutter-y);
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 1025px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .for-mob {
        display: block !important;
    }
}

/* ========== Common CSS End ========== */

/* ========== Form CSS Start ========== */

label {
    font-size: 16px;
    line-height: 1.4em;
    margin-left: 20px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 20px 0;
    padding: 3px 10px;
    border: 1px solid var(--error-color);
    color: var(--error-color);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid var(--success-color);
    color: var(--success-color);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

select::-ms-expand {
    display: none;
}

label:not(.wpcf7-form-control label) {
    margin-left: 20px;
    margin-bottom: 6px;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select  {
    width: 100%;
    height: 52px;
    padding: 10px 20px 14px !important;
    font-size: 20px;
    line-height: 1.4em;
    font-family: var(--body-font);
    color: var(--primary-color);
    background: var(--white-color);
    border: none !important;
    outline: none !important;
    border-radius: 20px !important;
    -webkit-appearance: none;
    appearance: none;
}

.form-input.wpcf7-textarea {
    height: 108px;
    resize: none;
    padding: 10px 20px 14px !important;
    display: block;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 0 0 10px;
    background-color: #013161;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

.form-element {
    position: relative;
}

.form-element .select-drop-down-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 25px;
    display: inline-block;
    width: 1em;
    height: 1em;
    --mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMTIuMUwxMi41IDE3LjFMMTggMTIuMSIgc3Ryb2tlPSIjNzM3MDVEIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-color: var(--text-color);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    pointer-events: none;
}

select, select.form-input {
    padding-right: 60px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wpcf7-form-control-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.form-input.wpcf7-not-valid,
.input-text.wpcf7-not-valid,
.wpcf7-form-control-wrap .wpcf7-not-valid .wpcf7-list-item input[type="checkbox"],
.wpcf7-form-control-wrap .wpcf7-not-valid .wpcf7-list-item input[type="radio"] {
    border-color: var(--error-color);
    outline: 1px solid var(--error-color) !important;
}

.wpcf7 input[type="checkbox"] {
    --size: 26px;
    position: relative;
    top: 2px;
    width: var(--size);
    height: var(--size);
    outline: none;
    z-index: 5;
    cursor: pointer;
    -webkit-appearance: none;
    background: rgb(204 214 223 / 30%);
    border: none;
    border-radius: 8px;
    flex: 0 0 auto;
}

.wpcf7 input[type="checkbox"]:checked{
    background: var(--form-accent-color);
    border-color: var(--form-accent-color);
}

.wpcf7 input[type="checkbox"]:before{
    display: inline-block;
    --svg: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMTYuMTA0MUM3IDE2LjEwNDEgOC41NjI1IDE2LjEwNDEgMTAuNjQ1OCAxOS43NUMxMC42NDU4IDE5Ljc1IDE2LjQzNjUgMTAuMjAxIDIxLjU4MzMgOC4yOTE2MyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-color: var(--white-color);
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    opacity: 0;
}

.wpcf7 input[type="checkbox"]:checked:before{
    opacity: 1;
}

.cf7-consent {
    padding-top: 20px;
    border-top: 1px solid rgb(39 77 67 / 20%);
}

.cf7-consent .wpcf7-list-item {
    margin: 0;
}

.cf7-consent input[type="checkbox"] {
    border: 1px solid rgb(39 77 67 / 20%);
}

.cf7-consent .wpcf7-list-item label {
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.4em;
    color: var(--text-color);
    cursor: pointer;
}

.submit-btn {
    position: relative;
    text-align: center;
}

/* ========== Form CSS End ========== */

/* ===== Home [Page] Start ===== */

/* ----- Integrates Tool Slider Start ----- */

.integrates-tool-slider .swiper-slide {
    display: flex;
    justify-content: center;
}

.integrates-tool-slider .swiper-slide-inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.integrates-tool-slider .swiper-slide-inner img {
    object-fit: contain;
}

/* ----- Integrates Tool Slider End ----- */

/* ===== Home [Page] End ===== */


/* ========== Contact [Page] CSS Start ========== */

.cashoo-form >*:not(:last-child) {
    margin-bottom: 60px;
}

.form-title {
    padding-bottom: 10px;
    margin:0 0 40px;
    border-bottom: 1px solid rgb(39 77 67 / 20%);
}

.software-radio-wp {
    margin-block: 10px 30px;
}

.software-radio-wp label:not(.wpcf7-form-control label) {
    margin-bottom: 10px;
}

.software-radio-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
}

.software-radio-grid .wpcf7-list-item {
    margin: 0;
}

.software-radio-grid .wpcf7-list-item label {
    display: block;
    cursor: pointer;
    margin: 0;
}

.software-radio-grid .wpcf7-list-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.software-radio-grid .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 223px;
    height: auto;
    aspect-ratio: 1 / 0.53811659192;
    padding: 10px 20px;
    background-color: var(--white-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 40px);
    border: 2px solid transparent;
    border-radius: 20px;
    color: transparent;
    font-size: 0;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.software-radio-grid .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
    border-color: rgb(72 93 88 / 50%);
}

.software-radio-grid .wpcf7-list-item label:hover .wpcf7-list-item-label {
    border-color: rgb(72 93 88 / 20%);
}

.software-radio-grid .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label {
    background-image: url("/wp-content/uploads/2026/07/quickbooks-desktop-logo.png");
}
.software-radio-grid .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url("/wp-content/uploads/2026/07/quickbooks-online-logo.png");
}
.software-radio-grid .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    background-image: url("/wp-content/uploads/2026/07/xero-logo.png");
}
.software-radio-grid .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label {
    background-image: url("/wp-content/uploads/2026/07/wave-logo.png");
}
.software-radio-grid .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label {
    background-image: url("/wp-content/uploads/2026/07/fresh-books-logo.png");
}
.software-radio-grid .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label {
    background-image: url("/wp-content/uploads/2026/07/spread-sheets-logo.png");
}

.software-radio-grid .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label,
.software-radio-grid .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label {
    font-size: 20px;
    line-height: 1.4em;
    color: var(--primary-color);
    background-image: none;
}

.Services-checkbox-wp label:not(.wpcf7-form-control label) {
    margin-bottom: 10px;
}

.cashoo-form [data-name="services-needed"] .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.cashoo-form [data-name="services-needed"] .wpcf7-list-item {
    margin: 0;
    display: block;
}
.cashoo-form [data-name="services-needed"] .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid transparent;
    padding: 17px 20px 21px;
    cursor: pointer;
    margin: 0 !important;
    font-size: 20px;
    line-height: 1.4em;
    color: var(--primary-color);
    border-radius: 20px;
    background: var(--white-color);
    transition: border-color 0.2s ease;
}

.cashoo-form [data-name="services-needed"] .wpcf7-list-item label:has(input:checked) {
    border-color: rgb(72 93 88 / 50%);
}

.cashoo-form input[type="submit"],
.cashoo-form .wpcf7-submit {
    padding-inline: 50px;
}

@media (max-width: 1260px) {
    .cashoo-form >*:not(:last-child) {
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .cashoo-form >*:not(:last-child) {
        margin-bottom: 40px;
    }
    .form-input, .input-text, .select2-container--default .select2-selection--single .select2-selection__rendered, select{
        height: 45px;
        padding: 8px 20px 9px !important;
        font-size: 18px;
    }

    .software-radio-grid .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label, .software-radio-grid .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label {
        font-size: 18px;
    }

    .cashoo-form [data-name="services-needed"] .wpcf7-list-item label {
        padding: 12px 20px 12px;
        font-size: 18px;
        gap: 12px;
    }

    .form-element .select-drop-down-icon {
        top: 8px;
    }

    .cf7-consent .wpcf7-list-item label {
        gap: 12px;
    }
}

@media (max-width: 767px) {

    .cashoo-form >*:not(:last-child) {
        margin-bottom: 25px;
    }

    .form-title {
        margin: 0 0 25px;
    }

    .software-radio-grid .wpcf7-list-item-label {
        min-width: 132px;
    }

    .cashoo-form [data-name="services-needed"] .wpcf7-checkbox {
        grid-template-columns: repeat(1,1fr);
    }

    .form-input, .input-text, .select2-container--default .select2-selection--single .select2-selection__rendered, select{
        font-size: 16px;
    }

    .software-radio-grid .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label, .software-radio-grid .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label {
        font-size: 16px;
    }

    .cashoo-form [data-name="services-needed"] .wpcf7-list-item label {        
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .software-radio-grid {
        gap: 12px;
    }

    .software-radio-grid .wpcf7-list-item-label {
        min-width: clamp(8.313rem, 3.125vw + 7.688rem, 8.625rem);
    }
}

/* ========== Contact [Page] CSS End ========== */

