/*
Theme Name:   MediCenter Child
Theme URI: https://1.envato.market/medicenter-responsive-medical-wordpress-theme
Description:  MediCenter Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     medicenter
Version:      1.2
Text Domain:  medicenter
*/
/* Scope to your form container */
/* Scope to your form container */
#contact-form-country .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

#contact-form-country .form-group {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

/* Style the telephone input plugin wrapper */
#contact-form-country .iti {
  width: 100%;
}

#contact-form-country .iti input {
  width: 100%;
  padding: 10px 12px 10px 60px; /* space for flag */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Style for all inputs */
#contact-form-country input,
#contact-form-country textarea,
#contact-form-country select {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

/* Submit button styling */
#contact-form-country input[type="submit"] {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

#contact-form-country input[type="submit"]:hover {
  background-color: #005f8d;
}
