.elementor-641 .elementor-element.elementor-element-daffb5b{--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;}/* Start custom CSS for shortcode, class: .elementor-element-5a42058 *//* ===== SGU CONTACT FORM ===== */
.sgu-form {
  max-width: 1100px;
  margin: auto;
  padding: 50px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(28px);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
  color: #fff;
  font-family: 'Poppins', 'Inter', system-ui, sans-serif;
}

/* SECTION TITLES */
.sgu-form-section {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 28px;
  background: linear-gradient(120deg, #00d4ff, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sgu-form-sub {
  margin: 40px 0 18px;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: #eaeaea;
}

.highlight-agro { color: #ffd700; }
.highlight-bio { color: #00d4ff; }

/* GRID */
.sgu-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* INPUTS */
.sgu-form input[type="text"],
.sgu-form input[type="email"],
.sgu-form input[type="tel"],
.sgu-form input[type="number"],
.sgu-form textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.sgu-form textarea {
  min-height: 130px;
  resize: vertical;
}

.sgu-form input:focus,
.sgu-form textarea:focus {
  outline: none;
  border-color: #00d4ff;
  box-shadow: 0 0 0 2px rgba(0,212,255,0.25);
}

/* RADIO & CHECKBOX */
.sgu-radio span,
.sgu-check span {
  display: inline-flex;
  align-items: center;
  margin: 10px 22px 0 0;
  cursor: pointer;
  font-size: 14px;
  color: #e6e6e6;
}

.sgu-radio input,
.sgu-check input {
  accent-color: #ffd700;
  margin-right: 8px;
}

/* LABELS */
.sgu-form label {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #bfc6cc;
}

/* SUBMIT */
.sgu-submit-wrap {
  margin-top: 40px;
  text-align: center;
}

.sgu-form input[type="submit"] {
  padding: 16px 46px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  color: #000;
  background: linear-gradient(120deg, #00d4ff, #ffd700);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sgu-form input[type="submit"]:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 30px 80px rgba(0,0,0,0.75);
}

/* MOBILE */
@media (max-width: 768px) {
  .sgu-form {
    padding: 32px;
  }

  .sgu-grid-2 {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */