.elementor-68676 .elementor-element.elementor-element-6830a6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.59;--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:00px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68676 .elementor-element.elementor-element-6830a6e::before, .elementor-68676 .elementor-element.elementor-element-6830a6e > .elementor-background-video-container::before, .elementor-68676 .elementor-element.elementor-element-6830a6e > .e-con-inner > .elementor-background-video-container::before, .elementor-68676 .elementor-element.elementor-element-6830a6e > .elementor-background-slideshow::before, .elementor-68676 .elementor-element.elementor-element-6830a6e > .e-con-inner > .elementor-background-slideshow::before, .elementor-68676 .elementor-element.elementor-element-6830a6e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-68676 .elementor-element.elementor-element-6830a6e .trx_addons_bg_text{z-index:0;}.elementor-68676 .elementor-element.elementor-element-6830a6e .trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element{padding-right:50px;}.elementor-68676 .elementor-element.elementor-element-6830a6e .trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element{padding-left:50px;}.elementor-68676 .elementor-element.elementor-element-6bb8da0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-68676{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-68676 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-68676 .dialog-close-button{display:flex;}#elementor-popup-modal-68676 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for trx_sc_contact_form_7, class: .elementor-element-6bb8da0 *//* Submit RFI RFP - Contact Form 7 Custom Styling */
.wpcf7 {
    /*font-family: 'Alexandria', sans-serif !important;*/
    margin: 0 auto !important;
    padding: 0;
    /*background: #ffff;*/
    /*border-radius: 24px !important;*/
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);*/
}

#popmake-69348 .field-with-icon{
    margin-bottom: 0px !important ;
}
#wpcf7-f67194-o1{
    padding: 24px !important;
}
.rfp-form-title{
    margin-top: 4px;
}
.mb-12px{
    margin-bottom: 12px !important;
}

.mb-8px{
    margin-bottom: 8px !important;
}
#AreaofInterest{
    margin-bottom: 4px !important;
}

.wpcf7 textarea.mb-12px{
    min-height: auto !important;
    height: 100px !important;
}

div#popmake-69348{
    /*overflow-y: auto !important;*/
    /*position: fixed !important;*/
    /*top: 50px !important;*/
    /*bottom: 20px !important;*/
}



/* FIXED: Apply font to all text elements */
.wpcf7,
.wpcf7 *,
.wpcf7 p,
.wpcf7 label,
.wpcf7 span,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .wpcf7-list-item-label {
    font-family: 'Alexandria', sans-serif !important;
}
/* Remove all default CF7 styles */
.wpcf7 p,
.wpcf7 label {
    margin: 0 !important;
}
/* Title */
.wpcf7 h2,
.wpcf7 h3 {
    color: #001662;
    font-size: 16px; 
    font-weight: 600;
    margin-bottom: 12px;
}
/* General Label - CONSISTENT SIZING */
.wpcf7 > p,
.wpcf7 p,
.form-row-full-width > p {
    color: #001662;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    line-height: 1.4 !important;
}

/* FIXED: Links styling - consistent with body text */
.wpcf7 a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #0066cc;
    text-decoration: underline;
}

/* FIXED: Acceptance/Checkbox text - consistent sizing */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
.acceptance-group,
.acceptance-group * {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #666 !important;
    line-height: 1.4 !important;
}

/* Make sure inline text in acceptance matches */
.acceptance-group {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
}
 
/* =========================================
   CRITICAL FIX: HIDE INPUTS FOR BUTTON GROUPS
   ========================================= */
