.elementor-1158 .elementor-element.elementor-element-ac3bcb1{--display:flex;}.elementor-1158 .elementor-element.elementor-element-ac3bcb1:not(.elementor-motion-effects-element-type-background), .elementor-1158 .elementor-element.elementor-element-ac3bcb1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;}/* Start custom CSS for html, class: .elementor-element-71cdd1f *//* 1. KILL ALL EXTERNAL GAPS (TOP & BOTTOM) */
html, body, .elementor-canvas, .elementor-section-wrap, #page {
    background: transparent !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Aggressively remove Elementor's default widget padding */
.elementor-widget-container, 
.elementor-widget,
.elementor-column,
.elementor-widget-wrap,
.fluentform,
#fluentform_3 {
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. LABELS - WHITE & UPPERCASE */
#fluentform_3 .ff-el-p-top label,
#fluentform_3 .ff-el-title {
    color: #ffffff !important; 
    display: block !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 0.15em !important;
    margin-bottom: 5px !important;
}

/* 3. INPUT FIELDS - GOLD BOTTOM LINE */
#fluentform_3 .ff-el-form-control,
#fluentform_3 input, #fluentform_3 select, #fluentform_3 textarea {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: none !important;
    border-bottom: 1px solid #C5A059 !important; 
    color: #ffffff !important;
    border-radius: 0px !important;
    padding: 10px 0px !important;
}

/* 4. THE COLUMN LOCK - 2 COLUMNS */
#fluentform_3 .ff-t-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
}
#fluentform_3 .ff-t-column {
    width: 50% !important;
}

/* 5. SUBMIT BUTTON */
#fluentform_3 .ff-btn-submit {
    background: transparent !important;
    border: 1px solid #C5A059 !important;
    color: #C5A059 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    width: 100% !important;
    padding: 15px !important;
    margin-top: 10px !important;
}

body.elementor-canvas {
    overflow: hidden !important;
}/* End custom CSS */