.c-lined-heading {
  direction: rtl;
  overflow: hidden;
  text-align: right;
}

.c-lined-heading::after {
  display: inline-block;
  width: 100%;
  height: 3px;
  margin-inline-start: 0.75rem;
  margin-inline-end: -100%;
  background: var(--m-color-heading-line);
  content: "";
  vertical-align: middle;
}

.c-split-heading,
.c-contact-page__heading-bar,
.c-order-page__heading-bar {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  direction: ltr;
}

.c-split-heading::after,
.c-contact-page__heading-bar::after,
.c-order-page__heading-bar::after {
  flex: 1 1 auto;
  height: 3px;
  background: var(--m-color-heading-line);
  content: "";
}

.c-split-heading--title-right {
  direction: rtl;
}

.c-split-heading--with-action {
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) auto;
}

.c-split-heading--with-action::after {
  content: none;
}

.c-split-heading__line {
  height: 3px;
  background: var(--m-color-heading-line);
}

.c-split-heading__action {
  color: var(--m-color-text);
  direction: rtl;
  font-size: clamp(0.85rem, 0.9vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.c-split-heading__action:hover,
.c-split-heading__action:focus {
  color: var(--m-color-comma-accent);
}

.c-split-heading__action:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 4px;
}

.c-split-heading__title,
.c-contact-page__title,
.c-order-page__title {
  flex: 0 0 auto;
  margin: 0;
  color: var(--m-color-text);
  direction: rtl;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}

.c-split-heading--title-right .c-split-heading__title {
  text-align: right;
}

.c-order-page {
  padding-block: clamp(2rem, 4vw, 4rem) clamp(1rem, 2vw, 3rem);
  color: var(--m-color-text);
  background: var(--m-color-surface);
}

.c-order-page__breadcrumb {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  color: var(--m-color-text);
  font-size: 0.9rem;
  line-height: 1.8;
}

.c-order-page__breadcrumb .rank-math-breadcrumb p {
  margin: 0;
}

.c-order-page__breadcrumb a {
  color: var(--m-color-text);
  text-decoration: none;
}

.c-order-page__breadcrumb .separator {
  display: inline-block;
  padding-inline: 0.65rem;
  color: var(--m-color-comma-accent);
}

.c-order-page__breadcrumb .last {
  color: var(--m-color-input-border);
}

.c-order-page__breadcrumb a:hover,
.c-order-page__breadcrumb a:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.c-order-page__header {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.c-order-page__form .c-form-section__title {
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
}

@media (min-width: 992px) {
  .c-order-page__form .c-form-section__description {
    max-width: 34%;
  }
}
.c-form-section {
  display: grid;
  gap: clamp(1.35rem, 3vw, 2.25rem);
  color: var(--m-color-text);
}

.c-form-section__header {
  display: grid;
  gap: 0.85rem;
}

.c-form-section__title {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}

.c-form-section__description {
  max-width: 100%;
  margin: 0;
  color: var(--m-color-text);
  font-size: clamp(0.95rem, 0.35vw + 0.9rem, 1.05rem);
  line-height: 1.9;
}

.c-form-section__body {
  display: grid;
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: stretch;
}

.c-form-section__form-area,
.c-form-section__aside {
  min-width: 0;
}

.c-form-section__aside {
  background: transparent;
}

.c-form-section__aside-box {
  background: transparent;
}

.c-form-section__aside-title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 1.4vw, 1.55rem);
  font-weight: 800;
  line-height: 1.5;
}

.c-form-section__aside-text,
.c-form-section__aside-contact {
  margin: 0;
  line-height: 1.9;
}

.c-form-section__aside-contact {
  margin-top: 1.25rem;
  font-weight: 800;
  text-align: left;
}

.c-form-section__aside-content > :first-child {
  margin-top: 0;
}

.c-form-section__aside-content > :last-child {
  margin-bottom: 0;
}

.c-form-section__aside-content {
  line-height: 1.9;
}

.c-memaraneh-form {
  color: var(--m-color-text);
}

.c-memaraneh-form__hp {
  position: absolute;
  inset-inline-start: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.c-memaraneh-form__notice {
  display: none;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--m-color-input-border);
  background: var(--m-color-surface-muted);
  font-weight: 700;
  line-height: 1.8;
}

.c-memaraneh-form__notice:not(:empty) {
  display: block;
}

.c-memaraneh-form__notice.is-success {
  border-color: var(--m-color-text);
  background: var(--m-color-surface-alt);
}

.c-memaraneh-form__notice.is-error {
  border-color: var(--m-color-comma-accent);
}

.c-memaraneh-form__notice.is-loading {
  border-color: var(--m-color-heading-line);
}

