.elementor-586 .elementor-element.elementor-element-41716cf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-2336e0b *//* =========================================================
   ORCHIDEA ÉTTEREM – PRÉMIUM AJÁNLATKÉRŐ ŰRLAP
   Shortcode: [orchidea_ajanlatkeres]
========================================================= */

.orchidea-quote-form,
.orchidea-quote-form * {
  box-sizing: border-box;
}

.orchidea-quote-form {
  --oq-wine: #b0004a;
  --oq-wine-dark: #870039;
  --oq-rose: #904950;
  --oq-paper: #fff8f5;
  --oq-white: #ffffff;
  --oq-ink: #1e1b18;
  --oq-body: #5a4044;
  --oq-muted: #8f777d;
  --oq-line: rgba(176, 0, 74, 0.13);

  position: relative;
  isolation: isolate;
  width: min(100%, 1320px);
  margin: clamp(52px, 6vw, 88px) auto;
  padding:
    clamp(58px, 6vw, 84px)
    clamp(28px, 7vw, 96px)
    clamp(48px, 6vw, 76px);
  overflow: hidden;
  color: var(--oq-body);
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(176, 0, 74, 0.055) 0 250px,
      transparent 252px
    ),
    radial-gradient(
      circle at 0 100%,
      rgba(144, 73, 80, 0.04) 0 290px,
      transparent 292px
    ),
    radial-gradient(
      circle at 20% 25%,
      rgba(176, 0, 74, 0.04) 0 0.7px,
      transparent 0.9px
    ),
    radial-gradient(
      circle at 76% 68%,
      rgba(90, 64, 68, 0.035) 0 0.8px,
      transparent 1px
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 248, 245, 0.96)
    );
  background-size: auto, auto, 23px 27px, 31px 29px, auto;
  border: 1px solid rgba(176, 0, 74, 0.11);
  border-radius: 32px;
  box-shadow:
    0 36px 80px -48px rgba(48, 24, 31, 0.58),
    0 18px 40px -34px rgba(48, 24, 31, 0.28);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

/* Felső rózsaszín díszvonal */
.orchidea-quote-form::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 120px;
  height: 5px;
  background: var(--oq-wine);
  border-radius: 0 0 10px 10px;
  content: "";
  transform: translateX(-50%);
}

/* Halvány dekorációs kör */
.orchidea-quote-form::after {
  position: absolute;
  z-index: -1;
  right: -110px;
  bottom: 11%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(176, 0, 74, 0.055);
  border-radius: 50%;
  content: "";
}

/* =========================================================
   FEJLÉC
========================================================= */

.orchidea-quote-form__header {
  position: relative;
  max-width: 820px;
  margin: 0 auto clamp(48px, 5vw, 64px);
  padding-bottom: 29px;
  text-align: center;
}

.orchidea-quote-form__header::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 76px;
  height: 1px;
  background: rgba(176, 0, 74, 0.27);
  content: "";
  transform: translateX(-50%);
}

