/* Start custom CSS for shortcode, class: .elementor-element-8c6d0a1 */.form__call_cus_imp {
  background-image: url("https://nhakhoathuyanh.com/wp-content/uploads/2025/08/form-dang-ky-rang-su.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: flex-end; /* đẩy form sang phải */
  align-items: center;       /* căn giữa theo chiều dọc nếu có chiều cao */
  
  padding: 50px;

}

/* Khối form con */
.form__content_cus_imp {

  padding: 60px 30px 0 30px;
  width: 48%; /* chiếm nửa ảnh */
  border-radius: 16px;

}

.form__content_cus_imp p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.form__call_cus_imp input[type="text"],
.form__call_cus_imp input[type="tel"]{
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.form__call_cus_imp input[type="text"],
.form__call_cus_imp input[type="tel"]{
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px 20px;
  padding-left: 42px; /* chừa khoảng trống bên trái để icon không đè lên chữ */
}

/* Icon cho input tên */
.form__call_cus_imp input[name="text-693"] {
  background-image: url("http://nhakhoathuyanh.com/wp-content/uploads/2025/06/User-icon-21.png"); /* icon user */
}

/* Icon cho input số điện thoại */
.form__call_cus_imp input[name="tel-677"] {
  background-image: url("http://nhakhoathuyanh.com/wp-content/uploads/2025/06/phone-98.png"); /* icon phone */
}

/* Icon cho input Viber/Whatsapp */
.form__call_cus_imp input[name="tel-678"] {
  background-image: url("http://nhakhoathuyanh.com/wp-content/uploads/2025/06/viber_logo_icon_181379.png"); /* icon chat */
}

.form__call_cus_imp input[type="submit"] {
  background: linear-gradient(to right, #58b12c, #1f6c8f);
            color: white;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  width:100%;
}

.form__call_cus_imp input[type="submit"]:hover {
  background-color: #b71c1c;
}
@media screen and (max-width: 945px) {
  .form__call_cus_imp {
    background-image: url("https://nhakhoathuyanh.com/wp-content/uploads/2025/08/form-dang-ky-rang-su-mobile.webp") !important;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    min-height: auto;
  }
.form__call_cus_imp input[type="submit"] {
margin-bottom: 0;
}
  .form__content_cus_imp {
      margin: 245px auto 0 auto;
    width: 100%;
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
  }
}/* End custom CSS */