/* Ümumi stil */
form.search {
  background-color: #0076c6; /* əsas fon rəngi */
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Sol və sağ sütunlar */
form.search .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 48%;
}

/* Etiket və input qrupları */
form.search label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
}

/* Seçimlər (select-lər) */
form.search select {
  margin-top: 5px;
  padding: 6px 10px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  width: 35%;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%225%22%20viewBox%3D%220%200%2010%205%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200l5%205%205-5z%22%20fill%3D%22%23333%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 5px;
}

/* Qiymət, Otaq və Sahə seçimləri üçün yatay düzülmə */
form.search label[for="none"] {
  display: flex;
  flex-direction: column;
}

form.search label[for="none"] select {
  width: 25%;
  display: inline-block;
}

/* Qiymət və s.-də iki select yan-yana */
form.search label[for="none"] select:first-child {
  margin-right: 4%;
}

/* Torpaq sahəsi seçimi */
#sahe_s {
  display: none; /* ehtiyac olduqda göstərilə bilər */
}

/* Axtar düyməsi */
form.search .bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

form.search input[type="submit"] {
  padding: 10px 20px;
  background-color: #00aaff;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

form.search input[type="submit"]:hover {
  background-color: #008fd1;
}
#qiy{
    display: inline-block;
}
#otaq .otaq5{
    margin-left: 14px;
}