/*/
Theme Name: zeeto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zeeto
*/

/* Custom Styling Zeeto - 10/2024 */
/* Job Description Styline */
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
    border-color: #ff751a;
    background: #ff751a;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after {
    background: #ff751a;
}
.vc_toggle_content p {
    line-height: 1.25;
    margin-bottom: 12px;
}
.h3-header-title-zeeto.jd-title {
    font-family: 'Roboto Mono';
}

/* Custom WP Bakery Contact Form Styling - Beginning */


/* Target the placeholder of the input with the specified ID */
[id^="firstname-"]::placeholder,
[id^="lastname-"]::placeholder,
[id^="email-"]::placeholder,
[id^="phone-"]::placeholder,
[id^="jobtitle-"]::placeholder,
[id^="company-"]::placeholder,
[id^="industry-"]::placeholder,
[id^="total_payment_amount-"]::placeholder,
[id^="date_of_birth-"]::placeholder,
[id^="miltary_status-"]::placeholder,
[id^="annualrevenue-"]::placeholder,
[id^="website-"]::placeholder {
    font-size: 14px !important;
    color: #777777;
}

textarea[id^="how_can_we_help_-"]::placeholder {
    font-size: 14px !important;
}

[id^="firstname-"],
[id^="lastname-"],
[id^="email-"],
[id^="phone-"],
[id^="jobtitle-"],
[id^="company-"],
[id^="industry-"],
[id^="total_payment_amount-"],
[id^="date_of_birth-"],
[id^="miltary_status-"],
[id^="annualrevenue-"],
[id^="website-"] {
    font-size: 14px !important;
}

textarea[id^="how_can_we_help_-"] {
    font-size: 14px !important;
}

.white-button-zeeto button {
    font-size: 14px;
}

#hs_language-66950157-a119-4ea2-ac86-9a4ec21320f2 {
    font-size: 14px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    width: 100% !important;
    height: 50px !important;
}

#email_status-66950157-a119-4ea2-ac86-9a4ec21320f2 {
    font-size: 14px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    width: 100% !important;
    height: 50px !important;
}

/* Common styling for all labels with IDs starting with "label-budget-", "label-email_status-", "label-0-2/type-", "label-hs_language-", and "label-hs_buying_role-" */
label[id^="label-budget-"],
label[id^="label-email_status-"],
label[id^="label-0-2/type-"],
label[id^="label-hs_language-"],
label[id^="label-hs_buying_role-"] {
    font-size: 14px !important;
}

.hs_budget span,
.hs_email_status span,
.hs-fieldtype-radio span,
.hs_hs_language span,
.hs_hs_buying_role span,
.hs-form-booleancheckbox span,
.hs-richtext span {
    text-transform: initial !important;
}

.hs-richtext {
    font-size: 14px;
}

.hs_firstname span,
.hs_lastname span,
.hs_email span,
.hs_phone span,
.hs_jobtitle span,
.hs_company span,
.hs_industry span,
.hs_total_payment_amount span,
.hs_date_of_birth span,
.hs_military_status span,
.hs_annualrevenue span,
.hs_website span,
.hs_how_can_we_help_ span {
    margin-left: 3px;
    font-size: 12px !important;
}

input[id^="email"],
input[id^="phone"],
input[id^="jobtitle"],
input[id^="company"],
input[id^="industry"],
input[id^="total_payment_amount"],
input[id^="date_of_birth"],
input[id^="military_status"],
input[id^="annualrevenue"],
input[id^="website"] {
    margin: 0 0 7px 0;
}

input[id^="LEGAL_CONSENT"] {
    margin-top: 2px !important;
}

input[id^="marketing_emails-"] {
    display: block;
    margin-bottom: 3px;

}

.hs_budget span {
    margin: 5px 0 5px 0 !important;
}

/* Checkbox and Radio Styles */
.hs-input[type="checkbox"],
.hs-input[type="radio"] {
    height: 10px !important;
    width: 10px !important;
    margin-right: 4px;
    -webkit-appearance: checkbox !important;
}

/* Boolean Checkbox Styles */
.hs-form-booleancheckbox {
    display: inline-block;
}

/* Form Field Label Styles */
.hs-form-field label span {
    font-size: 14px;
    font-family: Helvetica Neue, serif;
    text-transform: uppercase;
}

