@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
}

article,
aside,
details,
figure,
figfz-x-sm,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
  max-width: 100%;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  color: inherit;
}
a:active, a:hover {
  outline: 0;
}
a img {
  border: 0;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

sub,
sup {
  font-size: 0.5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -1em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
}

button,
input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: inherit;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-ms-input-placeholder, input:focus::-ms-input-placeholder {
  color: transparent;
}
textarea:focus::placeholder,
input:focus::placeholder {
  color: transparent;
}

input[type=reset] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  display: block;
}

section {
  position: relative;
  overflow: hidden;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: "Trakya Rounded";
  src: url("../fonts/Trakya-Rounded-500-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trakya Rounded";
  src: url("../fonts/Trakya-Rounded-700-Medium.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&family=Poppins:wght@400&display=swap');

@font-face {
  font-family: "icomoon";
  src: url("../fonts/iconfont/iconfont.ttf?572h48") format("truetype"), url("../fonts/iconfont/iconfont.woff?572h48") format("woff"), url("../fonts/iconfont/iconfont.svg?572h48#Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon__],
[class*=" icon__"] {
  line-height: 1;
  display: inline-block;
  height: 1em;
}

[class^=icon__]::before,
[class*=" icon__"]::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__arrow-left:before {
  content: "\e900";
}

.icon__arrow-right:before {
  content: "\e901";
}

.icon__arrow-right-up:before {
  content: "\e902";
}

.icon__dropdown:before {
  content: "\e903";
}

.icon__play:before {
  content: "\e904";
}

.icon__close:before {
  content: "\e905";
}

.icon__arrow-right-thin:before {
  content: "\e906";
}

.icon__download:before {
  content: "\e907";
}

.icon__mail:before {
  content: "\e90a";
}

.icon__phone:before {
  content: "\e90b";
}

.icon__phone2:before {
  content: "\e90c";
}

.icon__pin:before {
  content: "\e90d";
}

.icon__search:before {
  content: "\e90e";
}

.icon__share:before {
  content: "\e90f";
}

/* ==========================================================================
   Root Variables
   ========================================================================== */

:root {
  /* Layout */
  --header-height: 8.25rem;
  --fixed-header-height: 4.625rem;
  --header-height-mob: 4.625rem;
  --compensate-scroll-bar: 15px;

  /* Fancybox */
  --fancybox-bg: rgba(0, 0, 0, 0.3);
  --fancybox-color: #000;
  --fancybox-content-bg: #FBFDF6;

  /* Colors */
  --color-green: #0A6D39;
  --color-black: #000;
  --color-white: #FFF;
  --color-bg: #F8F8F8;
  --color-bg-main: #FBFDF6;

  /* Text Colors */
  --text-primary: #000;
  --text-secondary: rgba(0, 0, 0, 0.8);

  /* Typography - Sizes */
  --fz-title: 3.625rem;
  --fz-subtitle: 1.625rem;
  --fz-h2: 1.5rem;
  --fz-h3: 1.25rem;
  --fz-body: 1.125rem;
  --fz-small: 1rem;

  /* Typography - Line Heights */
  --lh-tight: 1;
  --lh-normal: 1.5;
  --lh-relaxed: 1.6;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 0.625rem;
  --space-md: 0.75rem;
  --space-lg: 1rem;
  --space-xl: 1.25rem;
  --space-2xl: 1.5rem;
  --space-3xl: 1.75rem;
  --space-4xl: 2.625rem;

  /* Border Radius */
  --radius-sm: 1.0625rem;
  --radius-md: 3rem;
  --radius-full: 3.4375rem;

  /* Shadows */
  --shadow-card: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.05);

  /* Sizes */
  --number-circle: 2.5rem;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */

html {
  scroll-behavior: smooth;
  scroll-padding: var(--header-height) 0 0 0;
  font-size: 0.8333333333vw;
}
@media (max-width: 768px) and (orientation: portrait) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  font-size: 1rem;
  color: rgba(33, 33, 33, 0.7);
  font-family: "Miriam Libre", sans-serif;

  background: var(--color-bg-main);
}
body.fixed {
  overflow: hidden;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  body.fixed {
    padding-right: var(--compensate-scroll-bar, 15px);
  }
  body.fixed .header {
    padding-right: var(--compensate-scroll-bar, 15px);
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

::selection {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.compensate-for-scrollbar .header {
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #Fff;
}

.media-wrapper {
  overflow: hidden;
  display: block;
}
.media-wrapper img {
  display: block;
  width: 100%;
}

.overflow {
  overflow: hidden;
}
.overflow > span {
  display: inline-block;
}

p {
  letter-spacing: -0.02em;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.btns:has(.swiper-button-lock) {
  display: none;
}

.tab-item:not(:first-child) {
  display: none;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .compensate-for-header {
    padding-top: var(--header-height);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .compensate-for-header {
    padding-top: var(--header-height-mob);
  }
}

.breadcrumbs {
  margin-bottom: 4.875rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .breadcrumbs {
    margin-bottom: 1.75rem;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
}
.breadcrumbs li:not(:last-child) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li:not(:last-child)::after {
  margin-top: 2px;
  line-height: 1;
  font-family: "icomoon" !important;
  content: "\e900";
  color: #1B5D94;
  font-size: 1.5rem;
}
.breadcrumbs a {
  color: rgba(41, 41, 41, 0.8);
}
@media (any-hover: hover) {
  .breadcrumbs a:hover {
    color: #292929;
    text-decoration: underline;
  }
}
.breadcrumbs span {
  color: #292929;
}

body:has(.page-404) .header:not(.fixed) .header-inner {
  background: transparent;
}

/* ==========================================================================
   Form 29 Page - Hide Header & Footer
   ========================================================================== */

.page-template-page-form-29 .header,
.page-template-page-form-29 .footer {
  display: none;
}

.page-template-page-form-29 {
  padding-top: 0 !important;
}

/* ==========================================================================
   Form 29 Page
   ========================================================================== */

.form29-page {
  background: var(--color-white);
  min-height: 100vh;
  padding: 0.5rem 1.5rem 0;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-page {
    padding: 1rem 1rem 0;
  }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.form29-hero {
  position: relative;
  min-height: 9.813rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 2rem 1rem;
  background-image: url('/wp-content/themes/elevate/assets/app/img/form29-hero-desktop.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .first1 .form29-form__field{
    flex:0 0 100%;
  }
  .form29-form__row{
    flex-wrap: wrap;
  }
  .form29-hero {
    min-height: 12rem;
    padding: 3rem 1rem 4rem;
    border-radius: 1rem;
    margin-bottom: 2.5rem;
    background-image: url('/wp-content/themes/elevate/assets/app/img/mob.png');
  }
}

.form29-hero__title {
  font-family: "Miriam Libre", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  margin-bottom: 1rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-hero__title {
    font-size: 2.5rem;
  }
}

.form29-hero__text {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  /* color: #000000; */
  max-width: 38rem;
  margin-inline: auto;
  color: rgba(0, 0, 0, 0.80);
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-hero__text {
    font-size: 1rem;
  }
}

/* ==========================================================================
   Main Container
   ========================================================================== */

.form29-page__container {
  display: flex;
  gap: 10rem;
  max-width: 90rem;
  margin-inline: auto;
  padding-bottom: 6rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-page__container {
    flex-direction: column-reverse;
    gap: 3rem;
    padding-bottom: 4rem;
  }
}

/* ==========================================================================
   Form Side (Left)
   ========================================================================== */

.form29-page__form {
  flex-shrink: 0;
  width: 37rem;
  position: sticky;
  top: 3rem;
  height: fit-content;
  /* border-radius: 24px; */
  /* background: #F1F1F2; */
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-page__form {
    width: 100%;
    position: static;
  }
}

.form29-form {
  background: var(--color-white);
  border-radius: 1.25rem;
  /* border: 1px solid #E8E8E8; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #F1F1F2;
}
/* ==========================================================================
   Steps Navigation
   ========================================================================== */

.form29-form__steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 3rem 1.5rem;
  position: relative;
  background: #F1F1F2;
}

.form29-form__steps::before {
  content: "";
  position: absolute;
  top: calc(2rem + 0.538rem); /* padding-top + half of dot height (17.246px / 2 = 8.623px ≈ 0.538rem) */
  right: 6rem;
  left: 6rem;
  height: 1px;
  background: #D0D0D0;
  z-index: 0;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-form__steps {
    padding: 1.5rem 1.5rem 1rem;
  }

  .form29-form__steps::before {
    top: calc(1.5rem + 0.538rem);
    right: 3.5rem;
    left: 3.5rem;
  }
}

.form29-form__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 0;
}

.form29-form__step-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.078rem; /* 17.246px */
  height: 1.078rem; /* 17.246px */
  border-radius: 50%;
  background: #F1F1F2;
  border: 1px solid #D0D0D0;
  /* font-family: "Poppins", sans-serif; */
  font-size: 0.625rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease all;
}

.form29-form__step.active .form29-form__step-dot {
  background: var(--color-green);
  border-color: var(--color-green);
  color: var(--color-white);
  font-weight: 700;
}

.form29-form__step.completed .form29-form__step-dot {
  background: var(--color-green);
  border-color: var(--color-green);
  color: var(--color-white);
}

.form29-form__step-text {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  transition: 0.3s ease all;
}

.form29-form__step.active .form29-form__step-text {
  color: #006E3B;
}

.form29-form__step.completed .form29-form__step-text {
  color: var(--text-secondary);
}

/* ==========================================================================
   Form Content
   ========================================================================== */

.form29-form__content {
  padding: 0 1.75rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-form__content {
    padding: 0 1.25rem 1.5rem;
  }
}

.form29-form__panel {
  display: none;
  flex: 1;
  flex-direction: column;
}

.form29-form__panel.active {
  display: flex;
}

.form29-form__panel h3 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.95rem;
  font-weight: 500;
  /* color: var(--text-primary); */
  color: #000;
  margin-bottom: 1.25rem;
  /* text-align: center; */
}

/* ==========================================================================
   Form Fields
   ========================================================================== */

.form29-form__row {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-form__row {
    flex-direction: column;
    gap: 0.625rem;
  }
}

.form29-form__field {
  flex: 1;
  position: relative;
}

.form29-form__field--full {
  width: 100%;
  margin-bottom: 0.625rem;
}

.form29-form__field label {
  display: block;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  /* color: rgba(0, 0, 0, 0.6); */
  margin-bottom: 0.25rem;
  color: black;
}

.form29-form__field input,
.form29-form__field select,
.form29-form__field textarea {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.875rem;
  color: var(--text-primary);
  background: #F5F5F5;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  transition: 0.3s ease all;
  border-radius: 10px;
  background: #FFF;
}

.form29-form__field input::placeholder,
.form29-form__field textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form29-form__field input,
.form29-form__field select,
.form29-form__field textarea {
  width: 100%;
  height: 3rem; /* 48px */
text-align: right;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.875rem;
  color: var(--text-primary);
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 0.625rem; /* 10px */
  transition: 0.3s ease all;
}

.form29-form__field textarea {
  height: 6rem;
  padding: 1rem;
  resize: none;
}

.form29-form__field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-color: #FFF;
  padding-left: 2.5rem;
}
/* Checkbox */
.form29-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.form29-form__checkbox input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  cursor: pointer;
  accent-color: var(--color-green);
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  border-radius: 0.25rem;
}

.form29-form__checkbox label {
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: black;
  line-height: 1.4;
  cursor: pointer;
}
/* ==========================================================================
   Form Buttons
   ========================================================================== */

.form29-form__buttons {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: auto;
  padding-top: 1.25rem;

}

.form29-form__buttons--final {
  justify-content: flex-start;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-form__buttons {
    flex-direction: column;
  }
}

.form29-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.813rem; /* 45px */
  padding: 0.813rem 1.75rem;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 7.188rem; /* 115px */
  cursor: pointer;
  transition: 0.3s ease all;
  box-shadow: 0 1.5px 8px 0 rgba(0, 0, 0, 0.16);
}

/* Primary Button (Green) - המשך */
.form29-form__btn--primary {
  color: var(--color-white);
  background: #006E3B;
}

@media (any-hover: hover) {
  .form29-form__btn--primary:hover {
    background: #005a2e;
  }
}

/* Secondary Button (Grey) - חזור */
.form29-form__btn--secondary {
  color: var(--color-white);
  background: #6B7280;
}

@media (any-hover: hover) {
  .form29-form__btn--secondary:hover {
    background: #4B5563;
  }
}

/* Danger Button (Red text) */
.form29-form__btn--danger {
  color: #D32F2F;
  background: transparent !important;
  border: none;
  padding-inline: 0.5rem;
  box-shadow: none;
}

.form29-form__btn--danger svg {
  width: 1rem;
  height: 1rem;
  stroke: #D32F2F;
}

@media (any-hover: hover) {
  .form29-form__btn--danger:hover {
    color: #B71C1C;
  }
  .form29-form__btn--danger:hover svg {
    stroke: #B71C1C;
  }
}

.form29-form__btn--submit {
  flex: 1;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-form__btn {
    width: 100%;
  }
  .form29-form__btn--danger {
    width: auto;
    margin-inline: auto;
  }
}

/* ==========================================================================
   Content Side (Right)
   ========================================================================== */

.form29-page__content {
  flex: 1;
  max-width: 50rem;
}

/* Header */
.form29-header {
  margin-bottom: 2rem;
}

.form29-header h1 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 3.65rem;
  font-weight: 500;
  line-height: 1.1;
  /* color: var(--text-primary); */
  /* margin-bottom: 0.75rem; */
  color: #000;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-header h1 {
    font-size: 2rem;
  }
}

.form29-header__subtitle {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  color: black;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-header__subtitle {
    font-size: 1rem;
  }
}

/* Intro */
.form29-intro {
  margin-bottom: 3rem;
}

.form29-intro p {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.125;
  font-weight: 400;
  line-height: 1.7;
  /* color: var(--text-secondary); */
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.80);
}

.form29-intro p:last-child {
  margin-bottom: 0;
}

.form29-intro a {
  color: #0A6D39;
  color: #;
  font-weight: 700;
  text-decoration: underline !important;
}

@media (any-hover: hover) {
  .form29-intro a:hover {
    text-decoration: none;
  }
}

/* Section */
.form29-section {
  margin-top: 2.5rem;
}

.form29-section h2 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-primary);
  margin-bottom: 0.8rem;
}

