/* === RESET & ALIGNMENT FIXES === */
.iti {
  position: relative;
  display: block;
  width: 100%;
}

#form-phone {
  width: 100%;
  height: 50px;
  padding-left: 70px; /* space for flag + code */
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: flex;
  align-items: center;
  z-index: 10;
}

/* Dropdown styling */
.iti__country-list {
  z-index: 99999 !important;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}