/*!
Theme Name: cpa
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>cpa</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cpa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cpa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;flex-direction:column;
	
}
.sub-menu{background:#1e2538}
.sub-menu li{min-width:180px}
.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation li {
    position: relative;
    padding: 10px;
}

.main-navigation a {
   
    text-decoration: none;
    color: #fff;
    font-size: 19px;
}
.hero-form p span > span{width:100%;color:#fff}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.cf7-terms {
    color: #fff;
}
.cf7-terms p{display:flex}
.spaceRight{margin-right:10px}
.joinchat__box__scroll {
    width: 90%;
	max-width:400px;
    height: 153px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    font-family: 'Arial', sans-serif;
    background-color: rgb(230, 221, 212);
    background-image: url(https://cdn.join.chat/app/uploads/2020/05/whatsapp-bg.png);
    background-size: cover;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: fixed;
    bottom: 1px;
    right: 5%;
    z-index: 1000;
   
  }

  .joinchat__header {
    background: #128C7E;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    position: relative;
  }

  .close-chat {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
  }

  .joinchat__messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .message {
    max-width: 80%;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .message.agent {
    background-color: white;
    align-self: flex-start;
  }


  svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
svg:not(:root) {
    overflow: hidden;
}
.svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
  .footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 32px 0;
}
.footer-widgets .widget-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}
.footer-widgets .widget,.site-footer a {
    line-height: 1.6;
    font-size: 18px;
    color: #c3effb; text-decoration: none;
}
.cf7-terms p{font-size:17px;}
/* רספונסיבי */
@media (max-width: 1024px) {
  .footer-widgets { grid-template-columns: repeat(2, 1fr); }
}


 #secondary {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    background: #f8f8f8;
}
 .site-footer{background: #1e2538;text-align:center;padding-bottom:180px} 
  .site-footer i {
    font-size: 35px;
    color: #c3effb;
} .site-footer h4 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 19px;
}



.joinchat__input {
    display: flex;
    padding: 10px;
    background: #f0f0f0;
    height: 50px;
}

  .joinchat__input input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
  }

  .joinchat__input button {
    margin-left: 10px;
    background: #128C7E;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;margin:0px;
}
  .whatsapp-float {
    position: fixed;
    bottom: 4px;
    right: 30px;
    background: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    color: white;
    font-size: 28px;
    display:none;
  }




