.elementor-1419 .elementor-element.elementor-element-d0f056f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-681b770 *//* ── Bahkaly CF7 Form Styles ── */
.bahkaly-form-wrap {
  font-family: 'Barlow', sans-serif;
}

.bf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.bf-full {
  margin-bottom: 12px;
}

.bf-row label,
.bf-full label {
  display: flex;
  flex-direction: column;
  font-size: 12.5px;
  font-weight: 600;
  color: #0d1f1a;
  gap: 5px;
}

.bf-row label .req,
.bf-full label .req {
  color: #e53e3e;
  margin-left: 2px;
}

.bf-full label .opt {
  color: #9ca3af;
  font-weight: 400;
}

.bahkaly-form-wrap .wpcf7-form-control.wpcf7-text,
.bahkaly-form-wrap .wpcf7-form-control.wpcf7-email,
.bahkaly-form-wrap .wpcf7-form-control.wpcf7-tel,
.bahkaly-form-wrap .wpcf7-form-control.wpcf7-select,
.bahkaly-form-wrap .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #e5e7eb;
  border-radius: 6px;
  font-size: 13.5px;
  font-family: 'Barlow', sans-serif;
  color: #0d1f1a;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.bahkaly-form-wrap .wpcf7-form-control.wpcf7-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
}

.bahkaly-form-wrap .wpcf7-form-control:focus {
  border-color: #1b6b4a;
}

.bahkaly-form-wrap .wpcf7-form-control.wpcf7-textarea {
  min-height: 100px;
  resize: vertical;
}

.bahkaly-form-wrap .wpcf7-submit {
  width: 100%;
  background: #176640;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 4px;
  transition: background 0.2s;
}

.bahkaly-form-wrap .wpcf7-submit:hover {
  background: #1a7a50;
}

.bf-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11.5px;
  color: #9ca3af;
  margin-top: 10px;
  text-align: center;
}

.bahkaly-form-wrap .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #e53e3e;
  margin-top: 3px;
}

.bahkaly-form-wrap .wpcf7-response-output {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  border: none !important;
}

.bahkaly-form-wrap .wpcf7-mail-sent-ok {
  background: #e8f5ee;
  color: #1b6b4a;
}

.bahkaly-form-wrap .wpcf7-validation-errors,
.bahkaly-form-wrap .wpcf7-mail-sent-ng {
  background: #fef2f2;
  color: #e53e3e;
}

@media (max-width: 580px) {
  .bf-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */