/* Premium Form Styles */
.free_sample_form {
  background: #ffffff;
  padding: 0 0 30px 0;
  margin-top: 77px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  font-family: "Outfit", sans-serif;
}

.form-top-border {
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #d02f38 0%, #d02f38 30%, #ffc107 100%);
}

.form-header {
  padding: 25px 30px 15px 30px;
  text-align: center;
}

.form-header h3 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-header span {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.free_sample_form form#requestsamplefrm {
  padding: 0 30px;
  margin-top: 10px;
}

.name-box li {
  list-style: none;
  margin-bottom: 15px;
  text-align: left;
}

.name-box li label {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
}

.name-box input {
  font-size: 14px;
  color: #333;
  border: 1px solid #999;
  outline: none;
  width: 100%;
  padding: 10px 12px;
  font-family: "Outfit", sans-serif;
  border-radius: 4px;
  background: #fff;
}

.form-footer-info {
  margin-top: 15px;
}

.secure-text {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.agree-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  color: #333;
  line-height: 1.4;
}

.agree-checkbox input {
  margin-top: 2px;
}

.agree-checkbox a {
  color: #d02f38;
  text-decoration: none;
}

.send-box {
  margin-top: 20px;
}

.submit-btn {
  width: 100%;
  background: #d02f38;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
  font-family: "Outfit", sans-serif;
}

.submit-btn:hover:not(:disabled) {
  background: #a51d24;
}

.submit-btn:disabled {
  background: #d02f38 !important;
  color: white !important;
  cursor: not-allowed;
  opacity: 0.5;
}

.errormsg {
  color: #d02f38;
  font-size: 11px;
  margin-top: 2px;
  display: none;
  /* font-weight: 500; */
  font-family: "Outfit", sans-serif;
}
