/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.entropy-protected-hero {
  position: relative;
  background: #0C4496;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 20px;
  overflow: hidden;
  direction: rtl;
}

.entropy-protected-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.entropy-protected-title {
  margin: 0 0 24px;
  color: #ffffff !important;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
}

.entropy-protected-text {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
}

.entropy-protected-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  direction: ltr; /* כדי שהכפתור יהיה משמאל לשדה */
}

.entropy-protected-input {
  width: 150px;
  max-width: 100%;
  height: 34px;
  border: 0;
  border-radius: 4px;
  background: #ffffff;
  color: #111111;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 15px;
  padding: 0 10px;
  box-shadow: none;
  outline: none;
}

.entropy-protected-button {
  height: 34px;
  min-width: 58px;
  border: 0;
  border-radius: 4px;
  background: #C6DDFF;
  color: #0C4496;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 0 14px;
  cursor: pointer;
  transition: 0.2s ease;
}

.entropy-protected-button:hover {
  background: #d8e8ff;
  color: #0C4496;
}

.entropy-protected-dots {
  display: none !important;
}

.entropy-protected-dots-left {
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}

.entropy-protected-dots span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #8eb3ef;
}

.entropy-protected-input{
	width: 33% !important
}

/* מובייל */
@media (max-width: 767px) {
  .entropy-protected-hero {
    min-height: 250px;
    padding: 42px 16px;
  }

  .entropy-protected-title {
    font-size: 30px;
    margin-bottom: 14px;
	color:#ffffff !important;
  }

  .entropy-protected-text {
    font-size: 17px;
    margin-bottom: 18px;
    line-height: 1.45;
  }

  .entropy-protected-form {
    gap: 8px;
  }

  .entropy-protected-input {
    width: 120px;
    height: 32px;
    font-size: 14px;
    padding: 0 8px;
  }

  .entropy-protected-button {
    height: 32px;
    min-width: 54px;
    font-size: 14px;
    padding: 0 12px;
  }

  .entropy-protected-dots-left {
    left: 18px;
  }

  .entropy-protected-dots span {
    width: 24px;
    height: 24px;
  }
}