.elementor-4887 .elementor-element.elementor-element-e4fad09{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}@media(max-width:767px){.elementor-4887 .elementor-element.elementor-element-e4fad09{--margin-top:2rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}}/* Start custom CSS for html, class: .elementor-element-dd82230 *//* Style the form container */
form.TurnKeyCRM {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 !important;
    background-color: transparent;
    border: none;
    border-radius: 8px;
}

/* Style the fieldset */
form.TurnKeyCRM fieldset {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Columns for the left and right side */
form.TurnKeyCRM .column-left,
form.TurnKeyCRM .column-right {
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

/* Full-width elements */
form.TurnKeyCRM .full-width {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

/* Style form inputs, selects, and textarea */
form.TurnKeyCRM input[type="text"],
form.TurnKeyCRM input[type="number"],
form.TurnKeyCRM select,
form.TurnKeyCRM textarea {
    width: 100%;
    padding: 11px 15px;
    background-color: #F0F0F0 !important;
    border: 1px solid #dadbdd !important;
    border-radius: 4px;
    font-size: 17px;
    color: #606266;
}


/* Ensure consistent font size for all dropdown options */
form.TurnKeyCRM select option {
    font-size: 17px;
}

/* Remove capitalization for the first option in the dropdown */
form.TurnKeyCRM select option:first-child {
    text-transform: none !important;
}

/* Adjust the height of the "Mesaj" textarea */
form.TurnKeyCRM textarea {
    height: 100px !important;
}

/* Placeholder color should match input text color */
form.TurnKeyCRM input::placeholder,
form.TurnKeyCRM select option[value=""],
form.TurnKeyCRM textarea::placeholder {
    color: #606266 !important;
}

/* Focus state for inputs */
form.TurnKeyCRM input[type="text"]:focus,
form.TurnKeyCRM input[type="number"]:focus,
form.TurnKeyCRM select:focus,
form.TurnKeyCRM textarea:focus {
    background-color: white !important;
    border-color: #2babe2 !important;
}


/* Style the submit button */
form.TurnKeyCRM input[type="submit"] {
    width: 100%;
    background-color: #60BB6B;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 16px 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
}

/* Hover effect for submit button */
form.TurnKeyCRM input[type="submit"]:hover {
    background-color: #58AA62;
    border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    form.TurnKeyCRM fieldset {
        flex-direction: column;
    }
    form.TurnKeyCRM .column-left,
    form.TurnKeyCRM .column-right,
    form.TurnKeyCRM .full-width {
        flex-basis: 100%;
    }
}/* End custom CSS */