.elementor-6644 .elementor-element.elementor-element-aab3782{--display:flex;}.elementor-6644 .elementor-element.elementor-element-aab3782:hover::before, .elementor-6644 .elementor-element.elementor-element-aab3782:hover > .elementor-background-video-container::before, .elementor-6644 .elementor-element.elementor-element-aab3782:hover > .e-con-inner > .elementor-background-video-container::before, .elementor-6644 .elementor-element.elementor-element-aab3782 > .elementor-background-slideshow:hover::before, .elementor-6644 .elementor-element.elementor-element-aab3782 > .e-con-inner > .elementor-background-slideshow:hover::before{--background-overlay:'';}.elementor-6644 .elementor-element.elementor-element-aab3782:hover{--overlay-opacity:0.5;}.elementor-6644 .elementor-element.elementor-element-aab3782.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6644 .elementor-element.elementor-element-8c7eb46{width:100%;max-width:100%;}@media(min-width:768px){.elementor-6644 .elementor-element.elementor-element-aab3782{--width:79.912%;}}/* Start custom CSS for shortcode, class: .elementor-element-8c7eb46 *//* ============================================================
   ISERA AKADEMİ — RTL/FPGA Değerlendirme Anketi
   ÇİP TEMALI TASARIM — Fluent Forms Özel CSS
   
   Kurulum: WordPress → Görünüm → Özelleştir → Ek CSS
   veya Fluent Forms → Form Düzenle → Ayarlar → Özel CSS/JS
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');

/* ──────────────────────────────────────────────
   SAYFA ARKA PLANI — Devre kartı grid deseni
   ────────────────────────────────────────────── */
.fluentform {
    padding-left: 30px;
    padding-right: 30px; /* simetrik olsun */
}

body.page-id-6644,
.page-id-6644 .site-main,
.page-id-6644 #content {
  background-color: #0f2238 !important;
  background-image:
    linear-gradient(rgba(0, 200, 150, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 200, 150, 0.1) 1px, transparent 1px);
  background-size: 40px 40px !important;
}

/* ──────────────────────────────────────────────
   FORM KAPSAYICI
   ────────────────────────────────────────────── */

.fluentform,
.ff_form_wrap {
  font-family: 'IBM Plex Sans', sans-serif !important;
  max-width: 800px !important;
  margin: 48px auto !important;
  background: #0d1929 !important;
  border: 1px solid #1a3a5c !important;
  border-radius: 0px !important;
  box-shadow:
    0 0 0 1px rgba(0, 200, 150, 0.08),
    0 0 40px rgba(0, 200, 150, 0.06),
    0 24px 64px rgba(0, 0, 0, 0.6) !important;
  overflow: visible !important;
  position: relative;
}

/* Köşe süsleri — çip köşesi efekti */
.fluentform::before,
.fluentform::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #00c896;
  border-style: solid;
  z-index: 10;
}
.fluentform::before {
  top: -1px; left: -1px;
  border-width: 2px 0 0 2px;
}
.fluentform::after {
  bottom: -1px; right: -1px;
  border-width: 0 2px 2px 0;
}

/* ──────────────────────────────────────────────
   FORM BAŞLIK ŞERIDI
   ────────────────────────────────────────────── */

