.elementor-55 .elementor-element.elementor-element-edefef5{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-55 .elementor-element.elementor-element-f90a77c .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-widget-fluent-form-widget .fluentform-widget-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-fluent-form-widget .ff-el-progress-status{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-fluent-form-widget .ff-el-progress-bar span{color:var( --e-global-color-primary );}.elementor-widget-fluent-form-widget .step-nav button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-55 .elementor-element.elementor-element-bd0fa59 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;padding:12px 12px 12px 12px;}.elementor-55 .elementor-element.elementor-element-9d50a28{--display:flex;}.elementor-55 .elementor-element.elementor-element-082480f .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-55 .elementor-element.elementor-element-aa6d598 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;padding:12px 12px 12px 12px;}.elementor-55 .elementor-element.elementor-element-15b9898{--display:flex;}.elementor-55 .elementor-element.elementor-element-5995b52 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-55 .elementor-element.elementor-element-0446e88 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;padding:12px 12px 12px 12px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-55 .elementor-element.elementor-element-edefef5{--content-width:500px;}.elementor-55 .elementor-element.elementor-element-9d50a28{--content-width:500px;}.elementor-55 .elementor-element.elementor-element-15b9898{--content-width:500px;}}/* Start custom CSS for container, class: .elementor-element-edefef5 *//* Shopify-style floating labels for Fluent Forms */
.ff-shopify-floating .ff-el-group {
    position: relative;
    margin-bottom: 14px;
}

/* Hide normal Fluent Forms labels */
.ff-shopify-floating .ff-el-input--label {
    display: none !important;
}

/* Input wrapper */
.ff-shopify-floating .ff-el-input--content {
    position: relative;
}

/* Input base style */
.ff-shopify-floating input,
.ff-shopify-floating textarea,
.ff-shopify-floating select {
    width: 100%;
    min-height: 58px;
    border-radius: 8px !important;
    padding: 18px 14px 8px 14px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    background: #fff !important;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Do not force custom focus color. Let Fluent Forms, Elementor, or theme control it */
.ff-shopify-floating input:focus,
.ff-shopify-floating textarea:focus,
.ff-shopify-floating select:focus {
    outline: none !important;
}

/* Hide real placeholder because the floating label replaces it */
.ff-shopify-floating input::placeholder,
.ff-shopify-floating textarea::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

/* Floating label default state */
.ff-shopify-floating .ff-floating-label-text {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1;
    color: #6f6f6f;
    pointer-events: none;
    transition: all 0.16s ease;
    background: transparent;
    z-index: 2;
}

/* Floating label active state */
.ff-shopify-floating .ff-el-group.ff-has-value .ff-floating-label-text,
.ff-shopify-floating .ff-el-group.ff-is-focused .ff-floating-label-text {
    top: 10px;
    transform: translateY(0);
    font-size: 13px;
    color: #6f6f6f;
}

/* Input text position when label is floating */
.ff-shopify-floating .ff-el-group.ff-has-value input,
.ff-shopify-floating .ff-el-group.ff-is-focused input {
    padding-top: 26px !important;
    padding-bottom: 7px !important;
}

/* Textarea adjustment */
.ff-shopify-floating textarea {
    min-height: 110px;
    padding-top: 26px !important;
}

/* Select adjustment */
.ff-shopify-floating select {
    padding-top: 22px !important;
}

/* Validation error spacing */
.ff-shopify-floating .error,
.ff-shopify-floating .ff-el-is-error .text-danger {
    margin-top: 6px;
    font-size: 13px;
}

/* Fluent Forms error border */
.ff-shopify-floating .ff-el-is-error input,
.ff-shopify-floating .ff-el-is-error textarea,
.ff-shopify-floating .ff-el-is-error select {
    border-color: #d93025 !important;
}/* End custom CSS */