.elementor-kit-6{--e-global-color-primary:#F9F5F2;--e-global-color-secondary:#ADABAB;--e-global-color-text:#5B4F47;--e-global-color-accent:#FAB485;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Libre Baskerville";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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){margin-block-end: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 */HEADER DESIGN FOR RTL WEBSITE (Boom Balloon) */

/* כללי */
header {
  background-color: #fff7f6; /* רקע ורוד בהיר */
  direction: rtl;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* לוגו */
header .site-logo img {
  width: 80px;
  height: auto;
  margin-right: 20px;
}

/* תפריט ניווט */
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
}

header nav ul li a {
  color: #4a3d39;
  text-decoration: none;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

header nav ul li a:hover,
header nav ul li.current-menu-item a {
  color: #c47d5e;
  border-bottom: 2px solid #c47d5e;
}

/* תת-תפריט */
header nav ul li ul {
  display: none;
  position: absolute;
  background: #fdf9f8;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  right: 0;
  z-index: 9999;
}

header nav ul li:hover ul {
  display: block;
}

header nav ul li ul li {
  padding: 5px 20px;
}

header nav ul li ul li a {
  color: #4a3d39;
}

header nav ul li ul li a:hover {
  color: #c47d5e;
  background: #f2e8e6;
}

/* כפתור קריאה לפעולה (לדוגמה: "להזמנות חייגו") */
.call-now-button {
  background: #4a3d39;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  margin-left: 20px;
  transition: background 0.3s ease;
}

.call-now-button:hover {
  background: #c47d5e;
}/* End custom CSS */