/* Target Radios and Checkboxes inside these specific groups */
.gender-row input[type="radio"],
.wpcf7-radio input[type="radio"],
.tag-group input[type="checkbox"],
.tag-group input[type="radio"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* =========================================
   BUTTON STYLING (Pill Shape) - MATCHED TO PREVIOUS FORMS
   ========================================= */
.gender-row,
.wpcf7-radio,
.tag-group {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.gender-row .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.tag-group .wpcf7-list-item {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
}
/* The Button Look - EXACTLY LIKE PREVIOUS FORMS */
.gender-row .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.tag-group .wpcf7-list-item-label {
     Removed: background-color: transparent; 
    border: 1px solid #c9cdee;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #001662 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0;
}
/* Hover State */
.gender-row .wpcf7-list-item-label:hover,
.wpcf7-radio .wpcf7-list-item-label:hover,
.tag-group .wpcf7-list-item-label:hover {
    /* Removed: background-color: #e8ebff; */
    border-color: #0059AA;
}
/* Checked State - Radio */
.gender-row input[type="radio"]:checked + .wpcf7-list-item-label,
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label,
.tag-group input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: #0059AA;
    color: #fff !important;
    border-color: #0059AA;
}
/* Checked State - Checkbox (inside tag-group) */
.tag-group input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background-color: #0059AA;
    color: #fff !important;
    border-color: #0059AA;
}
/* Checked + Hover State */
.gender-row input[type="radio"]:checked + .wpcf7-list-item-label:hover,
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:hover,
.tag-group input[type="radio"]:checked + .wpcf7-list-item-label:hover,
.tag-group input[type="checkbox"]:checked + .wpcf7-list-item-label:hover {
    background-color: #004a8f;
}
/* --- Input Fields & Icons - FIXED ALIGNMENT --- */
.field-with-icon {
    position: relative;
    margin-bottom: 14px !important;
}
.field-icon {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.field-icon svg {
    width: 20px;
    height: 20px;
}
.field-with-icon.has-textarea {
    align-items: flex-start;
}
.field-with-icon.has-textarea .field-icon {
    top: 12px;
    transform: none;
}
/* All Input Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px 10px 10px 32px; 
    font-size: 13px;
    color: #333;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
    transition: border-color 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
    line-height: 1.4;
    height: auto;
    min-height: 38px;
}
.wpcf7 input[type="text"]:not(.with-icon),
.wpcf7 input[type="email"]:not(.with-icon),
.wpcf7 input[type="tel"]:not(.with-icon) {
    padding-left: 10px;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-bottom-color: #0066cc;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #999;
    opacity: 1;
    transition: color 0.3s ease;
    line-height: normal;
    vertical-align: middle;
}
/* Textarea */
.wpcf7 textarea {
    line-height: 1.4;
    min-height: 10px !important;
    resize: vertical;
    height: 100px !important;
    min-height: 100px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* --- Dropdown (Select) Styling - AGGRESSIVE FIX FOR DOUBLE ARROW --- */
.wpcf7 select,
.wpcf7-form-control.wpcf7-select,
.select_container select,
.wpcf7 .select_container select,
select.wpcf7-select {
    width: 100% !important;
    padding: 10px 32px 10px 32px !important;
    font-size: 13px !important;
    color: #333 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid #ddd !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
    font-family: 'Alexandria', sans-serif !important;
    box-sizing: border-box !important;
    min-height: 38px !important;
    height: auto !important;
    line-height: 1.4 !important;
    
    /* CRITICAL: Remove ALL default browser arrows */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    
    cursor: pointer !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 1 !important;
    
    /* ONLY ONE custom arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23001662' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-size: 14px !important;
}

/* CRITICAL: Override any parent container background */
.select_container,
.wpcf7-form-control-wrap,
span.wpcf7-form-control-wrap {
    position: relative !important;
    width: 100% !important;
    background: none !important;
    background-image: none !important;
}

/* Remove any ::after pseudo-elements that might be adding arrows */
.select_container::after,
.wpcf7-form-control-wrap::after,
span.wpcf7-form-control-wrap::after {
    display: none !important;
    content: none !important;
}

.wpcf7 select:focus,
.wpcf7-form-control.wpcf7-select:focus,
.select_container select:focus {
    border-bottom-color: #0066cc !important;
}

/* Select without icon */
.wpcf7 select:not(.with-icon),
.wpcf7-form-control.wpcf7-select:not(.with-icon) {
    padding-left: 10px !important;
}

/* Two column layout */
.form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 0;
}
/* --- File Upload Section - IDENTICAL TO PREVIOUS FORMS --- */
.file-upload {
    margin-top: 0px !important;
    margin-bottom: 14px !important;
}

.file-upload.mt-0{
    margin-top: 0px !important;
}
.file-upload.mt-0 br{
    display: none !important;
}
#wpcf7-f67194-o1 .upload-box label{
    height: auto !important;
}
#popmake-69348 .pum-close.popmake-close{
    right: 0px !important;
}

