/* ================================
    Reset בסיסי
================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #000000; 
    color: #ffffff;
    line-height: 1.6;
}

/* ================================
    Header / Navigation
================================ */
.header-desktop {
  display: flex;
  justify-content: flex-start; 
  align-items: center;
  padding: 20px 50px;
  background-color: rgba(0, 0, 0, 0.6); 
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;  
  backdrop-filter: blur(8px); 
}

.header-desktop nav ul {
  list-style: none;
  display: flex;
  gap: 40px; 
  padding: 0;
  margin: 0;
}

.header-desktop nav ul li {
  font-size: 18px; 
}

.header-desktop nav ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase; 
  letter-spacing: 1.5px;
  transition: color 0.4s ease, text-shadow 0.4s ease;
}

/* ה-Hover החדש בסגול כהה ועמוק */
.header-desktop nav ul li a:hover {
  color: #3366FF; /* צבע אינדיגו / סגול כהה עמוק */
  text-shadow: 0 0 15px rgba(51, 102, 255, 0.8); /* גלואו כחול עוצמתי */
  opacity: 1;
}

.header-mobile {
  display: none;
}




/* ================================
    Floating Contact Icons
================================ */
.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    z-index: 2000;
}

/* הגדרה אחידה לכל האייקונים והדגלים בתוך ה-floating-contact */
.floating-contact img {
    width: 45px !important;
    height: 45px !important;
    transition: all 0.3s ease;
}

/* עיצוב ספציפי לדגלים (עיגול מושלם ומסגרת) */
.flag-img {
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

/* מפריד קטן */
.lang-divider {
    width: 25px;
    height: 1px;
    background-color: rgba(51, 102, 255, 0.3);
    margin: 2px 0;
}

/* אפקט הובר אחיד לכולם - גלואו כחול */
.floating-contact a:hover img {
    transform: scale(1.1) translateY(-3px);
    filter: drop-shadow(0 0 8px #3366FF); /* גלואו שמתאים לאייקונים */
}

/* גלואו ספציפי לדגלים (מבוסס Box Shadow כי הם עגולים ומלאים) */
.lang-icon:hover .flag-img {
    border-color: #3366FF;
    box-shadow: 0 0 15px rgba(51, 102, 255, 0.6);
    filter: none; /* מבטל את ה-drop-shadow כדי שלא יתנגשו */
}
/* ================================
    Footer - LDS Studio (Compact Version)
================================ */
.main-footer {
    background-color: #000000;
    background-image: radial-gradient(circle at 50% 0%, rgba(51, 102, 255, 0.05) 0%, transparent 70%);
    text-align: center;
    padding: 30px 20px 60px 20px; /* צמצום משמעותי של המרווח למעלה ובמיוחד למטה */
    margin: 0; /* ביטול כל רווח חיצוני שעלול להיווצר */
    border-top: none; 
    color: #ffffff;
    margin-top: 0;
	margin-bottom: 0;
	border-top: none; 
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px; /* צמצמתי קצת את הרווח מתחת לאייקונים */
}

.social-icons a {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* מצב רגיל - לבן נקי */
.social-icons img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1); /* לבן */
    transition: all 0.3s ease;
    opacity: 0.8; /* קצת שקיפות בברירת מחדל כדי לתת מקום לאפקט */
}

/* אפקט הובר רגיל וחד - כחול וגלואו */
.social-icons a:hover img {
    opacity: 1;
    transform: translateY(-5px);
    
    /* הדרך הכי "נקייה" לצבוע אייקון לבן לכחול עם גלואו */
    filter: drop-shadow(0 0 10px #3366FF) drop-shadow(0 0 2px #3366FF);
}

.footer-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    /* ביטול המרווחים האוטומטיים של הפסקאות כדי שלא יהיה שטח מת */
    margin: 4px 0; 
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
}

.web-by {
    font-size: 12px !important;
    margin-top: 5px !important; /* צמצום המרווח מהשורה שמעליו */
    opacity: 0.6;
    margin-bottom: 0 !important; /* ביטול מרווח תחתון של הפסקה */
}

.web-by b {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* מוודא שאין שאריות רווח מה-body */
body {
    margin: 0;
}


/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */

/* גורם לכל לחיצה על קישור פנימי להחליק בעדינות */
html {
    scroll-behavior: smooth;
}

.back-to-top {
    position: fixed;
    bottom: 25px; /* ממוקם מעט מעל התחתית */
    left: 25px; /* הועבר לצד שמאל */
    width: 40px; /* קצת יותר קטן */
    height: 40px; /* קצת יותר קטן */
    background-color: #3366FF; /* הכחול של המותג שלך */
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1rem; /* אייקון קטן יותר */
    z-index: 1000;
    cursor: pointer;
    
    /* מצב התחלתי - שקוף ומוסט מעט למטה */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* כשה-JS מוסיף את המחלקה הזו, הכפתור מופיע */
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: #ffffff;
    color: #3366FF;
    transform: translateY(-5px); /* אפקט ריחוף קטן */
    box-shadow: 0 8px 20px rgba(51, 102, 255, 0.4);
}

/* התאמה למובייל */
@media (max-width: 600px) {
    .back-to-top {
        bottom: 20px;
        left: 20px;
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

/* בתוך global.css - עדכון קטן */
@media (max-width: 1024px) {
    .header-desktop {
        display: none; /* מסתיר את תפריט המחשב במסכים קטנים */
    }
    .header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 25px;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        backdrop-filter: blur(10px);
    }
}