/* Input Styles */
.input {
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.input .hs-input {
    color: white;
    font-size: 14px !important;
    font-family: Helvetica Neue, serif;
}

.inputs-list span {
    text-transform: initial !important;
}

/* Radio Button Styles */
.hs-form-radio {
    margin-right: 20px;
}

.hs-form-radio span {
    margin: 5px 0 5px 0;
    font-size: 14px !important;
}

.hs-form-checkbox span {
    font-size: 14px !important;
}

.hs-form-radio input {
    margin-right: 5px;
}

.hs-form-radio label {
    display: flex;
    align-items: center;
}

.hs-form-checkbox-display span {
    display: inline-block;
    margin-bottom: 10px;
}

/* General Styling for Buttons, Inputs, and Textareas */
button, input, textarea {
    -webkit-appearance: checkbox !important;
}

/* Page Wrapper Styles */
div#wrapper.add-page {
    padding: 6rem 5rem 4rem;
    margin-top: 2rem;
}

/* Paragraph Styles within 'add-page' */
.add-page p {
    padding-bottom: 9px;
}

/* Small Date Styles */
.small-date {
    font-size: 12px;
    font-style: italic;
}

/* Changes to Get Access Link/Text */
.zeeto-get-access-custom-text-white span,
.zeeto-white-button-get-access span {
    color: white !important;
}

/* Header Title Styles */
.h4-header-title-zeeto,
.h3-header-title-zeeto,
.h2-zeeto-large-header-white {
    font-family: HelveticaNeueCyr, serif;
    color: white;
}

.h4-header-title-zeeto {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.h3-header-title-zeeto {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    letter-spacing: -.01em;
}

.h2-zeeto-large-header-white {
    letter-spacing: -.01em;
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

/* Gray Paragraph Styles */
.smaller-gray-paragraph-zeeto,
.larger-gray-paragraph-zeeto {
    font-family: HelveticaNeueCyr, serif;
    color: rgba(255, 255, 255, .5) !important;
}

.smaller-gray-paragraph-zeeto {
    color: #FFFFFF80 !important;
}

/* Roboto Mono Header Styles */
.gray-header-robo-zeeto,
.light-gray-header-robo-zeeto {
    font-family: "Roboto Mono", serif;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-size: .875rem;
    margin-bottom: 0.5rem;
}

.gray-header-robo-zeeto {
    color: rgba(255, 255, 255, .32) !important;
}

.light-gray-header-robo-zeeto {
    color: rgba(255, 255, 255, .5) !important;
}

/* Gray Title Styles */
.gray-title-zeeto {
    letter-spacing: -.02em;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    font-size: .875rem;
    font-family: "Roboto Mono", serif;
    color: rgba(255, 255, 255, .5);
}

/* Bullet Point Styles */
.fBtn,
.white-linkout-zeeto li {
    list-style: none !important;
}

/* White Linkout Styles */
.white-linkout-zeeto span {
    color: #f1f1f1;
    letter-spacing: -.02em;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem !important;
}

/* White Get Access Styles */
.zeeto-get-access-white span,
.zeeto-get-access span {
    color: white !important;
}

/* Orange Button Styles */
.orange-button-zeeto button {
    color: #ff751a !important;
    border: 0.0625rem solid #ff751a !important;
    background-color: transparent !important;
    text-transform: uppercase;
    font-family: "Roboto Mono", serif;
    font-size: .875rem !important;
    font-weight: 400;
    background-image: none !important;
    min-height: 2.5rem;
    padding: 0.75rem 1rem !important;
    border-radius: 0.5rem !important;
}

/* White Button Styles */
.white-button-zeeto button {
    color: white !important;
    border: 0.0625rem solid rgba(255, 255, 255, .12) !important;
    background-color: black !important;
    text-transform: uppercase;
    font-family: "Roboto Mono", serif;
    font-size: .875rem !important;
    font-weight: 400;
    background-image: none !important;
    min-height: 2.5rem;
    padding: 0.75rem 1rem !important;
    border-radius: 0.5rem !important;
    cursor: auto;
}

.white-button-zeeto:hover button {
    color: #ff751a !important;
}

/* Zeeto Orange Text Paragraph Styles */
.zeeto-orange-text-paragraph {
    font-weight: 400;
    color: #f1f1f1;
    margin-bottom: 1.5rem;
    font-size: 2.875rem;
    letter-spacing: -.025em;
}

/* Form Input Styles */
input[id^="firstname-"],
input[id^="lastname-"],
input[id^="email-"],
input[id^="jobtitle-"],
input[id^="company-"],
input[id^="industry-"],
input[id^="total_payment_amount-"],
input[id^="date_of_birth-"],
input[id^="military_status-"],
input[id^="website-"],
input[id^="phone-"],
input[id^="annualrevenue-"],
textarea[id^="how_can_we_help_-"] {
    width: 100% !important;
    background-color: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .08);
}

/* Placeholder Styles */
input[id^="firstname"].error,
input[id^="lastname"].error,
input[id^="email"].error {
    border: 2px solid #ff6c0e !important;
}

/* Form Textarea Placeholder Styles */
.hs-form-field textarea[placeholder="How can we help?"]::placeholder {
    color: #777777;
    font-family: HelveticaNeueCyr, serif;
    font-size: 1rem;
}

/* Changes the text color to white when there is input */
.hs-form-field textarea:not([placeholder="How can we help?"]):not(:placeholder-shown) {
    color: white;
}

/* Form Curves Background */
.hbspt-form {
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, .08);
    margin: 15px;
    padding: 15px;
}

