.elementor-7355 .elementor-element.elementor-element-ad70e23{--display:flex;--min-height:700px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overlay-opacity:0.93;--margin-top:-125px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:-5px;--padding-left:0px;--padding-right:0px;}.elementor-7355 .elementor-element.elementor-element-ad70e23:not(.elementor-motion-effects-element-type-background), .elementor-7355 .elementor-element.elementor-element-ad70e23 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-5697f8c );background-image:url("https://www.eazyweb.co.il/wp-content/uploads/2026/03/serene-beauty-hot-air-balloon-drifting-ov-00681-01.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-7355 .elementor-element.elementor-element-ad70e23::before, .elementor-7355 .elementor-element.elementor-element-ad70e23 > .elementor-background-video-container::before, .elementor-7355 .elementor-element.elementor-element-ad70e23 > .e-con-inner > .elementor-background-video-container::before, .elementor-7355 .elementor-element.elementor-element-ad70e23 > .elementor-background-slideshow::before, .elementor-7355 .elementor-element.elementor-element-ad70e23 > .e-con-inner > .elementor-background-slideshow::before, .elementor-7355 .elementor-element.elementor-element-ad70e23 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-5697f8c );--background-overlay:'';}.elementor-7355 .elementor-element.elementor-element-ad70e23 > .elementor-shape-bottom .elementor-shape-fill, .elementor-7355 .elementor-element.elementor-element-ad70e23 > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-5697f8c );}.elementor-7355 .elementor-element.elementor-element-ad70e23 > .elementor-shape-bottom svg, .elementor-7355 .elementor-element.elementor-element-ad70e23 > .e-con-inner > .elementor-shape-bottom svg{width:calc(226% + 1.3px);}.elementor-7355 .elementor-element.elementor-element-4e625a6{--display:flex;--justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7355 .elementor-element.elementor-element-129ba6d{text-align:center;}.elementor-7355 .elementor-element.elementor-element-129ba6d .elementor-heading-title{font-family:"Ploni", Sans-serif;font-size:70px;font-weight:600;color:var( --e-global-color-3ee4fc1 );}.elementor-7355 .elementor-element.elementor-element-9db9366{text-align:center;}.elementor-7355 .elementor-element.elementor-element-9db9366 .elementor-heading-title{font-family:"Ploni", Sans-serif;font-size:40px;font-weight:400;color:var( --e-global-color-3ee4fc1 );}.elementor-7355 .elementor-element.elementor-element-5ae39f6{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7355 .elementor-element.elementor-element-ad70e23{--min-height:540px;--overlay-opacity:0.81;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7355 .elementor-element.elementor-element-4e625a6{--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-7355 .elementor-element.elementor-element-129ba6d .elementor-heading-title{font-size:50px;}.elementor-7355 .elementor-element.elementor-element-9db9366 .elementor-heading-title{font-size:28px;}}/* Start custom CSS for html, class: .elementor-element-ef71dec *//* =======================================
   הגדרות בסיס - צבע המותג המבוקש
   ======================================= */
.ez-ai-page-wrapper {
  background-color: #221346;
  color: #ffffff;
  font-family: 'ploni', sans-serif !important;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* אור זז ברקע */
.ez-ai-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(138, 99, 229, 0.15) 0%, transparent 70%);
  top: 5%;
  left: -10%;
  border-radius: 50%;
  animation: floatBackground 15s infinite alternate ease-in-out;
  pointer-events: none;
  z-index: 0;
}

@keyframes floatBackground {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(30vw, 20vh) scale(1.5); }
}

/* =======================================
   באנר גילוי נאות
   ======================================= */
.ez-ai-meta-banner {
  background: rgba(138, 99, 229, 0.1);
  border-bottom: 1px solid rgba(138, 99, 229, 0.2);
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 5;
}

.ez-ai-pulse-dot {
  width: 12px;
  height: 12px;
  background-color: #ff3366;
  border-radius: 50%;
  box-shadow: 0 0 10px #ff3366;
  animation: pulseDot 1.5s infinite;
  flex-shrink: 0;
}

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(255, 51, 102, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 51, 102, 0); }
}

.ez-ai-meta-text {
  font-size: 18px;
  color: #E6E0F8;
  font-weight: 400;
  text-align: center;
}

.ez-ai-meta-text strong {
  color: #ffffff;
  font-weight: 800;
}

/* =======================================
   פס טכנולוגיות - סטטי, דק ונקי
   ======================================= */
.ez-ai-tech-static {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 2;
  background: rgba(0,0,0,0.1);
}

.ez-ai-tech-static span {
  font-size: 18px;
  font-weight: 300; /* משקל דק כמו שביקשת */
  color: rgba(194, 178, 237, 0.8); 
  letter-spacing: 2px;
}

/* =======================================
   כותרות ענקיות וטקסט
   ======================================= */