.orchidea-quote-form__header > span {
  display: inline-flex;
  margin: 0 0 17px;
  padding: 7px 15px;
  align-items: center;
  justify-content: center;
  color: var(--oq-wine);
  background: rgba(176, 0, 74, 0.055);
  border: 1px solid rgba(176, 0, 74, 0.12);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.orchidea-quote-form__header h1 {
  max-width: 760px;
  margin: 0 auto 17px;
  color: var(--oq-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(46px, 5.4vw, 68px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.orchidea-quote-form__header p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--oq-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

/* =========================================================
   MEZŐK ELRENDEZÉSE
========================================================= */

.orchidea-quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 28px;
  width: 100%;
}

.orchidea-quote-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 9px;
}

.orchidea-quote-field.is-wide {
  grid-column: 1 / -1;
}

/* Címkék */
.orchidea-quote-field__label {
  display: block;
  margin: 0;
  color: var(--oq-ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.orchidea-quote-field__label span {
  margin-left: 2px;
  color: var(--oq-wine);
}

/* =========================================================
   INPUT, SELECT, TEXTAREA
========================================================= */

.orchidea-quote-field
  input:not([type="radio"]):not([type="checkbox"]),
.orchidea-quote-field textarea,
.orchidea-quote-field select {
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 15px 18px;
  color: var(--oq-ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(144, 73, 80, 0.21);
  border-radius: 15px;
  box-shadow:
    0 12px 26px -25px rgba(65, 25, 39, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  outline: 0;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.orchidea-quote-field
  input:not([type="radio"]):not([type="checkbox"]):hover,
.orchidea-quote-field textarea:hover,
.orchidea-quote-field select:hover {
  background: #ffffff;
  border-color: rgba(176, 0, 74, 0.3);
}

.orchidea-quote-field
  input:not([type="radio"]):not([type="checkbox"]):focus,
.orchidea-quote-field textarea:focus,
.orchidea-quote-field select:focus {
  color: var(--oq-ink);
  background: #ffffff;
  border-color: rgba(176, 0, 74, 0.62);
  box-shadow:
    0 0 0 4px rgba(176, 0, 74, 0.07),
    0 14px 28px -24px rgba(80, 0, 35, 0.4);
}

.orchidea-quote-field
  input::placeholder,
.orchidea-quote-field textarea::placeholder {
  color: rgba(90, 64, 68, 0.58);
  opacity: 1;
}

.orchidea-quote-field textarea {
  min-height: 150px;
  line-height: 1.7;
  resize: vertical;
}

.orchidea-quote-field select {
  padding-right: 45px;
  cursor: pointer;
}

/* Dátumválasztó */
.orchidea-quote-field input[type="datetime-local"],
.orchidea-quote-field input[type="date"] {
  color-scheme: light;
}

.orchidea-quote-field
  input[type="datetime-local"]::-webkit-calendar-picker-indicator,
.orchidea-quote-field
  input[type="date"]::-webkit-calendar-picker-indicator {
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.68;
}

/* =========================================================
   RÁDIÓGOMBOK
========================================================= */

.orchidea-quote-field fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.orchidea-quote-field__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.orchidea-quote-field__choices label {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.orchidea-quote-field__choices input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.orchidea-quote-field__choices span {
  display: inline-flex;
  min-width: 118px;
  min-height: 52px;
  padding: 10px 21px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--oq-body);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(144, 73, 80, 0.22);
  border-radius: 999px;
  box-shadow: 0 10px 20px -20px rgba(65, 25, 39, 0.55);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.orchidea-quote-field__choices span::before {
  width: 7px;
  height: 7px;
  background: rgba(144, 73, 80, 0.25);
  border-radius: 50%;
  content: "";
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.orchidea-quote-field__choices label:hover span {
  color: var(--oq-wine);
  border-color: rgba(176, 0, 74, 0.34);
  transform: translateY(-1px);
}

.orchidea-quote-field__choices
  input:checked + span {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #c50052,
    var(--oq-wine)
  );
  border-color: var(--oq-wine);
  box-shadow: 0 13px 23px -14px rgba(80, 0, 35, 0.65);
}

.orchidea-quote-field__choices
  input:checked + span::before {
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.orchidea-quote-field__choices
  input:focus-visible + span {
  outline: 3px solid rgba(176, 0, 74, 0.2);
  outline-offset: 3px;
}

/* =========================================================
   ADATVÉDELMI CHECKBOX
========================================================= */

.orchidea-quote-field__consent {
  display: flex;
  width: 100%;
  margin-top: 3px;
  padding: 16px 18px;
  align-items: flex-start;
  gap: 12px;
  color: var(--oq-body);
  background: rgba(176, 0, 74, 0.035);
  border: 1px solid rgba(176, 0, 74, 0.09);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.orchidea-quote-field__consent input[type="checkbox"] {
  display: block;
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  margin: 1px 0 0;
  padding: 0;
  flex: 0 0 19px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  border: 1px solid rgba(144, 73, 80, 0.4);
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.orchidea-quote-field__consent
  input[type="checkbox"]:checked {
  background-color: var(--oq-wine);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.3' d='m3 8 3 3 7-7'/%3E%3C/svg%3E");
  border-color: var(--oq-wine);
}

.orchidea-quote-field__consent
  input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(176, 0, 74, 0.18);
  outline-offset: 3px;
}

.orchidea-quote-field__consent a {
  color: var(--oq-wine);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =========================================================
   SEGÉD- ÉS HIBAÜZENETEK
========================================================= */

.orchidea-quote-field small {
  color: var(--oq-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
}

.orchidea-quote-field em {
  color: #a10035;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.orchidea-quote-field.has-error
  input:not([type="radio"]):not([type="checkbox"]),
.orchidea-quote-field.has-error textarea,
.orchidea-quote-field.has-error select {
  background: #fff9fa;
  border-color: #c7194f;
  box-shadow: 0 0 0 3px rgba(199, 25, 79, 0.07);
}

.orchidea-quote-form__error {
  margin: 0 0 28px;
  padding: 16px 18px;
  color: #8c1438;
  background: #fff0f4;
  border: 1px solid #f0bdcc;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

/* =========================================================
   KÜLDÉS GOMB
========================================================= */

.orchidea-quote-form__submit {
  display: flex;
  width: max-content;
  min-width: 300px;
  min-height: 60px;
  margin: 40px auto 0;
  padding: 15px 32px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #c70053,
    var(--oq-wine)
  );
  border: 1px solid var(--oq-wine);
  border-radius: 999px;
  box-shadow:
    0 18px 30px -15px rgba(80, 0, 35, 0.66),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.orchidea-quote-form__submit svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.orchidea-quote-form__submit:hover,
.orchidea-quote-form__submit:focus-visible {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #9d0042,
    var(--oq-wine-dark)
  );
  border-color: var(--oq-wine-dark);
  box-shadow: 0 21px 34px -15px rgba(80, 0, 35, 0.76);
  transform: translateY(-2px);
}

.orchidea-quote-form__submit:hover svg {
  transform: translateX(3px);
}

.orchidea-quote-form__submit:focus-visible {
  outline: 3px solid rgba(176, 0, 74, 0.2);
  outline-offset: 4px;
}

.orchidea-quote-form__response-note {
  max-width: 520px;
  margin: 14px auto 0;
  color: var(--oq-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

/* =========================================================
   SIKERES BEKÜLDÉS
========================================================= */

.orchidea-quote-form__success {
  display: flex;
  max-width: 760px;
  margin: 0 auto;
  padding: 30px;
  align-items: flex-start;
  gap: 18px;
  color: var(--oq-body);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(176, 0, 74, 0.13);
  border-radius: 20px;
  box-shadow: 0 20px 42px -32px rgba(48, 24, 31, 0.46);
}

.orchidea-quote-form__success > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: #ffffff;
  background: var(--oq-wine);
  border-radius: 50%;
  box-shadow: 0 12px 20px -12px rgba(80, 0, 35, 0.55);
  font-size: 20px;
}

.orchidea-quote-form__success h2 {
  margin: 0 0 7px;
  color: var(--oq-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.orchidea-quote-form__success p {
  margin: 0;
  color: var(--oq-body);
  font-size: 13px;
  line-height: 1.7;
}

.orchidea-quote-form__success small {
  display: block;
  margin-top: 10px;
  color: var(--oq-muted);
  font-size: 11px;
}

/* Honeypot */
.orchidea-quote-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .orchidea-quote-form {
    padding-right: clamp(24px, 5vw, 54px);
    padding-left: clamp(24px, 5vw, 54px);
    border-radius: 28px;
  }

  .orchidea-quote-form__grid {
    gap: 23px 20px;
  }
}

/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 700px) {
  .orchidea-quote-form {
    width: 100%;
    margin: 28px auto;
    padding: 48px 18px 32px;
    border-radius: 23px;
  }

  .orchidea-quote-form::before {
    width: 82px;
    height: 4px;
  }

  .orchidea-quote-form::after {
    right: -180px;
    width: 300px;
    height: 300px;
  }

  .orchidea-quote-form__header {
    margin-bottom: 36px;
    padding-bottom: 24px;
  }

  .orchidea-quote-form__header > span {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .orchidea-quote-form__header h1 {
    font-size: clamp(40px, 12vw, 51px);
  }

  .orchidea-quote-form__header p {
    font-size: 14px;
    line-height: 1.7;
  }

  .orchidea-quote-form__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .orchidea-quote-field.is-wide {
    grid-column: auto;
  }

  .orchidea-quote-field
    input:not([type="radio"]):not([type="checkbox"]),
  .orchidea-quote-field textarea,
  .orchidea-quote-field select {
    min-height: 56px;
    padding: 14px 15px;
    font-size: 16px;
    border-radius: 13px;
  }

  .orchidea-quote-field textarea {
    min-height: 135px;
    font-size: 15px;
  }

  .orchidea-quote-field__choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .orchidea-quote-field__choices label,
  .orchidea-quote-field__choices span {
    width: 100%;
    min-width: 0;
  }

  .orchidea-quote-field__consent {
    padding: 14px;
  }

  .orchidea-quote-form__submit {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    margin-top: 30px;
  }

  .orchidea-quote-form__success {
    padding: 22px 18px;
    gap: 14px;
  }

  .orchidea-quote-form__success > span {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}

/* =========================================================
   MOZGÁSCSÖKKENTÉS
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .orchidea-quote-form__submit,
  .orchidea-quote-form__submit svg,
  .orchidea-quote-field input,
  .orchidea-quote-field textarea,
  .orchidea-quote-field select,
  .orchidea-quote-field__choices span {
    transition: none;
  }
}/* End custom CSS */