.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#571013;--e-global-color-9b7f711:#042A34;--e-global-color-9daa8f0:#FE4A0F;--e-global-color-ee9e07d:#FFFFFF00;--e-global-color-5e2958d:#30CFCB;--e-global-color-7109bb7:#F2E9D4;--e-global-typography-primary-font-family:"Afek";--e-global-typography-primary-font-size:1.4em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:1.4em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Afek";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Afek";--e-global-typography-accent-font-size:1.1em;--e-global-typography-accent-font-weight:bold;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:"Afek", Sans-serif;font-weight:normal;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html, body {
	overflow-x: hidden;
}

.elementor-text-editor p:last-of-type {
    margin: 0;
}

.title-text-red {
  display: inline-block;
  color: #000;
  overflow: visible !important;

  animation: titleGlow 2s ease-in-out infinite;
}

.title-text-red span {
  color: #C59A3D;
}
@keyframes titleGlow {
  0%, 100% {
    text-shadow:
      0 0 4px rgba(217,106,58,0.45),
      0 0 8px rgba(217,106,58,0.25);
  }

  50% {
    text-shadow:
      0 0 8px rgba(217,106,58,0.85),
      0 0 16px rgba(217,106,58,0.55),
      0 0 28px rgba(217,106,58,0.35);
  }
}


.title-text {
    color: #ffffff;
    animation: titleGlowSoft 3.5s ease-in-out infinite;
}

@keyframes titleGlowSoft {
    0%, 100% {
        text-shadow:
            0 0 2px rgba(255, 255, 255, 1),
            0 0 5px rgba(255, 245, 230, 0.9),
            0 0 10px rgba(255, 200, 140, 0.7),
            0 0 18px rgba(255, 130, 60, 0.5),
            0 0 28px rgba(254, 74, 15, 0.3);
    }
    50% {
        text-shadow:
            0 0 2px rgba(255, 255, 255, 1),
            0 0 7px rgba(255, 245, 230, 1),
            0 0 14px rgba(255, 200, 140, 0.85),
            0 0 24px rgba(255, 130, 60, 0.6),
            0 0 38px rgba(254, 74, 15, 0.4);
    }
}




@property --angle-2 {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.button2 {
    position: relative;
    border: 2px solid #14C8B8;
    border-radius: 150px;
    animation: pulse-glow-turquoise 2.4s ease-in-out infinite;
}

/* הנחש שרץ על המסגרת */
.button2::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    padding: 3px;
    background: conic-gradient(from var(--angle-2, 0deg),
        transparent 0deg,
        transparent 220deg,
        rgba(255, 255, 255, 0.4) 250deg,
        rgba(255, 255, 255, 1) 290deg,
        rgba(255, 255, 255, 1) 320deg,
        rgba(255, 255, 255, 0.4) 350deg,
        transparent 360deg
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9))
            drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

.button2:hover::before {
    opacity: 1;
    animation: snake-run-2 2s linear infinite;
}

@keyframes snake-run-2 {
    to { --angle-2: 360deg; }
}

/* פולס טורקיז במצב רגיל */
@keyframes pulse-glow-turquoise {
    0%, 100% {
        box-shadow:
            0 0 4px 0px rgba(20, 200, 184, 0.5),
            0 0 10px 1px rgba(20, 200, 184, 0.25),
            0 0 18px 2px rgba(20, 200, 184, 0.1);
    }
    50% {
        box-shadow:
            0 0 6px 0px rgba(20, 200, 184, 0.7),
            0 0 14px 2px rgba(20, 200, 184, 0.4),
            0 0 26px 3px rgba(20, 200, 184, 0.18);
    }
}

/* כשעוברים עם העכבר — הזוהר הטורקיז מתחזק */
.button2:hover {
    animation: pulse-glow-turquoise-strong 2s ease-in-out infinite;
}

/* החלף רק את הבלוק הזה — שאר הקוד נשאר אותו דבר */
@keyframes pulse-glow-turquoise-strong {
    0%, 100% {
        box-shadow:
            0 0 5px 0px rgba(20, 200, 184, 0.7),
            0 0 11px 1px rgba(20, 200, 184, 0.4),
            0 0 18px 2px rgba(20, 200, 184, 0.2);
    }
    50% {
        box-shadow:
            0 0 7px 1px rgba(20, 200, 184, 0.85),
            0 0 15px 2px rgba(20, 200, 184, 0.55),
            0 0 24px 3px rgba(20, 200, 184, 0.28);
    }
}


/* ===== ניצוצות מרחפים לכל הכיוונים — תוסיפי "ember-bg" לקונטיינר ===== */
.ember-bg {
    position: relative;
    overflow: hidden;
}

.ember-bg::before,
.ember-bg::after {
    content: "";
    position: absolute;
    top: -25%;
    left: -25%;
    width: 150%;
    height: 150%;
    pointer-events: none;
    background-repeat: repeat;
    z-index: 1;
}

