.elementor-kit-5{--e-global-color-primary:#0F1723;--e-global-color-secondary:#D4AF37;--e-global-color-text:#FFFFFF;--e-global-color-accent:#3A5375;--e-global-color-9627e79:#94A3B8;--e-global-color-de97353:#070A0F;--e-global-color-2b736e3:#E0E6ED;--e-global-color-3d09e96:#9E8A65;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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:"Roboto";--e-global-typography-accent-font-weight:500;}.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 */body {
    
    
  margin: 0;
  padding: 0;
  
  /* שינוי 1: חזרנו ל-100vh. הדף יהיה בגובה מסך אחד, אלא אם התוכן ארוך יותר */
  min-height: 100vh; 
  
  background-color: #0F1723; 
  position: relative;
  z-index: 0;
}

/* ========================================= */
/* שורה ראשונה (למעלה): הלוגו של NB          */
/* ========================================= */
body::before {
  content: "";
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%;
  height: 100vh; 
  
  background-image: url('https://natibiton.com/wp-content/uploads/2026/03/רקע-בניית-אתרים-ל-NB-.svg');
  background-size: 100% auto; 
  background-position: top center; 
  background-repeat: no-repeat;
  
  opacity: 0.3; 
  z-index: -1;
  pointer-events: none;
}

/* ========================================= */
/* שורה שנייה (למטה): כדור הארץ              */
/* ========================================= */
body::after {
  content: "";
  position: absolute; 
  top: 100vh; 
  left: 0;
  width: 100%;
  
  /* שינוי 2: במקום גובה קבוע שיוצר גלילה, אנחנו אומרים לו "תימתח רק עד התחתית של התוכן" */
  bottom: 0; 
  
  background-image: url('https://natibiton.com/wp-content/uploads/2026/03/‏‏רקע-כדור-הארץ.svg');
  
  /* שינוי 3: כדי שכדור הארץ לא ימעך כשהדף קצר, אנחנו מקבעים את הגודל שלו ל-100vh */
  background-size: 100% 100vh; 
  
  /* מומלץ top center כדי שתיחשף קודם הלמעלה של כדור הארץ בגלילה */
  background-position: top center; 
  background-repeat: no-repeat;
  
  opacity: 0.2; 
  z-index: -1;
  pointer-events: none;
}

כל הטקסט 

/* הגדרת הזהב עם תיקון תצוגה */
.gold-title .elementor-item {
    background-image: linear-gradient(135deg, #4a3818 0%, #c5a059 35%, #dcb873 50%, #c5a059 65%, #4a3818 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    
    /* התיקון הקריטי: */
    display: inline-flex !important; 
    vertical-align: middle;
}

/* מוודא שגם במעבר עכבר וגם בדף פעיל הזהב נשאר */
.gold-title .elementor-item:hover,
.gold-title .elementor-item.elementor-item-active {
    -webkit-text-fill-color: transparent !important;
    opacity: 0.9;
}



/* אפקט זהב מטאלי לטקסט וכותרות */
.gold-text {
    background: linear-gradient(135deg, #D4AF37 0%, #FDE08B 50%, #D4AF37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* החלת גרדיאנט הנחושת האדריכלי על כל הכותרות באתר */
 .gold-text {
    background-image: linear-gradient(135deg, 
        #5e4b2d 0%, 
        #a68b5a 35%, 
        #d1b88a 50%, 
        #a68b5a 65%, 
        #5e4b2d 100%
    ) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block; /* חשוב כדי שהגרדיאנט יעבוד על הטקסט */
}
/* הגדרת כפתור הזהב המדויק כ-Class גלובלי נקי */
.gold-button .elementor-button,
.gold-button.elementor-button {
    /* 1. גרדיאנט נחושת-זהב אדריכלי (Aged Bronze) */
    background: linear-gradient(135deg, 
        #5e4b2d 0%,   /* ברונזה עמוקה */
        #a68b5a 35%,  /* זהב עמום */
        #d1b88a 50%,  /* הברקת נחושת עדינה */
        #a68b5a 65%,  
        #5e4b2d 100%
    ) !important;
    
    background-size: 200% auto !important;
    background-position: center !important;

    /* 2. טקסט כחול נייבי עמוק לקונטרסט יוקרתי */
    color: #0F1723 !important; 
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: none !important;
    border-radius: 4px !important;
    
    /* 3. עומק מטאלי ותלת-ממד */
    box-shadow: 
        inset 0px 1px 2px rgba(255, 255, 255, 0.3), /* הברקת קצה */
        inset 0px -2px 3px rgba(0, 0, 0, 0.2),      /* עובי מתכת פנימי */
        0px 6px 15px rgba(0, 0, 0, 0.4) !important; 
    
    transition: all 0.4s ease !important;
}

/* אפקט Hover גלובלי - הארה והרמה */
.gold-button .elementor-button:hover,
.gold-button.elementor-button:hover {
    background-position: right center !important;
    filter: brightness(1.1) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5) !important;
}

/* אפקט לחיצה - פיזיקה של כפתור אמיתי */
.gold-button .elementor-button:active,
.gold-button.elementor-button:active {
    transform: translateY(1px) !important;
}/* End custom CSS */