/* Start custom CSS for shortcode, class: .elementor-element-59801f3 */.form__tv_expert {
  background-image: url("http://nhakhoathuyanh.com/wp-content/uploads/2025/12/Artboard-2-copy-2.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: flex-start; /* đưa form sang bên trái */
  align-items: flex-end;       /* đưa form xuống gần đáy */
  
  padding: 100px 160px 50px 160px;
  position: relative;
}

.form__content_imp_sale {
  padding: 0;                  /* bỏ padding trên để form sát đáy hơn */
  width: 70%;                  /* vẫn chiếm nửa ảnh */
  border-radius: 16px;
  position: relative;
  bottom: -60px;                /* cách mép dưới ảnh 20px */
}

/* Đưa 2 ô input lên cùng 1 hàng */
.form__content_tv_expert p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%; /* khoảng cách nhỏ giữa các input */
  margin: 0 0 16px 0;
}

.form__tv_expert input[type="text"],
.form__tv_expert input[type="tel"] {
  width: 100%; /* mỗi ô chiếm gần nửa chiều ngang */
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px 20px;
}

/* Nút gửi */
.form__tv_expert input[type="submit"] {
  background: linear-gradient(to right, #1f6c8f, #58b12c);
  color: white;
  font-size: 14px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  margin: 0px !important;
}

.form__tv_expert input[type="submit"]:hover {
  background-color: #b71c1c;
}

.form__content_tv_expert span[data-name="text-83"],

.form__content_tv_expert span[data-name="tel-549"] {
  width: 100%;
}

.form__content_tv_expert .wpcf7-checkbox{
    display: flex;
    flex-direction: column;
}

.form__content_tv_expert .text-gradient, .form__content_tv_expert .wpcf7-list-item-label {
  background: linear-gradient(to right, #1f6c8f, #58b12c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 20px;
}

/* Mobile */

@media screen and (max-width: 500px) {
  .form__tv_expert {

      padding: 86px 10px 50px 10px;
    
  }


  .form__content_tv_expert .wpcf7-checkbox{
    display: flex;
    flex-wrap:wrap;
    flex-direction: unset !important;
}
.form__content_tv_expert .text-gradient {

  font-size: 14px;
}
.form__content_tv_expert .wpcf7-list-item-label{
    font-size:10px;
}

.form__content_tv_expert .wpcf7-list-item {
    width: 43%;
}
 .form__tv_expert input[type="text"],
.form__tv_expert input[type="tel"] {

  font-size: 10px !important;

}

.form__imp_sale input[type="text"],
.form__imp_sale input[type="tel"] {
margin-bottom: 5px !important;
font-size: 10px;
}

  .form__tv_expert input[type="submit"] {
    margin-bottom: 0;
    font-size:10px;
  }
}/* End custom CSS */