.c-memaraneh-form__grid,
.c-memaraneh-form__fields,
.c-memaraneh-form__message-column,
.c-memaraneh-form__step-fields,
.c-memaraneh-form__dimensions {
  display: grid;
  gap: 1rem;
}

.c-memaraneh-form--exhibition-request .c-memaraneh-form__grid,
.c-memaraneh-form--exhibition-request .c-memaraneh-form__fields,
.c-memaraneh-form--exhibition-request .c-memaraneh-form__message-column {
  gap: 0.75rem;
}

.c-memaraneh-form__field {
  min-width: 0;
}

.c-memaraneh-form__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.5;
}

.c-memaraneh-form__required {
  color: var(--m-color-comma-accent);
}

.c-memaraneh-form--exhibition-request .c-memaraneh-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.c-memaraneh-form__control {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--m-color-input-border);
  border-radius: 0;
  background: var(--m-color-surface);
  color: var(--m-color-text);
  font: inherit;
  line-height: 1.6;
}

.c-memaraneh-form__control::placeholder {
  color: var(--m-color-input-border);
  opacity: 1;
}

textarea.c-memaraneh-form__control {
  min-height: 100%;
  resize: vertical;
}

.c-memaraneh-form__control:focus,
.c-memaraneh-form__control:focus-visible {
  border-color: var(--m-color-text);
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 2px;
}

.c-memaraneh-form__field.has-error .c-memaraneh-form__control {
  border-color: var(--m-color-comma-accent);
}

.c-memaraneh-form__error {
  margin: 0.35rem 0 0;
  color: var(--m-color-comma-accent);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.6;
}

.c-memaraneh-form__error:empty {
  display: none;
}

.c-memaraneh-form__actions,
.c-memaraneh-form__step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.25rem;
}

.c-memaraneh-form__submit,
.c-memaraneh-form__next,
.c-memaraneh-form__previous,
.c-memaraneh-form__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  border: 1px solid var(--m-color-text);
  border-radius: 0;
  background: var(--m-color-text);
  color: var(--m-color-surface);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.c-memaraneh-form__submit {
  position: relative;
  gap: 0.65rem;
}

.c-memaraneh-form.is-submitting .c-memaraneh-form__submit::before {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid currentColor;
  border-block-start-color: transparent;
  content: "";
  animation: memaraneh-form-spinner 0.8s linear infinite;
}

.c-memaraneh-form__previous,
.c-memaraneh-form__secondary {
  background: var(--m-color-surface);
  color: var(--m-color-text);
}

.c-memaraneh-form__submit:hover,
.c-memaraneh-form__submit:focus,
.c-memaraneh-form__next:hover,
.c-memaraneh-form__next:focus,
.c-memaraneh-form__previous:hover,
.c-memaraneh-form__previous:focus,
.c-memaraneh-form__secondary:hover,
.c-memaraneh-form__secondary:focus {
  background: var(--m-color-comma-accent);
  color: var(--m-color-surface);
}

.c-memaraneh-form__submit:focus-visible,
.c-memaraneh-form__next:focus-visible,
.c-memaraneh-form__previous:focus-visible,
.c-memaraneh-form__secondary:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 4px;
}

.c-memaraneh-form__submit:disabled,
.c-memaraneh-form__next:disabled,
.c-memaraneh-form__previous:disabled {
  background: var(--m-color-surface-muted);
  color: var(--m-color-text);
  cursor: wait;
  opacity: 0.75;
}

@keyframes memaraneh-form-spinner {
  to {
    transform: rotate(1turn);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-memaraneh-form.is-submitting .c-memaraneh-form__submit::before {
    animation: none;
  }
}
.c-memaraneh-form__progress {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.c-memaraneh-form__progress-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--m-color-input-border);
  font-weight: 800;
}

.c-memaraneh-form__progress-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid currentColor;
}

.c-memaraneh-form__progress-item.is-active,
.c-memaraneh-form__progress-item.is-complete {
  color: var(--m-color-text);
}

.c-memaraneh-form__progress-item.is-active .c-memaraneh-form__progress-number {
  background: var(--m-color-text);
  color: var(--m-color-surface);
}

.c-memaraneh-form__step-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 1.4vw, 1.55rem);
  font-weight: 800;
  line-height: 1.5;
}

.c-memaraneh-form__step-text {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.85;
}

.c-memaraneh-form__field-group {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--m-color-input-border);
}

.c-memaraneh-form__field-group legend {
  padding-inline: 0.5rem;
  font-weight: 800;
}

.c-memaraneh-form__success {
  display: grid;
  gap: 0.75rem;
  padding-block: 1rem;
  border-block: 1px solid var(--m-color-text);
}

.c-memaraneh-form__success[hidden] {
  display: none;
}

