.text-white {color:#FFF}
.text-green {color:#6a9043}
.text-blue {color:#00999A}

/* HEADER */
header .logo-eedama-img {max-height:100px; width:auto;}
header .logo-masdar-img {max-width:330px; height:auto;padding-top:30px}

.grad-banner { background: linear-gradient(to right, #6a9043, #00999A); box-shadow: 0px 4px 6px rgba(128, 128, 128, 0.5);}

form#webform-submission-booking-form-add-form {background:#f0f3ec; padding:40px}
.form-text, .form-select, .form-email , .form-number {
    width: 100%; padding: 10px 14px; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 4px; transition: all 0.3s; }
  
.form-text:focus, .form-select:focus, .form-email:focus, .form-number:focus {
    border-color: #00999A; box-shadow: 0 0 8px rgba(0, 123, 255, 0.25); outline: none;}
  
.webform-button--submit { 
    display: inline-block; padding: 12px 25px; background-color: #6a9043; color: #fff; font-weight: 600; margin-top:30px;
    border: none; border-radius: 4px; cursor: pointer; transition: all 0.3s}
  
.webform-button--submit:hover {background-color: #00999A; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);}
div.form-actions {text-align: center;}
