.elementor .e-dfee1af{width:25%;flex-direction:column;}.elementor .e-82240e3{width:50%;flex-direction:column;}.elementor .e-2e77484{width:25%;flex-direction:column;}.elementor .e-a1bb40c{flex-direction:row;/* ==========================================
 DINGDONG Header - 1:1 Pixel Perfect
 ========================================== */

/* 1. הקונטיינר הראשי */
selector {
  background-color: #ffffff !important;
  border-bottom: 1px solid #EBEBEB;
  padding: 10px 50px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 2. אזור הלוגו */
.dd-logo img {
  max-height: 55px !important;
  width: auto !important;
}

/* 3. אזור התפריט המרכזי */
.dd-menu .elementor-nav-menu {
  display: flex;
  justify-content: center;
  gap: 30px !important; /* ריווח בין הלינקים בתפריט */
}

/* עיצוב הטקסט בתפריט */
.dd-menu .elementor-nav-menu--main .elementor-item {
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 10px 0 !important;
  position: relative;
  transition: color 0.3s ease;
}

/* צבע סגול בעת מעבר עכבר או עמוד פעיל */
.dd-menu .elementor-nav-menu--main .elementor-item:hover,
.dd-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #4C26E2 !important; /* הצבע הסגול מהעיצוב */
}

/* בניית הקו התחתון הקצר כמו בתמונה */
.dd-menu .elementor-nav-menu--main .elementor-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #4C26E2;
  transition: width 0.3s ease;
  border-radius: 2px;
}

/* הפעלת הקו התחתון הקצרצר */
.dd-menu .elementor-nav-menu--main .elementor-item:hover::after,
.dd-menu .elementor-nav-menu--main .elementor-item.elementor-item-active::after {
  width: 22px; /* אורך הקו בדיוק כמו בסקיצה */
}

/* 4. אזור יצירת קשר (שמאל) */
.dd-contact-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px !important; /* רווח בין הטקסט לכפתור */
}

/* טקסט "שירות 24/7" */
.dd-service-text .elementor-heading-title {
  color: #4C26E2 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

/* עיצוב כפתור הטלפון הסגול */
.dd-phone-btn a.elementor-button {
  background-color: #4C26E2 !important;
  border-radius: 50px !important;
  padding: 8px 24px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* טקסט ואייקון בתוך הכפתור */
.dd-phone-btn a.elementor-button .elementor-button-text,
.dd-phone-btn a.elementor-button .elementor-button-icon i,
.dd-phone-btn a.elementor-button .elementor-button-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

/* סידור כיווניות של מספר טלפון ואייקון */
.dd-phone-btn a.elementor-button {
  direction: ltr !important; /* מבטיח שהמספר לא יתהפך */
  gap: 10px !important;
}\n}