.ez-ai-section {
  padding: 100px 20px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ez-ai-bg-alt {
  background: rgba(0, 0, 0, 0.15); 
  border-top: 1px solid rgba(138, 99, 229, 0.1);
  border-bottom: 1px solid rgba(138, 99, 229, 0.1);
}

.ez-ai-section-header {
  text-align: center;
  margin-bottom: 70px;
}

.ez-ai-title-gigantic {
  font-size: 95px !important;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 25px 0;
  background: linear-gradient(135deg, #ffffff 20%, #C2B2ED 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
}

.ez-ai-subtitle-cool {
  font-size: 24px !important;
  font-weight: 400;
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
}

.ez-ai-page-wrapper p {
  font-size: 20px !important;
  color: #E6E0F8; 
  line-height: 1.6;
}

/* כפתורי צור קשר */
.ez-ai-btn {
  display: inline-block;
  background: linear-gradient(90deg, #C2B2ED 0%, #ffffff 100%);
  color: #221346 !important;
  font-size: 22px;
  font-weight: 900;
  padding: 20px 50px;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.ez-ai-btn:hover {
  transform: scale(1.05) translateY(-3px);
  box-shadow: 0 20px 40px rgba(194, 178, 237, 0.4);
}

/* =======================================
   גריד פיצ'רים
   ======================================= */
.ez-ai-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.ez-ai-feature-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(194, 178, 237, 0.15);
  border-radius: 30px;
  padding: 45px 35px;
  transition: all 0.5s ease;
}

.ez-ai-feature-card:hover {
  transform: translateY(-15px); 
  border-color: #8a63e5;
  background: rgba(138, 99, 229, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.ez-ai-icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #8a63e5 0%, #4a2b99 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 25px;
}

.ez-ai-feature-card h3 {
  font-size: 40px !important;
  margin: 0 0 15px 0;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
}

/* =======================================
   טבלת השוואה - דסקטופ
   ======================================= */
.ez-ai-table-container {
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  border: 1px solid rgba(138, 99, 229, 0.3);
  padding: 1px;
}

.ez-ai-compare-table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}

.ez-ai-compare-table th, 
.ez-ai-compare-table td {
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ez-ai-compare-table th {
  font-weight: 800;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 26px; 
}

.ez-ai-compare-table td {
  color: #E6E0F8;
  font-size: 22px;
}

.ez-ai-compare-table td:first-child {
  color: #C2B2ED; 
  font-weight: 800;
}

.ez-ai-highlight-col {
  background: rgba(138, 99, 229, 0.15);
  color: #ffffff !important;
  font-weight: 800;
}

/* =======================================
   טיימליין
   ======================================= */
.ez-ai-steps-timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.ez-ai-step {
  display: flex;
  align-items: center;
  gap: 40px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(138, 99, 229, 0.2);
  padding: 40px;
  border-radius: 30px;
  transition: all 0.4s ease;
}

.ez-ai-step:hover {
  transform: translateX(-15px); 
  border-color: #8a63e5;
}

.ez-ai-step-number {
  font-size: 80px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px rgba(194, 178, 237, 0.5);
  flex-shrink: 0;
}

.ez-ai-step-content h4 {
  font-size: 40px !important;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px 0;
}

/* =======================================
   CTA סופי
   ======================================= */
.ez-ai-cta-section {
  padding: 60px 20px 120px;
  text-align: center;
}

.ez-ai-cta-box {
  background: linear-gradient(135deg, #4a2b99 0%, #170d30 100%);
  border: 2px solid #8a63e5;
  border-radius: 40px;
  padding: 80px 40px;
  max-width: 1000px;
  margin: 0 auto;
}

/* =======================================
   רספונסיביות מובייל 
   ======================================= */
@media (max-width: 768px) {
  .ez-ai-meta-banner { flex-direction: column; text-align: center; padding: 25px 15px; }
  .ez-ai-meta-text { font-size: 16px; }

  .ez-ai-section { padding: 60px 15px; }
  
  .ez-ai-title-gigantic { font-size: 50px !important; letter-spacing: -1px; } 
  .ez-ai-subtitle-cool { font-size: 20px !important; }
  .ez-ai-feature-card h3, .ez-ai-step-content h4 { font-size: 32px !important; }
  .ez-ai-page-wrapper p { font-size: 18px !important; }
  
  .ez-ai-step { flex-direction: column; text-align: center; gap: 15px; padding: 30px 20px; }

  /* תיקון הטבלה למובייל: הטקסט נערם מלמעלה למטה, לא עולה אחד על השני */
  .ez-ai-table-container { padding: 0; background: transparent; border: none; }
  .ez-ai-compare-table thead { display: none; }
  
  .ez-ai-compare-table, 
  .ez-ai-compare-table tbody, 
  .ez-ai-compare-table tr, 
  .ez-ai-compare-table td { 
    display: block; 
    width: 100%; 
  }
  
  .ez-ai-compare-table tr { 
    margin-bottom: 25px; 
    border: 1px solid rgba(138, 99, 229, 0.4); 
    border-radius: 20px; 
    background: rgba(0,0,0,0.3);
    overflow: hidden;
  }
  
  .ez-ai-compare-table td { 
    display: flex;
    flex-direction: column; /* מסדר את הטקסט מלמעלה למטה */
    align-items: flex-start;
    text-align: right;
    border-bottom: 1px solid rgba(255,255,255,0.05); 
    padding: 20px;
  }
  
  .ez-ai-compare-table td:last-child { border-bottom: none; }
  
  /* הכותרת של כל תא מופיעה מעל הטקסט */
  .ez-ai-compare-table td::before { 
    content: attr(data-label); 
    font-size: 15px;
    font-weight: 700;
    color: #8a63e5; 
    margin-bottom: 8px; /* מרווח בין הכותרת לטקסט האמיתי */
  }
  
  .ez-ai-highlight-col { background: rgba(138, 99, 229, 0.15); }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.eazyweb.co.il/wp-content/uploads/2026/03/ploni-regular-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.eazyweb.co.il/wp-content/uploads/2026/03/ploni-regular-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.eazyweb.co.il/wp-content/uploads/2026/03/ploni-medium-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.eazyweb.co.il/wp-content/uploads/2026/03/ploni-bold-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.eazyweb.co.il/wp-content/uploads/2026/03/ploni-black-aaa.woff2') format('woff2');
}
@font-face {
	font-family: 'Ploni';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.eazyweb.co.il/wp-content/uploads/2026/03/ploni-ultralight-aaa.woff2') format('woff2');
}
/* End Custom Fonts CSS */