.elementor-211 .elementor-element.elementor-element-7e00bb5d{--display:flex;}/* Start custom CSS */.cf7-custom-form fieldset {
  border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
  margin-bottom: 20px;
	background: white;
}

.cf7-custom-form legend {
    font-weight: bold;
    padding: 0 10px;
    font-size: 14px;
}

.cf7-custom-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.cf7-custom-form .form-group {
    flex: 1;
    min-width: 200px;
}

.cf7-custom-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0!important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield!important;
}

.cf7-custom-form select {
    background-color: #f0f0f5; 
}

.submit-button {
    text-align: left;
}


.resume-upload-container {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px;
    background-color: #fff;
    max-width: 600px;
}

.upload-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.upload-title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.upload-instructions p {
    color: #d87b21; 
    font-size: 14px;
    margin: 5px 0;
}

.upload-instructions{
    margin-top: 10px;
}
.dnd-upload-counter {
    display: none;
}

.codedropz-upload-inner {
    h3 {
        font-size: 18px;
    }
    font-size: 15px;
}/* End custom CSS */