.elementor-681 .elementor-element.elementor-element-b08e989{--display:flex;}.elementor-widget-fluent-form-widget .fluentform-widget-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-fluent-form-widget .ff-el-progress-status{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-fluent-form-widget .ff-el-progress-bar span{color:var( --e-global-color-primary );}.elementor-widget-fluent-form-widget .step-nav button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-681 .elementor-element.elementor-element-23a21ad .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:var( --e-global-color-58ce10f );color:#ffffff !important;}body.elementor-page-681{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ===============================
   MODERN / TRENDI DOKS INFO BLOKK
   =============================== */

.docs-info-section {
  max-width: 920px;
  margin: 40px auto;
  padding: 40px 36px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.06),
    0 1px 3px rgba(0,0,0,0.05);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #111;
  line-height: 1.65;
}

/* ===== CÍMSOROK ===== */

.docs-info-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.docs-info-section h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 36px 0 12px;
  letter-spacing: -0.01em;
}

.docs-info-section h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 8px;
  opacity: 0.85;
}

/* ===== SZÖVEG ===== */

.docs-info-section p {
  font-size: 15px;
  margin: 12px 0;
  color: #1a1a1a;
}

.docs-info-section strong {
  font-weight: 600;
}

/* ===== LISTÁK ===== */

.docs-info-section ul,
.docs-info-section ol {
  margin: 14px 0 14px 22px;
  padding: 0;
}

.docs-info-section li {
  margin: 8px 0;
  font-size: 15px;
}

/* ===== KIEMELT INFÓ BLOKK ===== */

.docs-info-section p strong:first-child {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  background: #f4f6f8;
  font-size: 14px;
  margin-bottom: 6px;
}

/* ===== FINOM ELVÁLASZTÁS ===== */

.docs-info-section h3::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #c9a44c, #e6d3a3);
  border-radius: 3px;
  margin-bottom: 10px;
}

/* ===== LINK STÍLUS ===== */

.docs-info-section a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.docs-info-section a:hover {
  opacity: 0.75;
}

/* ===== MOBIL ===== */

@media (max-width: 768px) {
  .docs-info-section {
    padding: 28px 20px;
    margin: 20px 12px;
    border-radius: 16px;
  }

  .docs-info-section h2 {
    font-size: 22px;
  }

  .docs-info-section h3 {
    font-size: 17px;
  }

  .docs-info-section p,
  .docs-info-section li {
    font-size: 14px;
  }
}
/* =======================================
   FLUENT FORMS – MODERN / TRENDI STÍLUS
   ======================================= */

/* ALAP FORM KÁRTYA */
.fluentform {
  max-width: 920px;
  margin: 40px auto;
  padding: 40px 36px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.06),
    0 1px 3px rgba(0,0,0,0.05);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* FORM CÍM / LEÍRÁS */
.fluentform h2,
.fluentform h3 {
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.fluentform .ff-form-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fluentform .ff-form-description {
  font-size: 15px;
  color: #444;
  margin-bottom: 28px;
}

/* FORM MEZŐK */
.fluentform .ff-el-group {
  margin-bottom: 22px;
}

.fluentform .ff-el-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #111;
}

/* INPUT / SELECT / TEXTAREA */
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="number"],
.fluentform input[type="tel"],
.fluentform select,
.fluentform textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background: #fff;
  transition: all 0.2s ease;
}

/* FÓKUSZ */
.fluentform input:focus,
.fluentform select:focus,
.fluentform textarea:focus {
  outline: none;
  border-color: #c9a44c;
  box-shadow: 0 0 0 3px rgba(201,164,76,0.15);
}

/* PLACEHOLDER */
.fluentform ::placeholder {
  color: #999;
}

/* CHECKBOX / RADIO */
.fluentform .ff-el-form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.fluentform .ff-el-form-check input {
  margin-top: 4px;
}

/* HELP TEXT */
.fluentform .ff-el-help-text {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

/* HIBAÜZENET */
.fluentform .ff-el-error {
  font-size: 13px;
  color: #c0392b;
  margin-top: 6px;
}

/* MULTI STEP PROGRESS */
.fluentform .ff-step-header {
  margin-bottom: 28px;
}

.fluentform .ff-step-header ul {
  display: flex;
  gap: 8px;
}

.fluentform .ff-step-header li {
  flex: 1;
  height: 6px;
  background: #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
}

.fluentform .ff-step-header li.active,
.fluentform .ff-step-header li.completed {
  background: linear-gradient(90deg, #c9a44c, #e6d3a3);
}

/* GOMBOK */
.fluentform .ff-btn {
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* PRIMARY */
.fluentform .ff-btn-submit {
  background: #000;
  color: #fff;
}

.fluentform .ff-btn-submit:hover {
  background: #111;
  transform: translateY(-1px);
}

/* SECONDARY (VISSZA / KÖVETKEZŐ) */
.fluentform .ff-btn-secondary {
  background: #f2f2f2;
  color: #111;
}

.fluentform .ff-btn-secondary:hover {
  background: #e5e5e5;
}

/* FILE UPLOAD */
.fluentform .ff-upload {
  border: 2px dashed #ddd;
  border-radius: 14px;
  padding: 18px;
  background: #fafafa;
}

.fluentform .ff-upload:hover {
  border-color: #c9a44c;
}

/* MOBIL */
@media (max-width: 768px) {
  .fluentform {
    padding: 28px 20px;
    margin: 20px 12px;
    border-radius: 16px;
  }

  .fluentform .ff-form-title {
    font-size: 22px;
  }

  .fluentform input,
  .fluentform select,
  .fluentform textarea {
    font-size: 14px;
    padding: 12px 14px;
  }
}/* End custom CSS */