.elementor-kit-5{--e-global-color-primary:#7FB945;--e-global-color-secondary:#F09240;--e-global-color-text:#2D2D2D;--e-global-color-accent:#FDEEE2;--e-global-color-076fc9a:#F4F9F0;--e-global-color-2e26d17:#FFFFFF;--e-global-color-7bae8d4:#000000;--e-global-color-b0472eb:#B9C95E;--e-global-color-9d37c6f:#FF7700;--e-global-typography-primary-font-family:"birzia";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"birzia";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"birzia";--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-font-weight:200;--e-global-typography-accent-font-family:"birzia";--e-global-typography-accent-font-size:1.2rem;--e-global-typography-accent-font-weight:800;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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;
}

/* =========================================
   כפתור 1: זוהר (Class: pulse-btn)
========================================= */

.pulse-btn .elementor-button {
    position: relative;
    padding: 15px 35px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #B9C95E, #F09240) !important;
    border: none !important;
    border-radius: 50px !important;
    overflow: visible;
    z-index: 1;
    animation: pulseScale 3s ease-in-out infinite;
    box-shadow: 0 4px 15px rgba(240, 146, 64, 0.3);
    transition: all 0.4s ease;
}

.pulse-btn .elementor-button::before {
    content: "";
    position: absolute;
    inset: -5px;
    background: linear-gradient(135deg, #7FB945, #F09240);
    border-radius: 60px;
    filter: blur(15px);
    opacity: 0.4;
    z-index: -1;
    animation: pulseGlow 3s ease-in-out infinite;
}

.pulse-btn .elementor-button:hover {
    animation-play-state: paused;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(240, 146, 64, 0.5);
    cursor: pointer;
}

.pulse-btn .elementor-button:hover::before {
    animation-play-state: paused;
    opacity: 0.6;
}

@keyframes pulseScale {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.1); }
}


/* =========================================
   כפתור 2: טבעות (Class: pulse-ring-btn)
========================================= */

.pulse-ring-btn .elementor-button {
  position: relative;
  padding: 20px 55px !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #7FB945 0%, #F09240 100%) !important;
  border: none !important;
  border-radius: 50px !important;
  overflow: visible;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pulse-ring-btn .elementor-button::before,
.pulse-ring-btn .elementor-button::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50px;
  border: 3px solid #F09240; 
  opacity: 0;
  z-index: -1;
}

.pulse-ring-btn .elementor-button::before {
  animation: pulseRing1 2s ease-out infinite;
}

.pulse-ring-btn .elementor-button::after {
  animation: pulseRing2 2s ease-out infinite 0.5s;
}

.pulse-ring-btn .elementor-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 40px rgba(240, 146, 64, 0.5); 
}

@keyframes pulseRing1 {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}

@keyframes pulseRing2 {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.6); opacity: 0; }
}


/* =========================================
   שאר האלמנטים (לא כפתורים)
========================================= */

.burnt-wood-text {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(
    180deg, 
    #2c3621 0%,
    #527c2d 20%,
    #B9C95E 40%,
    #f0994c 60%,
    #a65c22 80%,
    #3b2313 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
  animation: natureEmberGlow 2.5s ease-in-out infinite alternate;
}

@keyframes natureEmberGlow {
  0% { filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3)) brightness(1); }
  100% { filter: drop-shadow(2px 4px 12px rgba(240, 153, 76, 0.55)) brightness(1.15); }
}

:root {
  --brand-primary: #0f2c59;
  --brand-green: #B9C95E;
  --brand-orange: #F09240;
  --text-light: #ffffff;
}

.dana-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  direction: rtl;
  overflow: hidden;
  background-color: var(--brand-primary);
}

.dana-hero::before {
  content: '';
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100vh + 300px);
  background-image: 
    radial-gradient(circle, var(--brand-green) 2px, transparent 2px),
    radial-gradient(circle, var(--brand-orange) 3px, transparent 3px),
    radial-gradient(circle, #fff 1px, transparent 1px),
    radial-gradient(circle, var(--brand-green) 2px, transparent 2px);
  background-size: 60px 60px, 80px 80px, 110px 110px, 150px 150px;
  background-position: 0 0, 30px 30px, 50px 90px, 120px 150px;
  animation: confettiFall infinite linear;
  animation-duration: 15s;
  opacity: 0.8;
  z-index: 1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'birzia';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://danablau.co.il/wp-content/uploads/2026/05/Birzia-Medium.woff2') format('woff2');
}
/* End Custom Fonts CSS */