الفا أونلاين للأفراد
label{
color: #E8631C;
text-align: start;
background-color: #f0f0f0;
border-radius: 10px;
padding: 7px;
margin-bottom: 10px;
}
/* Style for full-width input */
input[type="text"] {
width: 100%;
padding: 5px;
margin-bottom: 10px;
border: 1px solid #f0f0f0;
border-radius: 5px;
margin-bottom: 10px;
}
/* Style for the dropdown select */
select {
width: 100%;
padding: 5px;
margin-bottom: 10px;
border: 1px solid #f0f0f0;
border-radius: 5px;
color: #E8631C;
}
/* Style for the form container (optional) */
.form-container {
max-width: 100%;
margin: 0 auto;
padding: 20px;
}
/* Style for form submit button (optional) */
input[type="submit"] {
background-color: #E8631C;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 20px;
}
input[type="submit"]:hover {
background-color: #333438;
}
#confirmation-message {
display: none;
color: white;
margin-top: 10px;
padding:7px;
background-color: #f0f0f0
}
قطاع حكومي
قطاع خاص
قطاع عسكرى
متقاعد
تمويل شخصي " تورق "
تمويل مرابحة
تمويل تأجيري
تم رفع طلبك سيتم التواصل معك من خلال احد ممثلي المبيعات خلال 24 ساعة عمل
// JavaScript to show confirmation message after form submission
document.querySelector('form').addEventListener('submit', function(event) {
event.preventDefault(); // Prevent the form from actually submitting (for testing purposes)
// Display the confirmation message
document.getElementById('confirmation-message').style.display = 'block';
});
تم رفع طلبك سيتم التواصل معك من خلال احد ممثلي المبيعات خلال 24 ساعة عمل
// JavaScript to show confirmation message after form submission
document.querySelector('form').addEventListener('submit', function(event) {
event.preventDefault(); // Prevent the form from actually submitting (for testing purposes)
// Display the confirmation message
document.getElementById('confirmation-message').style.display = 'block';
});