.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    box-shadow: 2px 0 20px rgb(100 220 255);
    background: #1e2538;
}
.phone-style {
    background: #fff;
    font-size: 20px;
    padding: 10px;
}
.phone-style a{color:#000;text-decoration:none;}
.site-branding {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.cpa-thumbnail {
    background-image: url('https://land.lazarov.co.il/wp-content/uploads/2025/09/Gemini_Generated_Image_5733f5733f5733f5.png');
    height: 800px;
    background-size: cover;
 
}

.cpa-text {color:#fff;
   
   
   
}
.cpa-text div{font-size:30px}
.cpa-text p {
    font-size: 45px;
    margin: 0px;
    color: #fff;
    font-weight: 900;
}



 .nl-monitor{
      --bg:#0f1220; --card:#171a2b; --ink:#e6e9f5; --muted:#98a1c0; --accent:#5ee3ff; --ok:#64f0a6; --warn:#ffd166;
      --ring: 1.5px; font-family: system-ui, "Heebo", Arial, sans-serif; color:var(--ink);
      background: radial-gradient(1200px 600px at 100% -20%, #1e2240 0%, #0f1220 60%), var(--bg);
      padding: 22px; box-shadow: 0 10px 30px rgba(0,0,0,.35); position: relative; overflow: hidden;
      border: 1px solid rgba(255,255,255,.06);
    }
    .nl-monitor:before{
      content:""; position:absolute; inset:-2px; border-radius:22px;
      background: conic-gradient(from 180deg, #62e6ff55, #9b7bff44, #62e6ff55);
      filter: blur(14px); opacity:.25; pointer-events:none;
    }
    .nl-hdr{ display:flex; gap:14px; align-items:center; flex-wrap:wrap; margin-bottom:14px }
    .nl-eye{ width:38px; height:38px; border-radius:12px; background:linear-gradient(145deg,#1f2544,#151932); display:grid; place-items:center; border:1px solid rgba(255,255,255,.08) }
    .nl-eye svg{ width:22px; height:22px; fill:none; stroke:var(--accent); stroke-width:1.8 }
    .nl-title{ font-weight:800; letter-spacing:.2px; font-size:25px }
    .nl-sub{ color:var(--muted); font-size:20px }
   .nl-badge {
    margin-inline-start: auto;
    font-size: 20px;
    color: #071a1b;
    background: linear-gradient(90deg,#a3fff0,#5ee3ff);
    padding: 6px 60px;
    border-radius: 999px;
    border: 1px solid #7cefe8aa;
}

    .nl-grid{ display:grid; grid-template-columns:repeat(6, minmax(110px,1fr)); gap:12px; margin-top:10px }
    @media (max-width:1100px){ .nl-grid{ grid-template-columns:repeat(3, minmax(110px,1fr)); } }


    .nl-step{
      position:relative; background:linear-gradient(145deg, #1b1f35 0%, #12162a 100%); border:1px solid rgba(255,255,255,.07);
      border-radius:16px; padding:14px 12px; min-height:112px; display:grid; align-content:space-between; isolation:isolate;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .nl-step:hover{ transform:translateY(-2px); box-shadow:0 14px 28px rgba(0,0,0,.35); border-color:rgba(255,255,255,.15) }
    .nl-step .top{ display:flex; align-items:center; gap:10px }
    .nl-idx{
      width:28px; height:28px; display:grid; place-items:center; font-weight:700; color:#0b1520;
      background:linear-gradient(90deg,#64f0a6,#5ee3ff); border-radius:10px; border:1px solid #66e9ccaa
    }
.nl-name {
    font-weight: 700;
    font-size: 18px;
    color: #62ecbc;
}
    .nl-desc{ color:#fff; font-size:18px; line-height:1.35 }
    .nl-dot{ position:absolute; inset:auto 10px 10px auto; width:9px; height:9px; border-radius:50%; background:var(--ok); box-shadow:0 0 0 0 var(--ok); animation:pulse 2s infinite }
    .nl-step.warn .nl-dot{ background:var(--warn); box-shadow:0 0 0 0 var(--warn); animation:pulse 1.4s infinite }
    @keyframes pulse{ 0%{ box-shadow:0 0 0 0 rgba(255,255,255,.0)} 70%{ box-shadow:0 0 0 10px rgba(255,255,255,0)} 100%{ box-shadow:0 0 0 0 rgba(255,255,255,0)} }

    /* חיצי זרימה דקים */
    .nl-step:after{
      content:""; position:absolute; inset:auto auto 50% -6px; width:12px; height:12px; transform:translateY(50%) rotate(45deg);
      background:linear-gradient(145deg,#86f7ff33,#0000); border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12);
      display:none;
    }
    @media (min-width:1101px){
      .nl-step:not(:nth-child(6n+1)){ margin-right:10px }
      .nl-step:not(:nth-child(6n+1))::after{ display:block }
    }

    .nl-footer{
      margin-top:14px; display:flex; align-items:center; gap:10px; font-size:.85rem; color:var(--muted)
    }
    .nl-tape{ flex:1; height:6px; background:linear-gradient(90deg,#3b8cff33,#62e6ff66); border-radius:999px; position:relative; overflow:hidden }
    .nl-tape:before{ content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent,white,transparent); width:28%; left:-28%; animation: shimmer 3.5s infinite linear; opacity:.25 }
    @keyframes shimmer{ to{ left:100% } }
    .nl-eye-mini{ width:16px; height:16px }

/*contact form 7*/
/* ===== מבנה כללי ===== */
.hero-callback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    font-family: inherit;
}

/* ===== צד ימין (חיצים + כותרת) ===== */
.hero-right{ display:flex; align-items:center; gap:18px; }
.hero-chevrons{     inline-size: 93px;
    block-size: 66px;
    position: relative;}
.hero-chevrons::before, .hero-chevrons::after {
    content: "";
    position: absolute;
    inset: 0;
    background: no-repeat center/contain
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'><path fill='%23fff' d='M16.6 3L7 12.5 16.6 22l2.4-2.4-7.2-7.1 7.2-7.1z'/></svg>");
    transform: translateX(13px);
    opacity: 0.5;
}
.hero-chevrons::after{ transform:translateX(-12px); opacity:0.85; }
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-black {
    background: black;
    color: #fff;
    min-height: 46px;
    border: none;
    padding: 0px 25px;
}
.hero-form p{margin:0px;}
.hero-text{ text-align:right; }
.hero-title{ font-size:26px; font-weight:800; line-height:1.05;color:#fff }
.hero-title p,.hero-call p{margin:0px;}
.hero-call{ font-size:26px; font-weight:800; color:#e18865; margin-top:2px; }



.hero-form .row .icon-user,
.hero-form .row .icon-phone,
.hero-form .row .icon-clock {
  flex: 0 0 160px;   /* קובע רוחב קשיח 160px */
  width: 160px;      /* גיבוי */
  max-width: 160px;  /* מונע התרחבות */
  box-sizing: border-box;
}
/* קו אנכי מפריד */
.hero-divider{ inline-size:1px; block-size:58px; background:#d7dce0; margin-inline-start:14px; }

/* ===== אזור הטופס ===== */
.hero-form{ display:block; }
.hero-form .form-caption{
  text-align:center; font-size:16px; color:#333; margin-bottom:10px;
}
.form-caption p{font-size:40px;margin:0px;color:#fff}
/* שורת השדות */
.hero-form .row{
  display:flex; gap:16px; align-items:stretch; justify-content:flex-end; flex-wrap:wrap;
}

/* סדר כמו בתמונה: שם | נייד | שעה | כפתור */
.icon-user   { order:4; min-width:240px; }
.icon-phone  { order:3; min-width:240px; }
.icon-clock  { order:2; min-width:240px; }
.submit-wrap { order:1; }

/* תא שדה בסיסי */
.hero-form .field{ position:relative; display:flex; align-items:center; }
body,p,a,div,h1,h2,h3,h4{
  
    font-family: "Heebo", sans-serif;

    
}
/* קלטים */
.hero-form input[type="text"],
.hero-form input[type="tel"],
.hero-form select{direction:rtl;
  width:100%; min-height:46px;
  background:#f1f4f5; border:none; outline:0; border-radius:6px;
  padding:14px 48px 14px 14px; /* מקום לאייקון בצד ימין */
  font-size:16px; color:#111; line-height:1.2;
  -webkit-appearance:none; appearance:none;margin:0px;
}
.hero-form ::placeholder{ color:#9aa4aa; }

/* אייקון כללי – חובה content + background כדי לגבור על תבניות */
.hero-form .has-icon::before{top:25px;
  content:""; position:absolute; inset-inline-start:12px; inset-block-start:50%;
  transform:translateY(-50%); inline-size:18px; block-size:18px; opacity:.9;
  background-repeat:no-repeat; background-size:18px 18px; z-index:1;
}

/* שם (user) */
.hero-form .icon-user::before{
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%239AA4AA' d='M12 12c2.8 0 5-2.7 5-6S14.8 0 12 0 7 2.7 7 6s2.2 6 5 6zm0 2c-4.4 0-8 3.1-8 7v1h16v-1c0-3.9-3.6-7-8-7z'/></svg>");
}

/* טלפון */
.hero-form .icon-phone::before{
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%239AA4AA' d='M6.6 10.8a15.1 15.1 0 006.6 6.6l2.2-2.2a1 1 0 011-.2c1.1.4 2.3.6 3.6.6a1 1 0 011 1V21a1 1 0 01-1 1C10.3 22 2 13.7 2 3a1 1 0 011-1h3.5a1 1 0 011 1c0 1.3.2 2.5.6 3.6a1 1 0 01-.2 1l-2.3 2.2z'/></svg>");
}

/* שעון */
.hero-form .icon-clock::before{
  
  
  
  content:"";
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  background-repeat:no-repeat;
  background-size:22px 22px;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><circle cx='256' cy='256' r='208' stroke='%239AA4AA' stroke-width='32' fill='none'/><line x1='256' y1='256' x2='256' y2='160' stroke='%239AA4AA' stroke-width='28' stroke-linecap='round'/><line x1='256' y1='256' x2='340' y2='256' stroke='%239AA4AA' stroke-width='20' stroke-linecap='round'/><circle cx='256' cy='256' r='16' fill='%239AA4AA'/></svg>");


  
  
  
}

/* חץ ל-select (בצד שמאל בגלל RTL) */
.hero-form select{
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 20 20'><path fill='%239AA4AA' d='M5 7l5 6 5-6z'/></svg>");
    
    
  
  background-repeat:no-repeat; background-position:left 1px center;
}








@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

.main-navigation ul {
    display: flex;
    justify-content: center;
}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
p{font-size:20px}
.services-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 20px;
}

.services-wrapper h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 25px;
}


.service-item h3{font-size:20px;}
.service-item:hover  {
  background:linear-gradient(90deg,#a3fff0,#5ee3ff);color:#000;
  transform: translateY(-5px);
}
.service-item:hover h3 {
  color:#000;
}

.service-icon {
  margin-bottom: 15px;
}

.service-icon svg {
  width: 50px;
  height: 50px;
  fill: #007bff; /* צבע כחול */
}

.entry-header{background:#f1f3f4}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.features li {font-size:19px;}
.shadowdiv{
  box-shadow: -1px -20px 60px #e8e8e8;
}

.headline-wrapper {
  text-align: center;
  margin: 80px auto;
  max-width: 90%;
}

.elementor-headline-dynamic-text {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  display: inline-block;
  position: relative;
}

.elementor-headline-dynamic-wrapper svg {
  width: 100%;
  height: 40px;
  stroke: #f39c12;
  fill: none;
  stroke-width: 4;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: drawLine 2s ease forwards;
  animation-delay: 0.5s;
}
.headline-wrapper{ position:relative; display:block; margin:32px 0; }
.headline-title{ position:relative; display:inline-block; margin:0 0 22px;
  font-family:Heebo,Arial,sans-serif; font-weight:800; font-size:clamp(26px,3.2vw,42px); color:#1b2430; }
.headline-underline{ position:absolute; left:0; right:0; bottom:-8px; width:100%; height:64px; pointer-events:none; }

/* מצב התחלתי: מסתיר את הקו ע"י dashoffset */
.headline-underline path{
  stroke-dasharray: var(--dash, 500);
  stroke-dashoffset: var(--dash, 500);
}

/* כש-AOS מפעיל את האלמנט – מריץ אנימציה */
.headline-wrapper.aos-animate .headline-underline path{
  animation: drawLine 2.2s ease forwards;
}

/* האנימציה שחסרה לך קודם */
@keyframes drawLine { to { stroke-dashoffset: 0; } }

/* אלמנטור לפעמים חותך טרנספורמים/מיקום */
.elementor-section, .elementor-container, .elementor-widget-container{
  transform:none !important; overflow:visible !important;
}
.menu-toggle {margin:0px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger {
    width: 44px;
    height: 18px;
    position: relative;
    display: inline-block;
}



.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 12px; }
.hamburger span:nth-child(3) { top: 24px; }

/* אפקט מעבר למצב פתוח */
.menu-toggle[aria-expanded="true"] .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}

.menu-toggle[aria-expanded="true"] .hamburger span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 7px;
}
#site-navigation button:hover{background:transparent}
.FormFly {
    position: fixed;
    bottom: 0px;
    width: 100%;box-shadow:2px 0 20px rgb(100 220 255);
    z-index: 999;
    background: #1e2538;
	background:#7095c1;
}
.hero-title p,.hero-call p{color:#fff;font-size:30px}
.phone-move{ animation: movePhone 1.2s infinite ease-in-out;}
.FormFly .cf7-terms p,.FormFly .cf7-terms p a{color:#fff}


 .rtl { direction: rtl }
  .claims{
    --ink:#0f172a; --panel:#ffffff; --ring:#e6edf7; --glow:#FFBF81; --muted:#6b7280;
    display:grid; grid-template-columns:1fr; gap:12px;
    font-family:"Heebo",system-ui,Arial,sans-serif;
  }
.claim {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: linear-gradient(180deg, #000000, #3c3838);
    border: 1px solid var(--ring);
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0,0,0,.05);
    transition: transform .2s ease, box-shadow .2s ease;
}
  .claim:hover{ transform:translateY(-2px); box-shadow:0 12px 26px rgba(0,0,0,.08) }
  .claim .ico{
    width:32px; height:32px; min-width:32px; display:grid; place-items:center; color:#111827;
    background:conic-gradient(from 0deg, #ffd7b3, var(--glow), #ff9c55, #ffd7b3);
    border-radius:10px; border:1px solid rgba(0,0,0,.06); position:relative; isolation:isolate;
    animation:hue 6s linear infinite;
  }
  .claim .ico::after{
    content:""; position:absolute; inset:0; border-radius:inherit;
    background:radial-gradient(120% 120% at 30% 30%, #fff7, #0000 60%); mix-blend-mode:overlay; pointer-events:none;
  }
  .claim .ico svg{ width:18px; height:18px; color:#111; filter:drop-shadow(0 1px 0 #fff6) }
  .claim .txt{ color:#fff; font-weight:700; font-size:clamp(15px,2.3vw,18px) }
  @keyframes hue{ to{ filter:hue-rotate(360deg) } }
  @media (min-width:700px){ .claims{ grid-template-columns:1fr 1fr } }
  @media (min-width:1100px){ .claims{ grid-template-columns:1fr 1fr } }
  .claims.glassy .claim{ background:rgba(255,255,255,.55); backdrop-filter:blur(8px) saturate(120%) }
@keyframes movePhone{
    /* 0% (התחלה) ו-100% (סוף המחזור) - החץ במצב נייח יחסי */
    0%, 100% {
            transform: translateX(0) rotate(319deg);

		  
    }
    /* 50% (אמצע המחזור) - החץ זז 5 פיקסלים ימינה (או שמאלה, תלוי בכיוון העיצוב) */
    50% 
	{
		
        transform: translateX(5px) rotate(319deg);
    }
}


@media (max-width: 700px) {


	.features{margin:0px}
}





@media (max-width: 600px) 
{
	.callme span{display:none}
	.FormFly{display:none}
	.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}
	
	
	
	
  .footer-widgets { grid-template-columns: 1fr; }
	.form-caption p {
    font-size: 20px;
    margin: 0px;
    color: #fff;
}
.hero-form .row {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: column;
}	
	.hero-form p > span,.hero-form p > a{display:inline}	
	.cf7-terms p {
    display: block;
}
	
	.wpcf7-list-item{margin:0px;margin-left:5px;width:auto!important}
	
	.hero-form .row .icon-user, .hero-form .row .icon-phone, .hero-form .row .icon-clock {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    box-sizing: border-box;
}
	span.field.submit-wrap {
    display: flex;
    flex-direction: column;
    width: 300px;
	}input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-black{width:100%}
	.nl-grid {
    grid-template-columns: repeat(2, minmax(100%,1fr));
}
	.flip-card,.avatar-card{height:auto!important}
	.flip-section.left .grid {
    grid-template-columns: inherit!important;
}
	.flip-face{position:relative!important}
	.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 25px;
}
}











  .services-grid{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(240px, 1fr) );
    gap: 14px;
  }

  .service-item {
    position: relative;
    background: linear-gradient(180deg, rgb(30 37 56), rgb(30 37 56));
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    border-radius: var(--radius);
    padding: 16px 14px;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
    outline: none;
}
  .service-item:hover,
  .service-item:focus-visible{
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.18);
    box-shadow: 0 10px 26px -10px rgba(15,23,42,.6), 0 0 0 6px var(--ring);
  }

  .service-item h3 {
    margin: 0;
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 800;
    gap: 8px;
    text-align: center;
}
  .service-item h3 .dot{
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 3px rgba(34,211,238,.18);
    flex: 0 0 auto;
  }

  /* הבלון */
.balloon {
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    bottom: calc(100% + 10px);
    color: #000;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 14px 14px 12px;
    font-size: 16px;
    line-height: 1.55;
    box-shadow: 0 18px 40px rgba(2,6,23,.55);
    transform-origin: bottom center;
    transform: translateY(6px) scale(.98);
    opacity: 0;
    visibility: hidden;
    transition: opacity .14s ease, transform .14s ease, visibility .14s linear;
    z-index: 9999999999;
    background: #ffffff;
}
  .balloon::after{
    content:"";
    position:absolute;
    inset-inline-end: 24px; /* מיקום החץ */
    top: 100%;
    border-width: 8px;
    border-style: solid;
    border-color: var(--balloon) transparent transparent transparent;
    filter: drop-shadow(0 4px 2px rgba(0,0,0,.25));
  }
  .balloon p{
    margin: 0 0 6px;
  }
  .balloon .hint {
    color: #ff2929;
    font-size: 15px;
}

  /* פתיחה */
  .service-item:hover .balloon,
  .service-item:focus-within .balloon,
  .service-item.open .balloon{
    opacity: 1; visibility: visible; transform: translateY(0) scale(1);
  }
.contactus > p{display:flex}
#primary-menu{display:flex}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #fff;
}
  /* התאמות מובייל: בלון יופיע מתחת לקליק אם אין מקום */
  @media (max-width: 640px){
	#primary-menu{display:none}
	  .menu-toggle, .main-navigation.toggled ul{display:block!important}
	  .main-navigation.toggled li .sub-menu{display:none!important}
	  .main-navigation ul ul{float:none;position:relative}
	 .menu-menu-1-container {
    position: absolute;
    right: 0px;
    top: 68px;
    background: #1e2538;
    width: 100%;
}
	  .sub-menu{display:none!important}
	  #primary-menu .focus .sub-menu{display:block!important}
	  .balloon {
    bottom: 59px;
    top: auto;
    transform-origin: top center;
}
.balloon::after {
    top: auto;
    bottom: -17px;
    border-color: transparent transparent var(--balloon) transparent;
}
  }

  /* שורת קרדיט/הנחיה קטנה */
  .legend{
    margin: 12px 0 20px;
    color: var(--muted);
    font-size: 14px;
  }