/*
 Theme Name:   Hoangphantst theme
 Template:     hello-elementor
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme of Hello Elementor
 Author:       Diem Bui
 Version:      1.0
*/


.banner_home{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(137, 208, 133, 0.1) 66.5%, rgba(77, 184, 72, 0.1) 100%);
}
/* Nền form sáng */
.wpcf7 form {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 20px;
  color: #111;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/* Input bo tròn, sáng, chữ đen */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #111;
  margin-bottom: 10px;
  transition: border 0.3s, box-shadow 0.3s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.4);
  outline: none;
}
.form_khaosat span.wpcf7-form-control-wrap{
  width: 100%;
    display: block;
    margin-top: 6px;
}
.form_khaosat p{
  font-weight: 400;
}
p{
  font-family: "Roboto", sans-serif;
}
/* Label */
.wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  color: #333;
}
.form_khaosat span.wpcf7-form-control.wpcf7-radio{
    display: flex;
    justify-content: space-between;
}
.form_khaosat .fieldset-cf7mls>p{
margin-bottom: 20px;
}
.wpcf7-form label{
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
/* Nút submit “KẾ TIẾP” */
.wpcf7 input[type="submit"] {
  background: linear-gradient(to right, #4facfe, #00f2fe);
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.4s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: linear-gradient(to right, #00f2fe, #4facfe);
}

/* Ẩn thông báo mặc định */
.wpcf7-response-output {
  display: none;
}

/* Multi-step form - nếu dùng */
.cf7-step {
  display: none;
}
.cf7-step.active {
  display: block;
}

/* Header bước */
.form-step-header {
  text-align: center;
  margin-bottom: 20px;
}
.form-step-header .step {
  display: inline-block;
  margin: 0 8px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ddd;
  color: #111;
  border-radius: 50%;
}
.form-step-header .step.active {
  background: #00f2fe;
  color: white;
}
.elementor-menu-toggle .e-font-icon-svg{
  fill: #4db849 !important;
}
.icon_header .elementor-grid-item:nth-child(3) .cls-1{
    fill: #fff !important;
}