#pum-69348 {
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE & Edge */
  overflow-y: auto !important;
}

#pum-69348::-webkit-scrollbar {
  display: none;               /* Chrome, Safari */
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){
    padding-right: 0px !important;
}

div#pum-69348.pum-overlay{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div#popmake-69348.pum-container{
    margin-top: 50px !important;
    padding-bottom: 50px !important;
}
/* ===== UPDATED: Upload box with SVG dashed border - ENFORCED ===== */
 .upload-box {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%2320255D66' stroke-width='3' stroke-dasharray='21%2c 16' stroke-dashoffset='31' stroke-linecap='butt'/%3e%3c/svg%3e") !important;
    border-radius: 16px !important;
    border: none !important;
    text-align: center;
    padding: 16px 16px !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    transition: all 0.3s ease;
    height: 100px !important;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    
    /* Force override any conflicting styles */
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
 .upload-box:hover {
    background-color: #f3f7ff !important;
    /* Keep the dashed border on hover by preserving the background-image */
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%2320255D66' stroke-width='3' stroke-dasharray='21%2c 16' stroke-dashoffset='31' stroke-linecap='butt'/%3e%3c/svg%3e") !important;
}
/* FIXED: Added proper spacing between icon and text */
 .upload-box svg {
    margin-bottom: 8px !important;
    display: block;
    width: 20px;
    height: 20px;
}
 .upload-box p {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #001662;
    margin: 0 0 3px 0 !important;
    line-height: 1.3;
}
.upload-box small {
    color: #666;
    font-size: 11px !important;
    font-weight: 400 !important;
    display: block !important;
    margin-top: 0 !important;
    line-height: 1.3;
}
 .upload-box input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
 .file-upload .hidden-cf7-file {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    border: 0 !important;
}
 .upload-box label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    gap: 6px !important;
}
/* --- Submit Button - IDENTICAL TO PREVIOUS FORMS --- */
.wpcf7-submit-style {
    display: inline-block !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    width: auto !important;
}
.submit-style-in {
    display: none !important;
}
.wpcf7-submit-style .wpcf7-form-control.wpcf7-submit,
.wpcf7-submit-style input[type="submit"], 
.wpcf7-submit-style .wpcf7-submit,
.wpcf7-submit-style #submitbutton,
.wpcf7-form-control.wpcf7-submit,
.wpcf7 input[type="submit"], 
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-submit,
#submitbutton, 
.wpcf7-form-control .wpcf7-submit,
.wpcf7-submit {
    background-color: #0059AA !important;
    color: white !important;
    padding: 12px 32px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 99px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    justify-content: center !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    font-family: 'Alexandria', sans-serif !important;
    line-height: normal !important;
    min-height: auto !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    position: relative !important;
    z-index: 10 !important;
}
.wpcf7-submit-style .wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-submit-style input[type="submit"]:hover, 
.wpcf7-submit-style .wpcf7-submit:hover,
.wpcf7-submit-style #submitbutton:hover,
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7 input[type="submit"]:hover, 
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:hover,
#submitbutton:hover, 
.wpcf7-form-control .wpcf7-submit:hover,
.wpcf7-submit:hover {
    background-color: #004a8f !important;
    transform: translateY(-1px) !important;
    box-shadow: none !important;
}
/* Remove any button default styles */
input[type="submit"],
button[type="submit"],
.wpcf7-submit {
    all: unset;
}
.wpcf7 form input.wpcf7-submit:not([disabled]):not([type="hidden"]),
.wpcf7 form input[type="submit"]:not([disabled]):not([type="hidden"]) {
    background-color: #0059AA !important;
    color: #fff !important;
    border: none !important;
    border-radius: 99px !important;
    font-family: 'Alexandria', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    line-height: normal !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 24px !important;
    position: relative !important;
    z-index: 10 !important;
}
/* --- Checkbox Styling - CONSISTENT FONT SIZE --- */
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-acceptance {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.wpcf7 .wpcf7-list-item-label:before {
    display: none !important;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
}
.wpcf7 .wpcf7-checkbox input[type="checkbox"],
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    position: static !important;
    width: 16px !important; 
    height: 16px !important;
    min-width: 16px !important; 
    margin: 1px 0 0 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    cursor: pointer;
    border: 2px solid #c9cdee;
    border-radius: 3px;
    /* Removed: background-color: #f3f5ff; */
    transition: all 0.2s ease;
    position: relative !important;
    flex-shrink: 0;
}
.wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked,
.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked {
    background-color: #0059AA !important;
    border-color: #0059AA !important;
}
.wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked::after,
.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: "✓" !important; 
    color: white;
    font-size: 11px; 
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    display: block !important;
}