/* Block */
.form29-block {
  margin-bottom: 1.75rem;
}

.form29-block h3 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.form29-block p {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-secondary);
}

.form29-block strong {
  font-weight: 700;
}

/* ==========================================================================
   Accordion
   ========================================================================== */

.form29-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.form29-accordion__item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  background: #F8F8F8;
  border-radius: 1rem;
  border-radius: 17px;
  background: #F8F8F8;
}

@media (max-width: 768px) and (orientation: portrait) {
  .form29-accordion__item {
    padding: 1rem 1.25rem;
    gap: 1rem;
    border-radius: 0.75rem;
  }
}

.form29-accordion__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: var(--color-white);
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);

  font-size: 1rem;
  font-weight: 400;
  color: var(--text-primary);
  border-radius: 55px;
  background: #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.form29-accordion__content {
  flex: 1;
  padding-top: 0.25rem;
}

.form29-accordion__content h4 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.form29-accordion__content p {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-secondary);
  color: rgba(0, 0, 0, 0.80);
}

/* ==========================================================================
   Contact
   ========================================================================== */

.form29-contact {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #E8E8E8;
}

.form29-contact h3 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.form29-contact p {
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-secondary);
}

.form29-contact__links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.form29-contact__links a {
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-green);
  text-decoration: underline;
}

