.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================================
   FORM REGISTRASI PCC — Custom Elementor CSS
   Paste ke: Elementor > Edit Section/Widget > Custom CSS
   atau Settings > Custom CSS (seluruh halaman)
   ================================================ */

/* === CONTAINER FORM === */
.elementor-widget-form .elementor-widget-container {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0, 100, 140, 0.10), 0 1px 4px rgba(0,0,0,0.06);
  padding: 40px 48px;
  border-top: 4px solid #0e7fa8;
  max-width: 700px;
  margin: 0 auto;
}

/* === JUDUL FORM === */
.elementor-widget-form .elementor-widget-container h2,
.elementor-widget-form .elementor-widget-container h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0e4f6d;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e8f4f8;
  letter-spacing: -0.3px;
}

/* === FIELD GROUP (wrapper tiap field) === */
.elementor-field-group {
  margin-bottom: 20px !important;
}

/* === LABEL === */
.elementor-field-label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #3a5f72 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  margin-bottom: 6px !important;
  display: block;
}

/* Label "Required" badge */
.elementor-field-label .elementor-required-mark,
.elementor-field-required .elementor-field-label::after {
  color: #e05c5c !important;
  font-size: 13px;
}

/* === INPUT & TEXTAREA === */
.elementor-field-textual,
.elementor-field-textual:focus {
  width: 100% !important;
  height: 48px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  color: #1a3340 !important;
  background: #f5fafd !important;
  border: 1.5px solid #cde3ef !important;
  border-radius: 10px !important;
  transition: all 0.2s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

.elementor-field-textual:hover {
  border-color: #7dbdd8 !important;
  background: #eef7fc !important;
}

.elementor-field-textual:focus {
  border-color: #0e7fa8 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(14, 127, 168, 0.12) !important;
}

/* === SELECT DROPDOWN === */
.elementor-field-type-select select,
.elementor-select-wrapper select {
  width: 100% !important;
  height: 48px !important;
  padding: 0 40px 0 16px !important;
  font-size: 14px !important;
  color: #1a3340 !important;
  background: #f5fafd !important;
  border: 1.5px solid #cde3ef !important;
  border-radius: 10px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  transition: all 0.2s ease !important;
}

.elementor-field-type-select select:focus,
.elementor-select-wrapper select:focus {
  border-color: #0e7fa8 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(14, 127, 168, 0.12) !important;
  outline: none !important;
}

/* Ikon panah custom untuk select */
.elementor-select-wrapper {
  position: relative;
}

.elementor-select-wrapper::after {
  content: "▾";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #0e7fa8;
  font-size: 18px;
  pointer-events: none;
}

/* === NUMBER INPUT === */
input[type="number"].elementor-field {
  width: 100% !important;
  height: 48px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  color: #1a3340 !important;
  background: #f5fafd !important;
  border: 1.5px solid #cde3ef !important;
  border-radius: 10px !important;
  transition: all 0.2s ease !important;
}

input[type="number"].elementor-field:focus {
  border-color: #0e7fa8 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(14, 127, 168, 0.12) !important;
  outline: none !important;
}

/* === RADIO BUTTON CUSTOM === */
.elementor-field-type-radio .elementor-field-option,
.elementor-field-type-checkbox .elementor-field-option {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  padding: 10px 16px !important;
  margin-bottom: 8px !important;
  background: #f5fafd !important;
  border: 1.5px solid #cde3ef !important;
  border-radius: 10px !important;
  cursor: pointer;
  transition: all 0.2s ease !important;
  font-size: 14px !important;
  color: #1a3340 !important;
}

.elementor-field-type-radio .elementor-field-option:hover,
.elementor-field-type-checkbox .elementor-field-option:hover {
  border-color: #0e7fa8 !important;
  background: #eef7fc !important;
}

/* Radio input bawaan disembunyikan, styling custom */
.elementor-field-type-radio input[type="radio"],
.elementor-field-type-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: #0e7fa8 !important;
  cursor: pointer;
  flex-shrink: 0;
}

/* Highlight saat radio dipilih */
.elementor-field-type-radio input[type="radio"]:checked + span,
.elementor-field-type-radio .elementor-field-option:has(input:checked) {
  border-color: #0e7fa8 !important;
  background: #e0f2fb !important;
  color: #0e4f6d !important;
  font-weight: 600;
}

/* === DIVIDER SECTION (opsional pemisah visual) === */
.elementor-field-group + .elementor-field-group {
  position: relative;
}

/* === SUBMIT BUTTON === */
.elementor-button[type="submit"],
.elementor-button.elementor-size-md,
.e-form__buttons .elementor-button {
  background: linear-gradient(135deg, #0e7fa8 0%, #0a5f80 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 40px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 16px rgba(14, 127, 168, 0.30) !important;
  min-width: 160px;
}

.elementor-button[type="submit"]:hover,
.e-form__buttons .elementor-button:hover {
  background: linear-gradient(135deg, #0a5f80 0%, #073f57 100%) !important;
  box-shadow: 0 6px 20px rgba(14, 127, 168, 0.40) !important;
  transform: translateY(-1px) !important;
}

.elementor-button[type="submit"]:active,
.e-form__buttons .elementor-button:active {
  transform: translateY(0px) !important;
  box-shadow: 0 2px 8px rgba(14, 127, 168, 0.25) !important;
}

/* === PESAN ERROR / VALIDASI === */
.elementor-error .elementor-field-textual {
  border-color: #e05c5c !important;
  background: #fff5f5 !important;
}

.elementor-message.elementor-message-danger {
  font-size: 12px !important;
  color: #c0392b !important;
  margin-top: 4px !important;
}

/* === PESAN SUKSES === */
.elementor-message.elementor-message-success {
  background: #e8f8f0 !important;
  color: #1d6f42 !important;
  border-left: 4px solid #27ae60 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-weight: 600 !important;
}

/* === RESPONSIVE MOBILE === */
@media (max-width: 768px) {
  .elementor-widget-form .elementor-widget-container {
    padding: 24px 20px !important;
    border-radius: 12px !important;
  }
}/* End custom CSS */