.elementor-26 .elementor-element.elementor-element-7fa98be{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-26 .elementor-element.elementor-element-9a75785{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-26 .elementor-element.elementor-element-2c32c64{--display:flex;}@media(max-width:1024px){.elementor-26 .elementor-element.elementor-element-7fa98be{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-26 .elementor-element.elementor-element-9a75785{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-2c32c64{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-26 .elementor-element.elementor-element-7fa98be{--content-width:1300px;}.elementor-26 .elementor-element.elementor-element-9a75785{--width:50%;}.elementor-26 .elementor-element.elementor-element-2c32c64{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-26 .elementor-element.elementor-element-9a75785{--width:100%;}.elementor-26 .elementor-element.elementor-element-2c32c64{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-7062161 *//* =========================================================
   AMINO MAXX — FLUENT CONTACT FORM
   Fluent Form ID: #fluentform_1
   Wrapper: .fluentform_wrapper_1
========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Inter:wght@400;500;600;700&family=Roboto+Condensed:wght@400;500;600;700&display=swap");


/* =========================================================
   BOX SIZING
========================================================= */

body .fluentform_wrapper_1,
body .fluentform_wrapper_1 * {
    box-sizing: border-box;
}


/* =========================================================
   MAIN FORM CARD
========================================================= */

body .fluentform_wrapper_1 {
    --amx-primary: #0B0A0A;
    --amx-charcoal: #2C2B2A;
    --amx-dark-gray: #494848;

    --amx-muted: #73706E;
    --amx-accent: #9D9896;
    --amx-silver: #C0BCBA;
    --amx-light-silver: #D8D5D6;

    --amx-white: #FFFFFF;
    --amx-off-white: #FEFEFE;
    --amx-soft-gray: #E9E7E8;

    --amx-heading: #FFFFFF;
    --amx-text: #E9E7E8;
    --amx-soft-text: #C0BCBA;
    --amx-placeholder: #8F8C8A;

    --amx-card: #151414;
    --amx-card-hover: #211F1F;
    --amx-input-bg: #111010;
    --amx-surface: #191818;

    --amx-border: rgba(192, 188, 186, 0.22);
    --amx-border-strong: rgba(216, 213, 214, 0.48);

    position: relative;
    isolation: isolate;
    overflow: hidden;

    width: 100%;
    max-width: 720px;

    margin: 0 auto !important;
    padding: clamp(28px, 3.4vw, 42px) !important;

    color: var(--amx-text);

    background:
        radial-gradient(
            circle at 90% 8%,
            rgba(192, 188, 186, 0.17),
            transparent 32%
        ),
        radial-gradient(
            circle at 0% 100%,
            rgba(157, 152, 150, 0.09),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #2C2B2A 0%,
            #171616 58%,
            #0B0A0A 100%
        );

    border: 1px solid var(--amx-border);
    border-radius: 6px;

    box-shadow:
        0 26px 65px rgba(11, 10, 10, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.025),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    font-family: "Inter", Arial, sans-serif;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

body .fluentform_wrapper_1:hover {
    transform: translateY(-4px);

    border-color: var(--amx-border-strong);

    box-shadow:
        0 32px 80px rgba(11, 10, 10, 0.46),
        0 0 28px rgba(192, 188, 186, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.035),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}


/* Decorative silver glow */

body .fluentform_wrapper_1::after {
    content: "";

    position: absolute;
    top: -125px;
    right: -110px;
    z-index: -1;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(216, 213, 214, 0.18),
            rgba(216, 213, 214, 0) 68%
        );

    pointer-events: none;
}


/* =========================================================
   CONTACT KICKER
========================================================= */

body .fluentform_wrapper_1::before {
    content: "●  CONTACT AMINO MAXX";

    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;

    margin: 0 0 15px;
    padding: 8px 13px;

    color: var(--amx-silver);
    background: rgba(255, 255, 255, 0.045);

    border: 1px solid rgba(192, 188, 186, 0.30);
    border-radius: 3px;

    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    text-shadow:
        0 0 16px rgba(216, 213, 214, 0.16);
}


/* =========================================================
   FORM RESET
========================================================= */

body .fluentform_wrapper_1 #fluentform_1 {
    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   FORM TITLE
========================================================= */

body .fluentform_wrapper_1 #fluentform_1::before {
    content: "Send Us a Message";

    display: block;

    margin: 0 0 18px;
    padding: 0 0 19px;

    color: var(--amx-heading);

    background-image:
        linear-gradient(
            90deg,
            var(--amx-white),
            var(--amx-silver),
            var(--amx-accent),
            transparent
        );

    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 92px 3px;

    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(30px, 4vw, 39px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}


/* =========================================================
   VERTICAL FORM LAYOUT
========================================================= */

body .fluentform_wrapper_1 #fluentform_1 fieldset {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;

    width: 100%;
    min-width: 0;

    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}


/* =========================================================
   FORM DESCRIPTION
========================================================= */

body .fluentform_wrapper_1 #fluentform_1 fieldset::before {
    content: "Have a question about Amino Maxx products, Certificates of Analysis, laboratory documentation, customer accounts, U.S. shipping, tracking, product information, or an existing order? Send us a message and our support team will assist you.";

    display: block;
    grid-column: 1 !important;

    width: 100%;
    max-width: 650px;

    margin: 0 0 12px;

    color: var(--amx-soft-text);

    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}


/* =========================================================
   FORCE ALL FIELDS TO FULL WIDTH
========================================================= */

body .fluentform_wrapper_1 #fluentform_1
fieldset > .ff-name-field-wrapper,

body .fluentform_wrapper_1 #fluentform_1
fieldset > .ff-el-group,

body .fluentform_wrapper_1 #fluentform_1
fieldset > .ff-field_container,

body .fluentform_wrapper_1 #fluentform_1
fieldset > div {
    grid-column: 1 !important;

    width: 100% !important;
    min-width: 0 !important;
}


/* Reset Fluent Forms spacing */

body .fluentform_wrapper_1 #fluentform_1
.ff-field_container,

body .fluentform_wrapper_1 #fluentform_1
.ff-name-field-wrapper,

body .fluentform_wrapper_1 #fluentform_1
.ff-el-group,

body .fluentform_wrapper_1 #fluentform_1
.ff-t-container,

body .fluentform_wrapper_1 #fluentform_1
.ff-t-cell,

body .fluentform_wrapper_1 #fluentform_1
.ff-el-input--content {
    width: 100%;
    min-width: 0;

    margin: 0 !important;
    padding: 0 !important;
}


/* Keep name inputs vertical */

body .fluentform_wrapper_1 #fluentform_1
.ff-name-field-wrapper .ff-t-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
}


/* Force all rows into one column */

body .fluentform_wrapper_1 #fluentform_1
.ff-t-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
}


/* Hide browser extension textarea mirrors */

body .fluentform_wrapper_1 #fluentform_1
csext-root-mirror {
    display: none !important;
}


/* =========================================================
   HIDE FIELD LABELS VISUALLY
========================================================= */

body .fluentform_wrapper_1 #fluentform_1
.ff-el-input--label {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    border: 0 !important;
    white-space: nowrap !important;
}


/* Keep screen-reader legends accessible */

body .fluentform_wrapper_1 #fluentform_1
legend.ff_screen_reader_title {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;
}


/* =========================================================
   INPUTS, SELECTS AND TEXTAREA
========================================================= */

body .fluentform_wrapper_1 #fluentform_1
input.ff-el-form-control,

body .fluentform_wrapper_1 #fluentform_1
select.ff-el-form-control,

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control {
    display: block;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 17px 18px !important;

    color: var(--amx-text) !important;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.02),
            transparent 50%
        ),
        var(--amx-input-bg) !important;

    border: 1px solid var(--amx-border) !important;
    border-radius: 5px !important;

    outline: none !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    caret-color: var(--amx-silver) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;

    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease !important;
}


/* Select dropdown options */

body .fluentform_wrapper_1 #fluentform_1
select.ff-el-form-control option {
    color: var(--amx-text) !important;
    background: var(--amx-card) !important;
}


/* Placeholder text */

body .fluentform_wrapper_1 #fluentform_1
input.ff-el-form-control::placeholder,

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control::placeholder {
    color: var(--amx-placeholder) !important;
    opacity: 1 !important;
}


/* Focus state */

body .fluentform_wrapper_1 #fluentform_1
input.ff-el-form-control:focus,

body .fluentform_wrapper_1 #fluentform_1
select.ff-el-form-control:focus,

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control:focus {
    color: var(--amx-heading) !important;
    background: var(--amx-card) !important;

    border-color: var(--amx-silver) !important;

    box-shadow:
        0 0 0 4px rgba(192, 188, 186, 0.11),
        0 12px 28px rgba(11, 10, 10, 0.26) !important;
}


/* Textarea */

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control {
    min-height: 180px !important;
    resize: vertical !important;
}


/* Browser autofill */

body .fluentform_wrapper_1 #fluentform_1
input:-webkit-autofill,

body .fluentform_wrapper_1 #fluentform_1
input:-webkit-autofill:hover,

body .fluentform_wrapper_1 #fluentform_1
input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--amx-text) !important;

    -webkit-box-shadow:
        0 0 0 1000px var(--amx-input-bg) inset !important;

    border-color: var(--amx-silver) !important;

    transition:
        background-color 9999s ease-in-out 0s !important;
}


