.elementor-97 .elementor-element.elementor-element-8547945{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for darkyn_form, class: .elementor-element-9ba68cd */.wpcf7 select {
  background-color: #111;   /* black background */
  color: #fff;              /* white text */
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  appearance: none;         /* remove default arrow styling */
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* optional: custom arrow for select */
.wpcf7 select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 32px; /* space for arrow */
} 

.wpcf7 form {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #f1f1f1; /* light text */
  max-width: 700px;
  margin: 0 auto;
}

.wpcf7 h3 {
  font-weight: 400;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.wpcf7 label {
  display: block;
  margin: 12px 0 6px;
  font-size: 14px;
  color: #dcdcdc;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  transition: border-color 0.3s, background 0.3s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #DC5F00; /* accent highlight */
  background: rgba(255,255,255,0.1);
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  accent-color: #DC5F00; /* modern browsers */
  margin-right: 6px;
}

.wpcf7 .wpcf7-acceptance label {
  font-size: 13px;
  color: #ccc;
}

.wpcf7 input[type="submit"] {
  background: #DC5F00;
  color: #fff;
  font-weight: 400;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background: #DC5F00;
}

.wpcf7-response-output {
  margin-top: 15px;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
}/* End custom CSS */