.wpcf7-form .iti {
  width: 100%;
  display: block;
}

.wpcf7-form .iti input {
  width: 100%;
  padding-left: 80px !important; /* Ensure space for the flag and dial code */
}

/* Ensure the CF7 error tip looks consistent and appears in the correct position */
.wpcf7-form .ccf7-iti-error {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.wpcf7-form .iti__arrow {
  border-top: 4px solid #fff;
}


.wpcf7-form .iti__selected-dial-code{
  color: #fff;
}