/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ===== Header utility bar — Henig ===== */
.atr-henig-utilbar__inner {
  display: flex;
  align-items: center;
}

.atr-henig-utilbar__cluster {
  display: flex;
  align-items: center;
  gap: 24px;
  /* תופס את רוחב ה-widget */
}

/* דחיפת החיפוש לקצה השני (שמאל ב-RTL) */
.atr-henig-search {
  margin-inline-start: auto;
}

.atr-henig-utilbar {
  background: #fff;
  direction: rtl;
  display: flex;
  justify-content: flex-end;
}

.atr-henig-utilbar input.atr-henig-search__input {
  border: none;
  font-size: 100%;
}

.atr-henig-utilbar * {
  box-sizing: border-box;
}

.atr-henig-util-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.atr-henig-util-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #001F1C;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.atr-henig-util-link svg {
  flex: 0 0 auto;
}

.atr-henig-util-link--catalog {
  color: #0A5950;
  font-weight: 700;
}

/* search — underline only, magnifier right / play-circle left, no input box */
.atr-henig-search {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 293px;
  border-block-end: 1px solid #0A5950;
  padding-block: 6px;
}

.atr-henig-search__input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 22px;
  color: #001F1C;
}

.atr-henig-search__input::placeholder {
  color: #588C86;
  opacity: 1;
}

.atr-henig-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.atr-henig-search__btn {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #0A5950;
}

.atr-henig-search__go {
  width: 30px;
  height: 30px;
  border: 1px solid #0A5950;
  border-radius: 50%;
  flex: 0 0 auto;
}

.atr-henig-search__go svg circle {
  stroke: none;
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: var(--secondary-green-588C86, #588C86);
}

/* ===== End Header utility bar — Henig ===== */
/** ===== Footer ===== */
.atr-henig-footer__cols {
  align-items: flex-start;
}

.atr-henig-footer__col {
  width: fit-content;
  max-width: max-content;
  flex: 0 0 auto;
  align-items: flex-start;
}

html[dir="rtl"] .atr-henig-footer__col {
  text-align: right;
}

.atr-henig-footer__links {
  width: fit-content;
}

.atr-henig-footer__main {
  width: 100%;
  max-width: var(--container-max-width, 1584px);
  margin-inline: auto;
}

/**
 * Footer links font size
 */
.atr-henig-footer__cols .atr-henig-footer__col .elementor-icon-list-item span,
.atr-henig-footer__cols .atr-henig-footer__col .elementor-icon-list-item a {
  font-size: 18px !important;
}

/* social icons row */
.atr-henig-footer__social {
  display: flex;
  align-items: center;
  gap: 4px;
}

.atr-henig-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 47px;
  block-size: 47px;
  border-radius: 50%;
  background: #D3E7E7;
  color: #0A5950;
  flex: 0 0 auto;
}

.atr-henig-footer__social-link svg {
  inline-size: 28px;
  block-size: 28px;
}

/** ===== End Footer ===== */

/** ===== mobile menu ===== */
@media (max-width: 767px) {

  /* הקיים שלך — משאיר את הטוגל צר ליד הלוגו */
  .elementor-element-add4771 {
    max-width: 48px !important;
  }

  /* חדש — נותן לתפריט הפתוח רוחב מלא, בלי תלות ב-48px */
  .elementor-element-add4771 .elementor-nav-menu--dropdown {
    width: 100vw !important;
    max-width: 100vw !important;
    inset-inline-end: 0 !important;
    /* RTL: עוגן לקצה ימין */
  }
}

/* ===== Home hero form ===== */
.atr-henig-hp-form__row {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.atr-henig-hp-field-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0;
}

.atr-henig-hp-field-lbl {
  font-size: 26px;
  color: #001F1C;
  text-align: start;
}

.elementor .atr-henig-hp-hero-form .e-form-input-base,
.elementor .atr-henig-hp-bottom-form .e-form-input-base,
.atr-henig-hp-field {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #001F1C;
  border-radius: 0;
  padding-block: 4px;
  font-size: 26px;
  color: #001F1C;
  outline: none;
  box-shadow: none;
}

.elementor .atr-henig-hp-hero-form .e-form-input-base::placeholder,
.elementor .atr-henig-hp-bottom-form .e-form-input-base::placeholder,
.atr-henig-hp-field::placeholder {
  color: #001F1C;
  opacity: .6;
}

.atr-henig-hp-form__consent {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  color: #001F1C;
}

.elementor .atr-henig-hp-hero-form .atr-henig-hp-submit,
.elementor .atr-henig-hp-hero-form .atr-henig-hp-submit button,
.elementor .atr-henig-hp-bottom-form .atr-henig-hp-submit,
.elementor .atr-henig-hp-bottom-form .atr-henig-hp-submit button,
.atr-henig-hp-submit {
  /* background: #0A5950;
  color: #fff;
  border: 0;
  border-radius: 100px;
  padding: 16px 56px;
  font-size: 35px;
  cursor: pointer; */
}

/* ===== End hero form ===== */
.atr-henig-hp-approach__video-wrap {
  margin: 0 auto;
}

.atr-henig-hp-approach__video-wrap .atr-henig-hp-approach__video {
  border-radius: 8px;
}

@media (min-width: 767px) {
  .atr-henig-hp-approach__video-wrap .atr-henig-hp-approach__video {
    border-radius: 32px;
  }
}

/* mobile only: move submit button after the consent checkbox */
@media (max-width: 767px) {
  #atr-henig-hp-hero-form__form .atr-henig-hp-submit {
    order: 99;
  }
}

@media (max-width: 767px) {

  .elementor .atr-henig-hp-hero-form .e-form-input-base,
  .elementor .atr-henig-hp-bottom-form .e-form-input-base,
  .atr-henig-hp-field {
    height: 17px;
    align-self: stretch;
  }

}


.henig-center-loop-post {
  flex-direction: column !important;
}

.henig-center-loop-post-video-youtube.e-youtube-base {
  margin: 0 auto;
}

.henig-center-loop-post .henig-center-loop-post-text-1,
.henig-center-loop-post .henig-center-loop-post-text-2 {
  justify-content: center;
}

.henig-center-loop-post .henig-center-loop-post-text-1 h3 {
  color: var(--primary-green, #0A5950);
  text-align: center;
  font-family: "Almoni DL AAA";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.henig-center-loop-post .henig-center-loop-post-text-2 h3 {
  color: var(--primary-dark-green, #001F1C);
  text-align: center;
  font-family: "Almoni DL AAA";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 767px) {
  .henig-center-loop-post .henig-center-loop-post-text-1 h3 {
    font-size: 26px;
    line-height: 100%;
    /* 26px */
    letter-spacing: -0.78px;
  }

  .henig-center-loop-post .henig-center-loop-post-text-2 h3 {
    font-size: 16px;
  }
}