.ff_form_wrap .ff-el-section-title:first-child,
.ff-el-section-break:first-of-type h2,
.ff-el-section-break:first-of-type h3 {
  background: linear-gradient(135deg, #0a1628 0%, #0d2444 100%) !important;
  border-left: 3px solid #00c896 !important;
  border-bottom: 1px solid #1a3a5c !important;
  border-top: none !important;
  color: #00c896 !important;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 18px 26px !important;
  margin: 0 !important;
}

/* Üst başlık alanı — form adı */
.ff-el-form-head,
.ff-form-title,
h2.ff-form-title {
  background: linear-gradient(135deg, #060e1c 0%, #0d2040 100%) !important;
  border-bottom: 2px solid #00c896 !important;
  padding: 28px 32px 24px !important;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
}

.ff-el-form-head::after {
  content: '< FPGA → ASIC />';
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: rgba(0, 200, 150, 0.35);
  letter-spacing: 0.15em;
  margin-top: 6px;
}

/* ──────────────────────────────────────────────
   FORM İÇ ALAN PADDING
   ────────────────────────────────────────────── */
/* PAGE-6644: Üst çizgi ile ilk alan arasına boşluk */
body.page-id-6644 .ff_form_wrap,
body.page-id-6644 .fluentform{
  padding-top: 24px !important;          /* kartın içinden aşağı it */
}

/* İlk satırı (Adınız / Soyadınız row) aşağı it */
body.page-id-6644 .ff_form_wrap form > .ff-el-row:first-child{
  margin-top: 24px !important;
}

/* Bazı yapılarda ilk grup row içinde değil; onu da yakala */
body.page-id-6644 .ff_form_wrap form .ff-el-group:first-of-type,
body.page-id-6644 .ff_form_wrap form .ff-el-form-group:first-of-type{
  margin-top: 24px !important;
}

.ff_form_wrap form,
.fluentform .ff-form-body {
  padding: 32px 32px 36px !important;
}

/* Her alan bloğu */
.ff-el-input--label,
.ff-el-form-group {
  margin-bottom: 15px !important;
}

/* ──────────────────────────────────────────────
   ETIKETLER
   ────────────────────────────────────────────── */

.ff-el-input--label label,
.ff-el-form-group label,
label.ff-el-is-required span,
.ff-el-input--label label span {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #8ab4d4 !important;
  letter-spacing: 0.03em !important;
  margin-bottom: 2px !important;
  display: block;
}

.ff-el-is-required .ff-el-input--label label::after {
  content: ' ·';
  color: #00c896;
  font-size: 16px;
  line-height: 0;
  vertical-align: middle;
}

/* ──────────────────────────────────────────────
   TEXT & EMAIL INPUTLAR
   ────────────────────────────────────────────── */

.ff-el-form-control,
input.ff-el-form-control,
.fluentform input[type="text"],
.fluentform input[type="email"] {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 13px !important;
  color: #c8e0f4 !important;
  background: #060e1c !important;
  border: 1px solid #1e3a5a !important;
  border-radius: 15px !important;
  padding: 12px 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  outline: none !important;
  caret-color: #00c896;
}

.ff-el-form-control::placeholder,
input.ff-el-form-control::placeholder,
.fluentform input[type="text"]::placeholder,
.fluentform input[type="email"]::placeholder {
  color: #2a4a6a !important;
  font-style: italic;
}

.ff-el-form-control:focus,
input.ff-el-form-control:focus,
.fluentform input[type="text"]:focus,
.fluentform input[type="email"]:focus {
  border-color: #00c896 !important;
  box-shadow: 0 0 0 3px rgba(0, 200, 150, 0.10), 0 0 12px rgba(0, 200, 150, 0.08) !important;
  background: #080f1e !important;
}

/* ──────────────────────────────────────────────
   TEXTAREA
   ────────────────────────────────────────────── */

textarea.ff-el-form-control,
.fluentform textarea {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 13px !important;
  color: #c8e0f4 !important;
  background: #060e1c !important;
  border: 1px solid #1e3a5a !important;
  border-radius: 3px !important;
  padding: 12px 16px !important;
  min-height: 100px !important;
  resize: vertical !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  outline: none !important;
  caret-color: #00c896;
}

textarea.ff-el-form-control:focus,
.fluentform textarea:focus {
  border-color: #00c896 !important;
  box-shadow: 0 0 0 3px rgba(0, 200, 150, 0.10) !important;
  background: #080f1e !important;
}

textarea.ff-el-form-control::placeholder {
  color: #2a4a6a !important;
  font-style: italic;
}

/* ──────────────────────────────────────────────
   SELECT / DROPDOWN
   ────────────────────────────────────────────── */

select.ff-el-form-control,
.fluentform select {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 13px !important;
  color: #c8e0f4 !important;
  background-color: #060e1c !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2300c896' d='M5 6L0 0h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  border: 1px solid #1e3a5a !important;
  border-radius: 3px !important;
  padding: 12px 40px 12px 16px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  outline: none !important;
}

select.ff-el-form-control:focus,
.fluentform select:focus {
  border-color: #00c896 !important;
  box-shadow: 0 0 0 3px rgba(0, 200, 150, 0.10) !important;
}

select.ff-el-form-control option {
  background: #0d1929 !important;
  color: #c8e0f4 !important;
}

/* ──────────────────────────────────────────────
   RADİO & CHECKBOX — PİL BUTON GÖRÜNÜMÜ
   ────────────────────────────────────────────── */

/* Radio/checkbox wrapper — yatay diz */
.ff-el-input--content .ff-checkable-grp {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

/* Orijinal input'u gizle ama DOM akışında tut */
.ff-el-input--content input[type="radio"],
.ff-el-input--content input[type="checkbox"] {
  position: relative !important;   /* absolute kaldırıldı */
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  pointer-events: none !important;
}

/* Etiket = kliklenebilir pill */
.ff-el-input--content input[type="radio"] + span,
.ff-el-input--content input[type="radio"] + label,
.ff-el-input--content input[type="checkbox"] + span,
.ff-el-input--content input[type="checkbox"] + label {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 15px !important;
  border: 1px solid #1e3a5a !important;
  border-radius: 15px !important;
  background: #080f1e !important;
  color: #6a9ab8 !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
  white-space: nowrap !important;
  letter-spacing: 0.02em !important;
  user-select: none !important;
  position: relative;
}

/* Hover durumu */
.ff-el-input--content input[type="radio"] + span:hover,
.ff-el-input--content input[type="radio"] + label:hover,
.ff-el-input--content input[type="checkbox"] + span:hover,
.ff-el-input--content input[type="checkbox"] + label:hover {
  border-color: #00c896 !important;
  color: #00c896 !important;
  background: rgba(0, 200, 150, 0.04) !important;
}

/* Seçili durumu */
.ff-el-input--content input[type="radio"]:checked + span,
.ff-el-input--content input[type="radio"]:checked + label,
.ff-el-input--content input[type="checkbox"]:checked + span,
.ff-el-input--content input[type="checkbox"]:checked + label {
  background: rgba(0, 200, 150, 0.12) !important;
  border-color: #00c896 !important;
  color: #00c896 !important;
  font-weight: 600 !important;
  box-shadow: 0 0 12px rgba(0, 200, 150, 0.15), inset 0 0 8px rgba(0, 200, 150, 0.05) !important;
}

/* Seçili işaret — küçük nokta */
.ff-el-input--content input[type="radio"]:checked + span::before,
.ff-el-input--content input[type="radio"]:checked + label::before {
  content: '▶ ';
  font-size: 8px;
  margin-right: 4px;
  opacity: 0.8;
}

/* ──────────────────────────────────────────────
   RATING — SAYISAL PUANLAMA (1-5)
   ────────────────────────────────────────────── */

.ff-el-ratings,
.ff-rating-group,
.fluent_field_rating {
  display: flex !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

.ff-el-ratings label,
.ff-rating-group label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #1e3a5a !important;
  border-radius: 3px !important;
  background: #060e1c !important;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #3a6a8a !important;
  cursor: pointer !important;
  transition: all 0.15s !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ff-el-ratings input,
.ff-rating-group input {
  display: none !important;
}

.ff-el-ratings label:hover,
.ff-rating-group label:hover {
  border-color: #00c896 !important;
  color: #00c896 !important;
  background: rgba(0, 200, 150, 0.08) !important;
}

.ff-el-ratings input:checked + label,
.ff-rating-group input:checked + label,
.ff-el-ratings label.active,
.ff-el-ratings label.ff-rating-active {
  background: rgba(0, 200, 150, 0.15) !important;
  border-color: #00c896 !important;
  color: #00c896 !important;
  box-shadow: 0 0 14px rgba(0, 200, 150, 0.20) !important;
}

/* ──────────────────────────────────────────────
   BÖLÜM AYIRICILAR (Section Break)
   ────────────────────────────────────────────── */

.ff-el-section-break {
  margin: 28px -32px 24px !important;
  padding: 0 !important;
  border: none !important;
}

.ff-el-section-break h2,
.ff-el-section-break h3,
.ff-section-title {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  color: #00c896 !important;
  background: rgba(0, 200, 150, 0.05) !important;
  border-top: 1px solid #1a3a5c !important;
  border-bottom: 1px solid #1a3a5c !important;
  border-left: 3px solid #00c896 !important;
  padding: 10px 32px !important;
  margin: 0 !important;
}

/* ──────────────────────────────────────────────
   GÖNDER BUTONU
   ────────────────────────────────────────────── */

.ff-btn-submit,
.fluentform .ff-btn-submit,
button.ff-btn.ff-btn-submit {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #080f1e !important;
  background: #00c896 !important;
  border: none !important;
  border-radius: 15px !important;
  padding: 16px 48px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  margin-top: 8px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 0 24px rgba(0, 200, 150, 0.30) !important;
}

.ff-btn-submit::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.4s;
}

.ff-btn-submit:hover::before {
  left: 100%;
}

.ff-btn-submit:hover,
.fluentform .ff-btn-submit:hover {
  background: #00e0a8 !important;
  box-shadow: 0 0 36px rgba(0, 200, 150, 0.50) !important;
  transform: translateY(-1px) !important;
}

.ff-btn-submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 0 16px rgba(0, 200, 150, 0.30) !important;
}

/* ──────────────────────────────────────────────
   HATA & BAŞARI MESAJLARI
   ────────────────────────────────────────────── */

.ff-el-is-error .ff-el-form-control,
.ff-el-is-error input,
.ff-el-is-error textarea,
.ff-el-is-error select {
  border-color: #ff4d6a !important;
  box-shadow: 0 0 0 3px rgba(255, 77, 106, 0.12) !important;
}

.error.text-danger,
.ff-el-is-error .error {
  color: #ff6b84 !important;
  font-size: 11px !important;
  font-family: 'IBM Plex Mono', monospace !important;
  margin-top: 5px !important;
  display: block;
}

.error.text-danger::before {
  content: '! ';
}

.ff-message-success,
.ff-errors-in-stack.ff-success-message {
  background: rgba(0, 200, 150, 0.08) !important;
  border: 1px solid #00c896 !important;
  border-left: 4px solid #00c896 !important;
  border-radius: 3px !important;
  padding: 24px 28px !important;
  color: #00c896 !important;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  box-shadow: 0 0 20px rgba(0, 200, 150, 0.12) !important;
}

/* ──────────────────────────────────────────────
   SCROLLBAR
   ────────────────────────────────────────────── */

.fluentform ::-webkit-scrollbar {
  width: 4px;
}

.fluentform ::-webkit-scrollbar-track {
  background: #060e1c;
}

.fluentform ::-webkit-scrollbar-thumb {
  background: #1e3a5a;
  border-radius: 2px;
}

.fluentform ::-webkit-scrollbar-thumb:hover {
  background: #00c896;
}

/* ──────────────────────────────────────────────
   MOBİL UYUM
   ────────────────────────────────────────────── */

@media (max-width: 640px) {
  .fluentform,
  .ff_form_wrap {
    margin: 16px !important;
    border-radius: 3px !important;
  }

  .ff_form_wrap form,
  .fluentform .ff-form-body {
    padding: 24px 20px 28px !important;
  }

  .ff-el-section-break {
    margin: 24px -20px 20px !important;
  }

  .ff-el-input--content .ff-checkable-grp {
    flex-direction: column !important;
    gap: 6px !important;
  }

  .ff-el-input--content input[type="radio"] + span,
  .ff-el-input--content input[type="radio"] + label,
  .ff-el-input--content input[type="checkbox"] + span,
  .ff-el-input--content input[type="checkbox"] + label {
    width: 100% !important;
    justify-content: center !important;
  }

  .ff-el-ratings,
  .ff-rating-group {
    flex-wrap: wrap !important;
  }
}/* End custom CSS */