/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 01:33:37 */
/* Style the CV* label */
.elementor-field-type-upload .elementor-field-label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 6px;
    display: block;
}

/* Hide default file input (ugly choose file) */
.elementor-field-type-upload input[type="file"] {
    display: none !important;
}

/* Add custom black button after the label */
.elementor-field-type-upload .elementor-field-label::after {
    content: "+ Upload File";
    background-color: #000;
    color: #fff;
    padding: 13px 30px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s ease;
   margin: 0px;
    border-radius: 0px;
    font-weight: 400;
}

/* Hover effect */
.elementor-field-type-upload .elementor-field-label:hover::after {
    background-color: #333;
}

.contact__form__wrapper .elementor-field-type-upload .elementor-field-label {
    margin: 0px;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact__form__wrapper input:focus{
	outline:0px;
	box-shadow:none !important;
}

/* Default button text */
.elementor-field-type-upload .elementor-field-label::after {
    content: var(--btn-text, "+ Upload File");
}