@media (any-hover: hover) {
  .form29-contact__links a:hover {
    text-decoration: none;
  }
}

.form29-contact__links span {
  color: var(--text-secondary);
}

/* ==========================================================================
   Form Validation Styles
   ========================================================================== */

.form29-form__field input.error,
.form29-form__field select.error,
.form29-form__field textarea.error {
  border-color: #ef4444 !important;
  background-color: #fef2f2;
  animation: shake 0.4s ease;
  text-align: right;
}

.form29-form__field input.error:focus,
.form29-form__field select.error:focus,
.form29-form__field textarea.error:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
  border-color: #ef4444;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}

.form29-form__error {
  display: block;
  color: #ef4444;
  font-size: 0.6875rem;
  margin-top: 0.25rem;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.form29-form__field input.valid,
.form29-form__field select.valid,
.form29-form__field textarea.valid {
  border-color: #22c55e;
}

.form29-form__field label.required::after {
  content: '*';
  color: #ef4444;
  margin-right: 4px;
}

.form29-form__step.has-error .form29-form__step-dot {
  background-color: #ef4444;
  border-color: #ef4444;
}
/* ==========================================================================
   Form 29 - Mobile Fixes
   ========================================================================== */

@media (max-width: 768px) and (orientation: portrait) {
  .form29-hero__title {
    font-size: 2.5rem !important;
}
  .logo_image img {
      width: 15.8rem !important;
      height: auto;
  }
  /* --- Form Rows: keep side-by-side on mobile --- */
  .form29-form__row {
    flex-direction: row;
    gap: 0.5rem;
  }

  /* --- Steps Navigation --- */
  .form29-form__steps {
    padding: 1.25rem 1.5rem 1rem;
    gap: 0;
  }

  .form29-form__steps::before {
    top: calc(1.25rem + 0.538rem);
    right: 3rem;
    left: 3rem;
  }

  .form29-form__step-text {
    font-size: 0.75rem;
  }

  /* --- Form Content padding --- */
  .form29-form__content {
    padding: 0 1rem 1.25rem;
  }

  /* --- Panel title --- */
  .form29-form__panel h3 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }

  /* --- Fields: smaller height on mobile --- */
  .form29-form__field input,
  .form29-form__field select,
  .form29-form__field textarea {
    height: 2.75rem;
    font-size: 0.8125rem;
    padding: 0 0.625rem;
    border-radius: 0.5rem;
  }

  .form29-form__field textarea {
    height: 5rem;
    padding: 0.75rem 0.625rem;
  }

  .form29-form__field label {
    font-size: 0.8125rem;
    margin-bottom: 0.1875rem;
  }

  .form29-form__row {
    margin-bottom: 0.5rem;
  }

  .form29-form__field--full {
    margin-bottom: 0.5rem;
  }

  /* --- Buttons --- */
  .form29-form__buttons {
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
  }

  /* Primary and secondary buttons full width */
  .form29-form__btn {
    width: 100%;
    height: 2.75rem;
    font-size: 0.9375rem;
  }

  /* Danger button centered, not full width */
  .form29-form__btn--danger {
    width: auto;
    margin-inline: auto;
    height: auto;
    font-size: 0.8125rem;
  }

  /* Final buttons: reorder for mobile */
  .form29-form__buttons--final {
    flex-direction: column;
  }

  .form29-form__buttons--final .form29-form__btn--submit {
    order: -2;
  }

  .form29-form__buttons--final .form29-form__btn--secondary {
    order: -1;
  }

  .form29-form__buttons--final .form29-form__btn--danger {
    order: 0;
  }

  /* --- Hero --- */
  .form29-hero {
    min-height: 11rem;
    padding: 2.5rem 1.25rem 3rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
  }

  .form29-hero__title {
    font-size: 2.25rem;
    margin-bottom: 0.625rem;
  }

  .form29-hero__text {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  /* --- Container --- */
  .form29-page__container {
    flex-direction: column-reverse;
    gap: 2.5rem;
    padding-bottom: 3rem;
  }

  /* --- Form sidebar: full width, not sticky --- */
  .form29-page__form {
    width: 100%;
    position: static;
  }

  /* --- Content side --- */
  .form29-header h1 {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
  }

  .form29-header__subtitle {
    font-size: 0.9375rem;
  }

  .form29-header {
    margin-bottom: 1.5rem;
  }

  .form29-intro {
    margin-bottom: 2rem;
  }

  .form29-intro p {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
  }

  /* --- Accordion --- */
  .form29-accordion {
    gap: 0.625rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .form29-accordion__item {
    padding: 0.875rem 1rem;
    gap: 0.75rem;
    border-radius: 0.75rem;
  }

  .form29-accordion__number {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }

  .form29-accordion__content h4 {
    font-size: 1rem;
    margin-bottom: 0.125rem;
  }

  .form29-accordion__content p {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  /* --- Section --- */
  .form29-section {
    margin-top: 1.75rem;
  }

  .form29-section h2 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  /* --- Block --- */
  .form29-block {
    margin-bottom: 1.25rem;
  }

  .form29-block h3 {
    font-size: 1.0625rem;
  }

  .form29-block p {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  /* --- Contact --- */
  .form29-contact {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .form29-contact h3 {
    font-size: 0.9375rem;
  }

  .form29-contact p {
    font-size: 0.8125rem;
  }

  .form29-contact__links {
    margin-top: 0.375rem;
  }

  .form29-contact__links a {
    font-size: 0.8125rem;
  }

  /* --- Checkbox --- */
  .form29-form__checkbox {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
  }

  .form29-form__checkbox label {
    font-size: 0.6875rem;
  }
}
.form29-intro .nda{
  font-size: 1.1rem;
}
/* ==========================================================================
   Tooltip
   ========================================================================== */

.form29-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: #006e3b;
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 0.25rem;
  transition: 0.2s ease all;
  user-select: none;
  -webkit-user-select: none;
}

.form29-tooltip:hover {
  background: #D0D0D0;
  color: #333;
}

.form29-tooltip.active {
  background: var(--color-green, #0A6D39);
  color: #fff;
}

.form29-tooltip::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  right: 50%;
  transform: translateX(50%);
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.4rem 0.75rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease all;
  z-index: 10;
}

.form29-tooltip::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  right: 50%;
  transform: translateX(50%);
  border: 5px solid transparent;
  border-top-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease all;
  z-index: 10;
}

.form29-tooltip.active::after,
.form29-tooltip.active::before {
  opacity: 1;
  visibility: visible;
}