/* --- ERROR STYLING - IDENTICAL TO PREVIOUS FORMS --- */
/* 1. Hide the error text tooltip completely */
.wpcf7-not-valid-tip {
    display: none !important;
}
/* 2. Turn the bottom border red */
.wpcf7-not-valid {
    border-bottom-color: #dc3545 !important;
}
/* 3. Turn the PLACEHOLDER text red */
.wpcf7-not-valid::placeholder {
    color: #dc3545 !important;
    opacity: 1 !important;
    font-weight: 500;
}
/* Browser prefixes */
.wpcf7-not-valid::-webkit-input-placeholder {
    color: #dc3545 !important;
    opacity: 1 !important;
}
.wpcf7-not-valid::-moz-placeholder {
    color: #dc3545 !important;
    opacity: 1 !important;
}
.wpcf7-not-valid:-ms-input-placeholder {
    color: #dc3545 !important;
    opacity: 1 !important;
}

.popmake-content .wpcf7 .wpcf7-not-valid{
    margin-bottom: 20px !important;
}

#popmake-69348{
    max-width: 640px;
}
/* --- Response messages --- */
.wpcf7 .wpcf7-response-output {
    padding: 12px;
    margin: 14px 0;
    border-radius: 6px;
    font-size: 12px;
}
.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
/* Hide the CF7 auto-generated label text but keep the checkbox visible */
/* Custom Acceptance Styling - FIX */
.wpcf7-acceptance.custom-acceptance {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    margin: 14px 0 !important;
}

.wpcf7-acceptance.custom-acceptance .wpcf7-list-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    margin: 0 !important;
}

.wpcf7-acceptance.custom-acceptance .wpcf7-list-item-label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #666 !important;
    line-height: 1.4 !important;
    display: inline !important;
}

.wpcf7-acceptance.custom-acceptance a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #0066cc !important;
    text-decoration: underline !important;
}

.wpcf7-acceptance.custom-acceptance input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    margin: 1px 0 0 0 !important;
    padding: 0 !important;
    border: 2px solid #c9cdee !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
    position: relative !important;
}

.wpcf7-acceptance.custom-acceptance input[type="checkbox"]:checked {
    background-color: #0059AA !important;
    border-color: #0059AA !important;
}