.c-memaraneh-form__success-title {
  margin: 0;
  font-size: clamp(1.1rem, 1vw, 1.35rem);
  font-weight: 900;
  line-height: 1.5;
}

.c-memaraneh-form__success p {
  margin: 0;
  line-height: 1.9;
}

.c-memaraneh-form--booth-cost {
  direction: rtl;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__notice {
  margin-bottom: 0.85rem;
  padding: 0.65rem 0.8rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-header {
  display: grid;
  grid-template-columns: minmax(7rem, auto) minmax(0, 1fr);
  gap: clamp(0.7rem, 1.5vw, 1rem);
  align-items: center;
  margin-bottom: clamp(0.85rem, 1.6vw, 1.15rem);
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-header::before {
  grid-column: 2;
  grid-row: 1;
  height: 1px;
  background: var(--m-color-heading-line);
  content: "";
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-titles {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  font-size: clamp(1rem, 0.8vw, 1.18rem);
  font-weight: 900;
  line-height: 1.45;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-title-visual {
  display: none;
}

.c-memaraneh-form--booth-cost:has([data-form-step="0"].is-active) [data-step-title="0"],
.c-memaraneh-form--booth-cost:has([data-form-step="1"].is-active) [data-step-title="1"],
.c-memaraneh-form--booth-cost:has([data-form-step="2"].is-active) [data-step-title="2"] {
  display: inline;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__progress {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  gap: clamp(0.45rem, 1vw, 0.7rem);
  align-items: center;
  justify-self: end;
  margin: 0;
  padding-inline-start: 0.7rem;
  background: var(--m-color-surface);
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__progress::after {
  content: none;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__progress-item {
  gap: 0.28rem;
  color: var(--m-color-input-border);
  font-size: 0.8rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__progress-number {
  width: 1.55rem;
  height: 1.55rem;
  border-color: currentColor;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-fields {
  gap: 0.7rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__field {
  display: grid;
  gap: 0.45rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__label {
  margin: 0;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__control {
  min-height: 2.75rem;
  padding-block: 0.55rem;
  background: color-mix(in srgb, var(--m-color-surface) 75%, transparent);
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__field-group {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  border: 0;
  min-inline-size: 0;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__field-group > .c-memaraneh-form__label {
  padding-inline: 0;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.45rem;
  align-items: start;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__dimension-separator {
  padding-block-start: 0.58rem;
  color: var(--m-color-input-border);
  font-weight: 900;
  line-height: 1;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__field {
  min-width: 0;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-actions {
  direction: ltr;
  justify-content: flex-start;
  margin-top: 0.85rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__next,
.c-memaraneh-form--booth-cost .c-memaraneh-form__submit {
  order: 1;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__previous {
  order: 2;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__submit,
.c-memaraneh-form--booth-cost .c-memaraneh-form__next,
.c-memaraneh-form--booth-cost .c-memaraneh-form__previous {
  min-height: 2.85rem;
  padding-inline: 1.25rem;
}

.c-memaraneh-form--booth-cost.is-complete .c-memaraneh-form__progress {
  display: none;
}

.c-memaraneh-form--booth-cost.is-complete .c-memaraneh-form__step-header {
  display: none;
}

@media (min-width: 768px) {
  .c-form-section__description {
    max-width: 33%;
  }
  .c-form-section--exhibition-request .c-form-section__body {
    grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
    column-gap: clamp(1rem, 2vw, 1.6rem);
  }
  .c-memaraneh-form__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    direction: rtl;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__grid {
    column-gap: clamp(0.8rem, 1.5vw, 1.2rem);
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__fields {
    align-content: stretch;
    gap: 0.62rem;
    justify-items: start;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__fields .c-memaraneh-form__field {
    width: 100%;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__fields .c-memaraneh-form__control {
    min-height: 3.3rem;
  }
  .c-memaraneh-form__message-column {
    direction: rtl;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__message-column {
    align-self: stretch;
  }
  .c-memaraneh-form__message-column .c-memaraneh-form__field {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .c-memaraneh-form__message-column textarea.c-memaraneh-form__control {
    flex: 1;
    min-height: 14.6rem;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__message-column textarea.c-memaraneh-form__control {
    resize: none;
  }
  .c-memaraneh-form__progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-memaraneh-form__dimensions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__field,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__field-group {
    grid-template-columns: minmax(6rem, 0.3fr) minmax(0, 1fr);
    align-items: start;
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__control,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__error {
    grid-column: 2;
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__label,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__field-group > .c-memaraneh-form__label {
    grid-column: 1;
    padding-block-start: 0.6rem;
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__field {
    display: block;
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__control,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__error {
    grid-column: auto;
  }
}