.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9fe6d89 */.site-header {
  direction: rtl;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-family: 'Assistant', sans-serif !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 9999;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.site-header.elementor-sticky--active {
  position: sticky;
  top: 20px;
  transform: translateX(-50%) translateY(0);
}

.header-container {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.header-right-tools {
  display: flex;
  align-items: center;
  gap: 20px;
}

.desktop-premium-cta {
  display: block;
  padding: 10px 24px;
  background: #fdfdfd;
  color: #3a7b91 !important;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700 !important;
  border: 2px solid #3a7b91;
  box-shadow: 0 4px 12px rgba(58, 123, 145, 0.1);
  transition: all 0.3s ease;
}

.desktop-premium-cta:hover {
  background: #3a7b91;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(58, 123, 145, 0.2);
}

.header-logo img {
  width: 90px;
  display: block;
  transform: translateY(5px);
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
}

.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 25px;
}

.header-nav a {
  text-decoration: none;
  color: #243746;
  font-weight: 700 !important;
  font-size: 16px;
  position: relative;
  padding: 4px 0;
  transition: color 0.3s ease;
}

.header-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #3a7b91;
  transition: width 0.3s ease;
  border-radius: 2px;
}

.header-nav a:hover {
  color: #3a7b91;
}

.header-nav a:hover::after {
  width: 100%;
}

.header-social {
  display: flex;
  gap: 10px;
}

.header-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3a7b91;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
}

.mobile-cta {
  display: none;
}

.mobile-menu-toggle {
  display: none;
  background: #f1f5f9;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #3a7b91;
  font-size: 20px;
  cursor: pointer;
  z-index: 10001;
}

@media (max-width: 1024px) {
  body:not(.home) {
    padding-top: 0 !important;
  }

  /* דוחף את התוכן בעמודים פנימיים למטה מבלי להזיז את ההדר */
  body:not(.home) #content,
  body:not(.home) .elementor-section-wrap {
    margin-top: 90px !important;
  }

  .site-header {
    width: 92%;
    top: 0;
    transform: translateX(-50%) translateY(15px);
    border-radius: 50px;
  }

  .header-container {
    height: 60px;
    padding: 0 15px;
  }

  .header-nav, .header-right-tools { 
    display: none; 
  }

  .mobile-menu-toggle { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    order: 1; 
  }

  .mobile-cta {
    display: flex;
    order: 2;
    background: #3a7b91;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 22px;
    border-radius: 50px;
    white-space: nowrap;
    height: 34px;
    align-items: center;
  }

  .header-logo { 
    order: 3; 
  }

  .header-logo img { 
    width: 65px; 
    transform: translateY(8px); 
  }
}

.fs-mobile-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100dvh;
  background: #ffffff;
  z-index: 10000;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  direction: rtl;
  overflow: hidden;
}

.fs-mobile-overlay.active {
  right: 0;
}

.fs-menu-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: radial-gradient(circle at top right, #f8fbfc 0%, #ffffff 100%);
  font-family: 'Assistant', sans-serif !important;
}

.fs-menu-header-premium {
  padding: 20px 25px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fs-close-premium {
  background: #f1f5f9;
  border: none;
  color: #3a7b91;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-logo-premium {
  width: 55px;
}

.fs-menu-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fs-menu-list-premium {
  list-style: none;
  padding: 0 25px;
  margin: 0;
}

.fs-menu-list-premium a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  color: #243746;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700 !important;
}

.fs-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #3a7b91;
  border-left: 2px solid #3a7b91;
  transform: rotate(-135deg);
}

.fs-menu-footer-premium {
  padding: 15px 25px 25px;
}

.fs-social-premium {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.fs-social-premium a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #3a7b91;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #eef2f5;
  text-decoration: none;
}

.fs-cta-premium {
  display: block;
  padding: 14px;
  text-align: center;
  background: #3a7b91;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 800 !important;
  font-size: 16px;
  box-shadow: 0 8px 16px rgba(58, 123, 145, 0.15);
}



@media (max-width: 1024px) {
  body:not(.home) .site-header {
    transform: translateX(-50%) translateY(13px) !important;
  }

  body:not(.home) #page,
  body:not(.home) #content,
  body:not(.home) .elementor {
    position: relative !important;
    top: 18px !important;
  }
}

@media (max-width: 1024px) {
  body:not(.home) .site-header {
    transform: translateX(-50%) translateY(0px) !important;
  }
}


@media (max-width: 1024px) {
  .fs-arrow {
    transform: rotate(315deg) !important;
  }

  .fs-logo-premium {
    width: 90px !important;
  }
}


@media (max-width: 1024px) {
  .mobile-cta {
    background: linear-gradient(135deg, #3a7b91, #2f6578) !important;
    color: #ffffff !important;

    border: none !important;
    border-radius: 50px !important;

    padding: 11px 24px !important;
    font-size: 13px !important;
    font-weight: 800 !important;

    box-shadow: 0 10px 25px rgba(58,123,145,0.28) !important;

    position: relative;
    overflow: hidden;
    transition: all 0.25s ease !important;
  }

  .mobile-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(58,123,145,0.35) !important;
    background: linear-gradient(135deg, #2f6578, #255463) !important;
  }

  .mobile-menu-toggle {
    background: #f4f8fa !important;
    border: 1px solid rgba(58,123,145,0.15) !important;
    box-shadow: 0 6px 16px rgba(36,55,70,0.08) !important;
    color: #3a7b91 !important;
  }
}



.fs-menu-list-premium li {
  border-bottom: 1px solid rgba(8,128,191,0.06);
}

.fs-menu-list-premium a {
  border-radius: 14px;
  transition: background 0.2s ease, color 0.2s ease, padding-right 0.2s ease;
}

.fs-menu-list-premium a:hover {
  background: rgba(8,128,191,0.06);
  color: #0880bf;
  padding-right: 20px;
}

.fs-cta-premium {
  background: linear-gradient(135deg, #0880bf, #0669a0) !important;
  box-shadow: 0 8px 20px rgba(8,128,191,0.25) !important;
}

.fs-social-premium a {
  background: rgba(8,128,191,0.06) !important;
  border-color: rgba(8,128,191,0.15) !important;
  color: #0880bf !important;
  transition: background 0.25s ease, transform 0.25s ease !important;
}

.fs-social-premium a:hover {
  background: #0880bf !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}


.mobile-cta {
  background: #ffffff !important;
  color: #0880bf !important;
  border: 2px solid #0880bf !important;
  box-shadow: 0 6px 16px rgba(8,128,191,0.15) !important;
}/* End custom CSS */