.wpcf7-acceptance.custom-acceptance input[type="checkbox"]:checked::after {
    content: "✓" !important;
    color: white !important;
    font-size: 11px !important;
    font-weight: bold !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    line-height: 1 !important;
    display: block !important;
}
.acceptance-group .wpcf7-list-item:first-child .wpcf7-list-item-label {
    font-size: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Show the custom label span */
.acceptance-group > .wpcf7-list-item-label {
    font-size: 13px !important;
    width: auto !important;
}

/* Ensure checkbox is visible */
.acceptance-group .wpcf7-checkbox input[type="checkbox"] {
    display: inline-block !important;
    margin-right: 8px !important;
}
/* --- Responsive - IDENTICAL TO PREVIOUS FORMS --- */
@media (max-width: 1024px) {
  /* Remove the html, body overflow-y rule */
  
  .wpcf7 {
    padding: 16px 12px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .popmake-content .wpcf7{
    margin-top: 0 !important;
  }
  
  /* Remove the ::after breathing room */
  .wpcf7::after {
    display: none !important;
  }
}

@media (max-width: 768px) {
    .wpcf7 {
        padding: 12px;
    }
    
    .form-row-2col {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 select,
    .wpcf7 textarea {
        padding: 8px 8px 8px 28px;
        font-size: 12px;
        min-height: 36px;
    }
    
    .field-icon {
        width: 18px;
        height: 18px;
    }
    
    .field-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .field-with-icon.has-textarea .field-icon {
        top: 10px;
    }
    
    .wpcf7 h2,
    .wpcf7 h3 {
        font-size: 15px; 
        margin-bottom: 10px;
    }
    .gender-row,
    .wpcf7-radio,
    .tag-group {
        flex-wrap: wrap;
        gap: 8px !important;
    }
    .gender-row .wpcf7-list-item-label,
    .wpcf7-radio .wpcf7-list-item-label,
    .tag-group .wpcf7-list-item-label {
        padding: 6px 16px; 
        font-size: 11px !important;
    }
    
   .wpcf7-submit-style .wpcf7-form-control.wpcf7-submit,
.wpcf7-submit-style input[type="submit"], 
.wpcf7-submit-style .wpcf7-submit,
.wpcf7-submit-style #submitbutton,
.wpcf7-form-control.wpcf7-submit,
.wpcf7 input[type="submit"], 
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-submit,
#submitbutton, 
.wpcf7-form-control .wpcf7-submit,
.wpcf7-submit {
  background-color: #0059AA !important;
  color: white !important;
  padding: 16px 32px !important;
   font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 99px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  justify-content: center !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  font-family: 'Alexandria', sans-serif !important;
  line-height: 24px !important;
  min-height: auto !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  z-index: 10 !important;
}
    
    .wpcf7 textarea {
        min-height: 80px !important;
        height: 80px !important;
    }
    
    /* Responsive upload box */
    .upload-box {
        height: 85px !important;
        padding: 12px !important;
    }
    
    .upload-box svg {
        margin-bottom: 6px !important;
        width: 18px;
        height: 18px;
    }
    
    .upload-box p {
        font-size: 11px !important;
        margin-bottom: 2px !important;
    }
    
    .upload-box small {
        font-size: 9px !important;
    }
    
    .upload-box label {
        gap: 5px !important;
    }
    
    .field-with-icon {
        margin-bottom: 12px !important;
    }
}

.wpcf7 .wpcf7-acceptance label{
    display: flex !important;
}/* End custom CSS */
/* Start custom CSS *//* === CENTER CONTACT FORM POPUP (Elementor + CF7) === */

/* Make the outer popup fill the viewport and center content */
.dialog-message.dialog-lightbox-message {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100vh !important;
  width: 100vw !important;
  padding: 60px 20px !important; /* Top/bottom margin via padding */
  box-sizing: border-box !important;
  background: transparent !important; /* Remove background */
}

/* Ensure the inner popup is centered and sized nicely */
.elementor-location-popup,
.elementor-67365 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  max-width: 720px !important;
  margin: 0 auto !important;
  border-radius: 24px !important;
  overflow: visible !important; /* Allow shadow to show */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important; /* Add elevation */
  background: transparent !important; /* Remove white background */
}

/* Remove background from all popup layers */
.elementor-67365 .elementor-widget-wrap,
.elementor-67365 .e-con,
.elementor-67365 .elementor-element,
.dialog-widget-content,
.dialog-message {
  background-color: transparent !important;
  background: transparent !important;
}

/* Center the actual form content */
.elementor-67365 .e-con-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

/* Remove Elementor's default positioning */
.elementor-67365[data-elementor-type="popup"] {
  transform: none !important;
  top: auto !important;
  left: auto !important;
  position: relative !important;
}

/* Ensure popup content is scrollable if needed */
.dialog-widget-content {
  overflow-y: visible !important;
  max-height: none !important;
}

/* Optional: Smooth popup appearance */
.dialog-message.dialog-lightbox-message {
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dialog-message.dialog-lightbox-message {
    padding: 40px 15px !important;
  }
  
  .elementor-location-popup,
  .elementor-67365 {
    max-width: 100% !important;
    border-radius: 16px !important;
  }
  
  .dialog-widget-content {
    max-height: calc(100vh - 80px) !important;
  }
}/* End custom CSS */