.elementor-27 .elementor-element.elementor-element-3029c02{--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-27 .elementor-element.elementor-element-801ddd5{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-27 .elementor-element.elementor-element-9b840ee{--display:flex;}@media(max-width:1024px){.elementor-27 .elementor-element.elementor-element-3029c02{--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-27 .elementor-element.elementor-element-801ddd5{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-9b840ee{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-27 .elementor-element.elementor-element-3029c02{--content-width:1300px;}.elementor-27 .elementor-element.elementor-element-801ddd5{--width:50%;}.elementor-27 .elementor-element.elementor-element-9b840ee{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-27 .elementor-element.elementor-element-801ddd5{--width:100%;}.elementor-27 .elementor-element.elementor-element-9b840ee{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-93a3891 *//* =====================================================
   SEQUENCE PEPTIDES — FLUENT FORM DESIGN
   Fluent Form ID: #fluentform_1

   Primary Blue:       #2170E3
   Secondary Blue:     #0F49AB
   Accent Blue:        #5696F7
   Heading:            #071525
   Text:               #172033
   Muted Text:         #6B7280
   Border:             #DCE5F0
   Light Background:   #F6F9FD
   White:              #FFFFFF
===================================================== */

@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&family=Inter:wght@400;500;600;700&display=swap");


/* =====================================================
   GLOBAL BOX SIZING
===================================================== */

body .fluentform_wrapper_1,
body .fluentform_wrapper_1 * {
    box-sizing: border-box;
}


/* =====================================================
   MAIN FORM CARD
===================================================== */

body .fluentform_wrapper_1 {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    width: 100%;
    max-width: 720px;
    margin: 0 auto !important;
    padding: clamp(24px, 3vw, 36px) !important;

    background:
        radial-gradient(
            circle at 86% 12%,
            rgba(33, 112, 227, 0.16),
            transparent 30%
        ),
        radial-gradient(
            circle at 0% 100%,
            rgba(15, 73, 171, 0.07),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #FFFFFF 0%,
            #F6F9FD 100%
        );

    border: 1px solid #DCE5F0;
    border-radius: 24px;

    box-shadow:
        0 18px 45px rgba(15, 73, 171, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);

    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: rgba(33, 112, 227, 0.65);

    box-shadow:
        0 24px 60px rgba(33, 112, 227, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}


/* Top label */
body .fluentform_wrapper_1::before {
    content: "●  GET IN TOUCH";

    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;

    margin: 0 0 12px;
    padding: 8px 14px;

    color: #0F49AB;
    background: rgba(33, 112, 227, 0.08);

    border: 1px solid rgba(33, 112, 227, 0.28);
    border-radius: 999px;

    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    text-shadow: 0 0 16px rgba(33, 112, 227, 0.18);
}


/* Decorative background glow */
body .fluentform_wrapper_1::after {
    content: "";

    position: absolute;
    z-index: -1;

    top: -120px;
    right: -100px;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(86, 150, 247, 0.24),
            rgba(86, 150, 247, 0) 68%
        );

    pointer-events: none;
}


/* =====================================================
   FORM TITLE
===================================================== */

body .fluentform_wrapper_1 #fluentform_1::before {
    content: "Send Us a Message";

    display: block;

    margin: 0 0 16px;
    padding: 0 0 17px;

    color: #071525;

    background-image:
        linear-gradient(
            90deg,
            #0F49AB,
            #5696F7
        );

    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 70px 3px;

    font-family: "Rajdhani", Arial, sans-serif;
    font-size: clamp(27px, 4vw, 34px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
}


/* =====================================================
   FORM SUBTITLE
===================================================== */

body .fluentform_wrapper_1 #fluentform_1 fieldset::before {
    content: "Have a question about Sequence Peptides research compounds, wholesale pricing, shipping, or your order? Send us a message and our team will assist you.";

    display: block;
    width: 100%;
    max-width: 600px;

    margin: 0 0 10px;

    color: #6B7280;

    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}


/* =====================================================
   RESET DEFAULT FLUENT FORM SPACING
===================================================== */

body .fluentform_wrapper_1 #fluentform_1 {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body .fluentform_wrapper_1 #fluentform_1 fieldset {
    display: flex;
    flex-direction: column;
    gap: 16px;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

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%;
    margin: 0 !important;
    padding: 0 !important;
}


/* =====================================================
   HIDDEN LABELS
===================================================== */

body .fluentform_wrapper_1 #fluentform_1
.ff-el-form-hide_label .ff-el-input--label {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;
}


/* =====================================================
   INPUTS AND TEXTAREA
===================================================== */

body .fluentform_wrapper_1 #fluentform_1
input.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: #172033 !important;
    background: rgba(255, 255, 255, 0.94) !important;

    border: 1.5px solid #DCE5F0 !important;
    border-radius: 15px !important;

    outline: none !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease !important;
}


/* Placeholders */
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: #6B7280 !important;
    opacity: 1 !important;
}


/* Focus states */
body .fluentform_wrapper_1 #fluentform_1
input.ff-el-form-control:focus,

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control:focus {
    color: #172033 !important;
    background: #FFFFFF !important;

    border-color: #2170E3 !important;

    box-shadow:
        0 0 0 4px rgba(33, 112, 227, 0.13),
        0 10px 24px rgba(33, 112, 227, 0.10) !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: #172033 !important;

    -webkit-box-shadow:
        0 0 0 1000px #FFFFFF inset !important;

    transition:
        background-color 9999s ease-in-out 0s;
}


/* =====================================================
   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 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 16px 26px !important;

    color: #FFFFFF !important;

    background:
        linear-gradient(
            135deg,
            #0F49AB 0%,
            #2170E3 100%
        ) !important;

    border: none !important;
    border-radius: 999px !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.03em !important;

    cursor: pointer !important;

    box-shadow:
        0 14px 30px rgba(33, 112, 227, 0.24) !important;

    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease !important;
}

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit:hover {
    color: #FFFFFF !important;

    background:
        linear-gradient(
            135deg,
            #2170E3 0%,
            #5696F7 100%
        ) !important;

    transform: translateY(-2px);

    box-shadow:
        0 18px 42px rgba(33, 112, 227, 0.30) !important;
}

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(86, 150, 247, 0.34) !important;
    outline-offset: 3px !important;
}


/* Loading state */
body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit.ff-working {
    opacity: 0.75 !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 textarea.ff-el-form-control {
    border-color: #D83A4E !important;

    box-shadow:
        0 0 0 4px rgba(216, 58, 78, 0.08) !important;
}

body .fluentform_wrapper_1 #fluentform_1
.text-danger,

body .fluentform_wrapper_1 #fluentform_1
.error {
    display: block;

    margin-top: 7px !important;

    color: #D83A4E !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}


/* =====================================================
   SUCCESS MESSAGE
===================================================== */

body .fluentform_wrapper_1 .ff-message-success {
    margin: 18px 0 0 !important;
    padding: 16px 18px !important;

    color: #0F49AB !important;
    background: rgba(33, 112, 227, 0.08) !important;

    border: 1px solid rgba(33, 112, 227, 0.28) !important;
    border-radius: 14px !important;

    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;

    box-shadow: none !important;
}


/* =====================================================
   TABLET AND MOBILE
===================================================== */

@media only screen and (max-width: 768px) {

    body .fluentform_wrapper_1 {
        padding: 22px !important;
        border-radius: 18px;
    }

    body .fluentform_wrapper_1 #fluentform_1::before {
        font-size: 27px;
    }

    body .fluentform_wrapper_1
    #fluentform_1 fieldset::before {
        margin-bottom: 6px;
        font-size: 14.5px;
        line-height: 1.65;
    }

    body .fluentform_wrapper_1 #fluentform_1
    input.ff-el-form-control,

    body .fluentform_wrapper_1 #fluentform_1
    textarea.ff-el-form-control {
        padding: 15px 16px !important;
        border-radius: 13px !important;
    }

    body .fluentform_wrapper_1 #fluentform_1
    textarea.ff-el-form-control {
        min-height: 155px !important;
    }

    body .fluentform_wrapper_1 #fluentform_1
    button.ff-btn-submit {
        min-height: 54px !important;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media only screen and (max-width: 480px) {

    body .fluentform_wrapper_1 {
        padding: 20px 17px !important;
        border-radius: 16px;
    }

    body .fluentform_wrapper_1::before {
        padding: 7px 11px;
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    body .fluentform_wrapper_1 #fluentform_1::before {
        margin-bottom: 14px;
        padding-bottom: 15px;
        font-size: 25px;
    }

    body .fluentform_wrapper_1
    #fluentform_1 fieldset::before {
        font-size: 14px;
    }
}/* End custom CSS */