/* שכבה ראשונה — ניצוצות גדולים, תנועה משוטטת איטית */
.ember-bg::before {
    background-image: 
        radial-gradient(1.5px 2.5px at 12% 18%, rgba(254, 100, 30, 0.95) 0%, transparent 100%),
        radial-gradient(1px 2px at 28% 65%, rgba(254, 74, 15, 0.85) 0%, transparent 100%),
        radial-gradient(1.5px 2px at 47% 82%, rgba(254, 130, 50, 0.75) 0%, transparent 100%),
        radial-gradient(2px 3px at 63% 35%, rgba(254, 90, 25, 0.9) 0%, transparent 100%),
        radial-gradient(1px 1.5px at 78% 12%, rgba(254, 100, 30, 0.8) 0%, transparent 100%),
        radial-gradient(1.5px 2.5px at 85% 70%, rgba(254, 74, 15, 0.95) 0%, transparent 100%),
        radial-gradient(1px 2px at 35% 25%, rgba(254, 130, 50, 0.7) 0%, transparent 100%),
        radial-gradient(2px 3px at 92% 45%, rgba(254, 90, 25, 0.85) 0%, transparent 100%),
        radial-gradient(1px 2px at 5% 90%, rgba(254, 100, 30, 0.7) 0%, transparent 100%),
        radial-gradient(1.5px 2px at 55% 5%, rgba(254, 74, 15, 0.8) 0%, transparent 100%);
    background-size: 500px 500px;
    animation: ember-drift-1 40s ease-in-out infinite;
    filter: drop-shadow(0 0 2px rgba(254, 74, 15, 0.8));
}

/* שכבה שנייה — ניצוצות קטנים, תנועה הפוכה */
.ember-bg::after {
    background-image: 
        radial-gradient(1px 1.5px at 18% 50%, rgba(254, 74, 15, 0.7) 0%, transparent 100%),
        radial-gradient(0.8px 1.2px at 40% 22%, rgba(254, 100, 30, 0.6) 0%, transparent 100%),
        radial-gradient(1px 2px at 55% 78%, rgba(254, 130, 50, 0.7) 0%, transparent 100%),
        radial-gradient(0.8px 1.5px at 72% 45%, rgba(254, 74, 15, 0.55) 0%, transparent 100%),
        radial-gradient(1px 1.5px at 88% 88%, rgba(254, 100, 30, 0.65) 0%, transparent 100%),
        radial-gradient(0.8px 1.2px at 8% 80%, rgba(254, 130, 50, 0.5) 0%, transparent 100%),
        radial-gradient(0.8px 1.5px at 65% 30%, rgba(254, 100, 30, 0.6) 0%, transparent 100%),
        radial-gradient(1px 1.2px at 25% 10%, rgba(254, 74, 15, 0.7) 0%, transparent 100%),
        radial-gradient(0.8px 1.5px at 95% 25%, rgba(254, 130, 50, 0.6) 0%, transparent 100%);
    background-size: 350px 350px;
    animation: ember-drift-2 55s ease-in-out infinite;
    opacity: 0.85;
}

/* תנועה משוטטת — ניצוצות מרחפים לכל הכיוונים */
@keyframes ember-drift-1 {
    0%, 100%  { transform: translate(0%, 0%); }
    20%       { transform: translate(8%, -10%); }
    40%       { transform: translate(-10%, -18%); }
    60%       { transform: translate(12%, -8%); }
    80%       { transform: translate(-6%, -14%); }
}

@keyframes ember-drift-2 {
    0%, 100%  { transform: translate(0%, 0%); }
    25%       { transform: translate(-12%, 6%); }
    50%       { transform: translate(10%, -14%); }
    75%       { transform: translate(-7%, 12%); }
}

/* התוכן נשאר מעל */
.ember-bg > * {
    position: relative;
    z-index: 2;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Afek';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://amukah.co.il/wp-content/uploads/2026/05/afek-bold-aaa.eot');
	src: url('https://amukah.co.il/wp-content/uploads/2026/05/afek-bold-aaa.eot?#iefix') format('embedded-opentype'),
		url('https://amukah.co.il/wp-content/uploads/2026/05/afek-bold-aaa.woff2') format('woff2'),
		url('https://amukah.co.il/wp-content/uploads/2026/05/afek-bold-aaa.woff') format('woff');
}
@font-face {
	font-family: 'Afek';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://amukah.co.il/wp-content/uploads/2026/05/afek-regular-aaa.eot');
	src: url('https://amukah.co.il/wp-content/uploads/2026/05/afek-regular-aaa.eot?#iefix') format('embedded-opentype'),
		url('https://amukah.co.il/wp-content/uploads/2026/05/afek-regular-aaa.woff2') format('woff2'),
		url('https://amukah.co.il/wp-content/uploads/2026/05/afek-regular-aaa.woff') format('woff');
}
@font-face {
	font-family: 'Afek';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://amukah.co.il/wp-content/uploads/2026/05/afek-light-aaa.eot');
	src: url('https://amukah.co.il/wp-content/uploads/2026/05/afek-light-aaa.eot?#iefix') format('embedded-opentype'),
		url('https://amukah.co.il/wp-content/uploads/2026/05/afek-light-aaa.woff2') format('woff2'),
		url('https://amukah.co.il/wp-content/uploads/2026/05/afek-light-aaa.woff') format('woff');
}
/* End Custom Fonts CSS */