/* =========================================================
   CHECKBOXES AND RADIO BUTTONS
========================================================= */

body .fluentform_wrapper_1 #fluentform_1
input[type="checkbox"],

body .fluentform_wrapper_1 #fluentform_1
input[type="radio"] {
    accent-color: var(--amx-charcoal) !important;
}


/* Checkbox and radio label text */

body .fluentform_wrapper_1 #fluentform_1
.ff-el-form-check-label,

body .fluentform_wrapper_1 #fluentform_1
.ff-el-form-check-label span {
    color: var(--amx-text) !important;
    font-family: "Inter", Arial, sans-serif !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

body .fluentform_wrapper_1 #fluentform_1
.ff_submit_btn_wrapper {
    width: 100%;

    margin: 0 !important;
    padding: 0 !important;
}

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit {
    position: relative;
    overflow: hidden;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 16px 28px !important;

    color: #FFFFFF !important;

    background:
        linear-gradient(
            135deg,
            var(--amx-primary) 0%,
            var(--amx-charcoal) 62%,
            var(--amx-dark-gray) 100%
        ) !important;

    border: 1px solid var(--amx-silver) !important;
    border-radius: 5px !important;

    font-family: "Roboto Condensed", Arial, sans-serif !important;
    font-size: 0 !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.06em !important;
    text-align: center !important;
    text-transform: uppercase !important;

    cursor: pointer !important;

    box-shadow:
        0 14px 30px rgba(11, 10, 10, 0.30) !important;

    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease !important;
}


/* Visible button text */

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit::after {
    content: "Send Message";

    color: #FFFFFF;

    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}


body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit:hover {
    color: var(--amx-primary) !important;

    background: var(--amx-white) !important;

    border-color: var(--amx-white) !important;

    transform: translateY(-2px);

    box-shadow:
        0 18px 42px rgba(11, 10, 10, 0.36),
        0 0 0 1px rgba(216, 213, 214, 0.08),
        0 0 24px rgba(216, 213, 214, 0.08) !important;
}

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit:hover::after {
    color: var(--amx-primary);
}

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit:active {
    transform: translateY(0);
}

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit:focus-visible {
    outline: 3px solid rgba(216, 213, 214, 0.28) !important;
    outline-offset: 3px !important;
}


/* Loading state */

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit.ff-working {
    opacity: 0.72 !important;
    cursor: wait !important;
}


/* =========================================================
   VALIDATION ERRORS
========================================================= */

body .fluentform_wrapper_1 #fluentform_1
.ff-el-is-error input.ff-el-form-control,

body .fluentform_wrapper_1 #fluentform_1
.ff-el-is-error select.ff-el-form-control,

body .fluentform_wrapper_1 #fluentform_1
.ff-el-is-error textarea.ff-el-form-control {
    border-color: #A63D40 !important;

    box-shadow:
        0 0 0 4px rgba(166, 61, 64, 0.13) !important;
}

body .fluentform_wrapper_1 #fluentform_1
.text-danger,

body .fluentform_wrapper_1 #fluentform_1
.error {
    display: block;

    margin: 7px 0 0 !important;

    color: #E38789 !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}


/* =========================================================
   SUCCESS MESSAGE
========================================================= */

body .fluentform_wrapper_1
.ff-message-success {
    margin: 18px 0 0 !important;
    padding: 17px 18px !important;

    color: var(--amx-text) !important;

    background:
        linear-gradient(
            135deg,
            rgba(47, 101, 79, 0.18),
            rgba(11, 10, 10, 0.90)
        ) !important;

    border: 1px solid rgba(74, 141, 113, 0.48) !important;
    border-left: 4px solid #2F654F !important;
    border-radius: 5px !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.65 !important;

    box-shadow: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 768px) {

    body .fluentform_wrapper_1 {
        padding: 25px 20px !important;
        border-radius: 5px;
    }

    body .fluentform_wrapper_1 #fluentform_1::before {
        margin-bottom: 16px;
        padding-bottom: 16px;

        font-size: 29px;
    }

    body .fluentform_wrapper_1 #fluentform_1 fieldset {
        grid-template-columns: 1fr !important;
    }

    body .fluentform_wrapper_1 #fluentform_1
    fieldset::before {
        grid-column: 1 !important;

        margin-bottom: 8px;

        font-size: 14px;
        line-height: 1.7;
    }

    body .fluentform_wrapper_1 #fluentform_1
    input.ff-el-form-control,

    body .fluentform_wrapper_1 #fluentform_1
    select.ff-el-form-control,

    body .fluentform_wrapper_1 #fluentform_1
    textarea.ff-el-form-control {
        padding: 15px 16px !important;
        border-radius: 5px !important;
    }

    body .fluentform_wrapper_1 #fluentform_1
    textarea.ff-el-form-control {
        min-height: 160px !important;
    }

    body .fluentform_wrapper_1 #fluentform_1
    button.ff-btn-submit {
        width: 100% !important;
        min-height: 54px !important;
        border-radius: 5px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media only screen and (max-width: 480px) {

    body .fluentform_wrapper_1 {
        padding: 22px 17px !important;
        border-radius: 5px;
    }

    body .fluentform_wrapper_1::before {
        margin-bottom: 12px;
        padding: 7px 11px;

        font-size: 10px;
        letter-spacing: 0.11em;
    }

    body .fluentform_wrapper_1 #fluentform_1::before {
        font-size: 25px;
        line-height: 1.18;
    }

    body .fluentform_wrapper_1 #fluentform_1
    fieldset::before {
        font-size: 13.5px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    body .fluentform_wrapper_1,
    body .fluentform_wrapper_1 #fluentform_1
    input.ff-el-form-control,

    body .fluentform_wrapper_1 #fluentform_1
    select.ff-el-form-control,

    body .fluentform_wrapper_1 #fluentform_1
    textarea.ff-el-form-control,

    body .fluentform_wrapper_1 #fluentform_1
    button.ff-btn-submit {
        transition: none !important;
    }

    body .fluentform_wrapper_1:hover,
    body .fluentform_wrapper_1 #fluentform_1
    button.ff-btn-submit:hover {
        transform: none !important;
    }
}/* End custom CSS */