/* Form Input Styles */
input[id^="firstname"],
input[id^="lastname"],
input[id^="email"],
input[id^="phone"],
input[id^="jobtitle"],
input[id^="company"],
input[id^="industry"],
input[id^="total_payment_amount-"],
input[id^="date_of_birth-"],
input[id^="military_status-"] {
    margin-bottom: 4px;
    margin-top: -5px;
    font-family: HelveticaNeueCyr, serif;
    font-size: 14px !important;
    width: 100%;
    border: none;
    height: 50px;
}

/* Error Styles */
input[id^="firstname"].error,
input[id^="lastname"].error,
input[id^="email"].error {
    border: 2px solid #ff6c0e !important;
}

/* Error Message Styles */
.hs-error-msg {
    color: #ff6c0e;
}

/* Mobile Styling */
@media only screen and (max-width: 600px) {

    label[id^="label-hs_buying_role"] {
        margin-bottom: 7px;
    }

    #hs_language-66950157-a119-4ea2-ac86-9a4ec21320f2 {
        border: 1px solid rgba(255, 255, 255, .12);
        width: 100% !important;
        height: 50px !important;
    }

    #email_status-66950157-a119-4ea2-ac86-9a4ec21320f2 {
        border: 1px solid rgba(255, 255, 255, .12);
        width: 100% !important;
        height: 50px !important;
    }

    .hs-form-booleancheckbox-display [name="marketing_emails"] + span {
        display: block !important;
        margin-top: -15px !important;
        margin-left: 20px !important;
    }

    /* Margin adjustment for specific elements */
    .hs_budget,
    .hs_email_status,
    .hs-fieldtype-radio,
    .hs_hs_language,
    .hs_hs_buying_role,
    .hs-form-booleancheckbox,
    .hs-richtext {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    /* Full-width for number input */
    .hs-input[type="number"] {
        width: 100% !important;
    }

    /* Full-width for date of birth input */
    .hs-input[name="date_of_birth"] {
        width: 100% !important;
    }

    /* Form columns adjustments */
    .zeeto-cta-orange .form-columns-2 .hs_firstname {
        float: left !important;
        width: 50% !important;
    }

    .zeeto-cta-orange .form-columns-2 .hs_lastname {
        float: right !important;
        width: 50% !important;
    }

    /* Orange Call to Action button styles */
    .zeeto-cta-orange .hs-button {
        background-color: #ff6c0e;
        margin: 10px auto auto;
        width: 100%;
        border: none;
        height: auto;
        border-radius: 6rem;
        color: white !important;
        font-weight: 500;
        font-size: 14px !important;
        text-transform: capitalize;
        padding: 10px;
        font-family: Helvetica Neue, serif;
    }

    /* Orange Text Paragraph styles */
    .zeeto-orange-text-paragraph {
        letter-spacing: -.01em;
        font-weight: 400;
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    /* Centering form */
    form[id^="hsForm"] {
        margin: 0 auto;
        max-width: 600px;
    }

    /* Adjustments for input elements */
    .input {
        margin-right: 0 !important;
        padding: 2px 0 0 0 !important;
    }

    .zeeto-cta-orange input[id^="firstname"] {
        border-radius: 0.5rem 0 0 0;
    }

    input[id^="firstname"] {
        border-radius: 0.5rem 0.5rem 0 0;
        margin: 1px 0 7px 0;
    }

    input[id^="lastname"] {
        border-radius: 0 0 0 0;
        margin: 1px 0 7px 0;
    }

    input[id^="email"],
    input[id^="phone"],
    input[id^="jobtitle"],
    input[id^="company"],
    input[id^="industry"],
    input[id^="total_payment_amount"],
    input[id^="date_of_birth"],
    input[id^="military_status"],
    input[id^="annualrevenue"],
    input[id^="website"] {
        margin: 1px 0 7px 0;
    }

    textarea[id^="how_can_we_help_"] {
        margin: 1px 0 7px 0;
    }

    .zeeto-cta-orange input[id^="lastname"] {
        border-radius: 0 0.5rem 0 0;
    }

    /* Textarea styles */
    textarea[id^="how_can_we_help_"] {
        font-family: HelveticaNeueCyr, serif;
        font-size: 1rem;
        color: white;
        border-radius: 0 0 0.5rem 0.5rem;
        border: none;
        padding-top: 15px;
    }

    /* Button styles */
    .hs-button {
        color: black !important;
        text-transform: uppercase;
        font-family: "Roboto Mono", serif;
        font-size: 14px !important;
        font-weight: 400;
        border-radius: 0 0 0.5rem 0.5rem;
        height: 50px;
        width: 110%;
        margin: 15px 0 -15px -15px;
    }

    /* Styles for elements with no list */
    .no-list {
        font-size: .875rem;
        padding-bottom: 15px !important;
    }
}

/* Desktop Styling */
@media (min-width: 768px) {

    /* Orange Call to Action button styles */
    .zeeto-cta-orange .hs-button {
        background-color: #ff6c0e;
        margin: auto;
        width: 100%;
        border: none;
        height: 74px;
        border-radius: 6rem;
        color: white;
        font-weight: 500;
        font-size: 1.6rem;
        text-transform: capitalize;
        padding-bottom: 10px;
        font-family: Helvetica Neue, serif;
    }

    /* Centering form */
    form[id^="hsForm"] {
        margin: 0 auto;
    }

    fieldset.form-columns-2 .hs-fieldtype-radio {
        padding-left: 10px;
    }

    .hs_budget .input {
        padding-top: 0 !important;
    }

    .hs-fieldtype-radio .input {
        padding-top: 0 !important;
    }

    /* Adjustments for the textarea in the "How can we help" section */
    textarea[id^="how_can_we_help_"] {
        font-family: HelveticaNeueCyr, serif;
        font-size: 1rem;
        color: white;
        border-radius: 0 0 0.5rem 0.5rem;
        border: none;
        min-height: 9.375rem;
    }

    /* Remove the max-width property on desktop for fieldset */
    fieldset[class^="form-columns-"] {
        max-width: none;
    }

    /* Styling adjustments for textarea within form field */
    .hs-form-field textarea {
        padding-top: 15px;
    }

    /* Margin adjustment for input elements */
    .input {
        margin: 1px !important;
    }

    /* Button styles */
    .hs-button {
        width: 100%;
        color: black;
        text-transform: uppercase;
        font-family: "Roboto Mono", serif;
        font-size: .875rem;
        font-weight: 400;
        border-radius: 0 0 0.5rem 0.5rem;
        height: 70px;
        margin: auto;
    }

    /* Padding adjustment for actions container */
    .zeeto-cta-orange .actions {
        padding-top: 10px !important;
    }

    /* Styles for elements with no list */
    .no-list {
        font-size: 14px;
        padding-bottom: 15px !important;
    }

    input[id^="firstname"] {
        border-radius: 0.5rem 0 0 0;
    }

    input[id^="lastname"] {
        border-radius: 0 0.5rem 0 0;
    }

    .hs-form-booleancheckbox-display [name="marketing_emails"] + span {
        display: block !important;
        margin-top: -15px !important;
        margin-left: 20px !important;
        font-size: 14px;
    }

}


/*!*Custom WP Bakery Contact Form Styling - End*!*/