input#input_1_1_3,
input#input_1_2,
input#input_1_3,
input#input_1_4_1,
input#input_1_4_3,
input#input_1_4_5 {
    background-color: #f6f6f6;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
}

/* Input Focus States */
input#input_1_1_3:focus,
input#input_1_2:focus,
input#input_1_3:focus,
input#input_1_4_1:focus,
input#input_1_4_3:focus,
input#input_1_4_5:focus {
    background-color: #fff;
    border-color: #2f4f4f;
    outline: none;
    box-shadow: 0 0 0 2px rgba(47, 79, 79, 0.2);
}

/* Input Hover States */
input#input_1_1_3:hover,
input#input_1_2:hover,
input#input_1_3:hover,
input#input_1_4_1:hover,
input#input_1_4_3:hover,
input#input_1_4_5:hover {
    border-color: #b0b0b0;
}

/* Submit Button */
input#gform_submit_button_1 {
    background-color: #2f4f4f;
    color: #fff;
    border: none;
    width: 100%;
    padding: 14px;
    border-radius: 4px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

input#gform_submit_button_1:hover {
    background-color: #3a5f5f;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

input#gform_submit_button_1:active {
    background-color: #244040;
    transform: translateY(0);
}

input#gform_submit_button_1:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 79, 79, 0.4);
}

#field_1_6 .gfield_label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#field_1_6 .ginput_container_fileupload {
    position: relative;
}

#field_1_6 #input_1_6 {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    background-color: #f8fafc;
    color: #1e293b;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#field_1_6 #input_1_6:hover {
    border-color: #cbd5e1;
    background-color: #ffffff;
}

#field_1_6 #input_1_6:focus {
    outline: none;
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.5);
}

#field_1_6 .gform_fileupload_rules {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #64748b;
}

#field_1_6 .validation_message {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #dc2626;
}

#field_1_6 #input_1_6::-webkit-file-upload-button {
    visibility: hidden;
}

#field_1_6 #input_1_6::before {
    content: 'Select a file';
    display: inline-block;
    color: #64748b;
}

/* Form Container */
.elementor-element-d792d5d .gform_wrapper {
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

/* Form Field Styling */
#field_2_2 {
    margin-bottom: 1.5rem;
}

#field_2_2 .gfield_label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#field_2_2 .gfield_required {
    color: #e53e3e;
    margin-left: 0.25rem;
}

/* Email Input Field */
#input_2_2 {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: #fff;
    color: #1e293b;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#input_2_2::placeholder {
    color: #94a3b8;
    opacity: 1;
}

#input_2_2:hover {
    border-color: #cbd5e1;
}

#input_2_2:focus {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

/* Submit Button */
#gform_submit_button_2 {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background-color: #d4ac61;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#gform_submit_button_2:hover {
    background-color: #fff;
	color:#000;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#gform_submit_button_2:active {
    background-color: #244040;
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#gform_submit_button_2:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 79, 79, 0.4);
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .elementor-element-d792d5d .gform_wrapper {
        padding: 0 15px;
    }
    
    #input_2_2 {
        padding: 0.65rem 0.875rem;
    }
    
    #gform_submit_button_2 {
        padding: 0.75rem;
    }
}
