/* 
Theme Name: TheJackal-hello-theme-child
Theme URI: https://github.com/elementor/hello-theme/
Description: TheJackal-hello-theme-child is a child theme of Hello Elementor, created by Elementor team and modified by The Jackal
Author: The Jackal
Author URI: https://jackal.co.il/
Template: hello-elementor
Version: 7.5.2
Text Domain: TheJackal-hello-theme-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
*/

input[type="tel" i] {
    direction: rtl !important;
}
.hello_elementor_page_title {
    display: none;
}

.entry-title {
    display: none !important;
}

.site-title {
    display: none !important;
}

.site-description {
    display: none !important;
}

.pojo-a11y-toolbar-text {
    font-size: 15px !important;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .cs_preview_container > div > div .cs-info-bar {
    padding: 1em 2em 0.5em 2em !important;
}

.cs-wrapper .cs-popup-row {
    gap: 0.5em !important;
}
div > div .bar_description_text {
    margin-bottom: 0 !important;
}
}

:root {
    --base-font-size: 1vw;
    --mobile-font-size: 4vw;
}

html {
  font-size: var(--base-font-size);
}
.jackal-article ul {
	margin-bottom: 1.5em !important;
}
@media (max-width: 767px) {
  html {
    font-size: var(--mobile-font-size);
  }
}

.jackal-form .elementor-field-group-divur,
.jackal-form .elementor-field-group-consent {
    order: 20 !important;
}
.jackal-form .elementor-field-group-submit {
    order: 10 !important;
}
.jackal-form .elementor-field-textual,
.jackal-form .elementor-button {
	height: 2.4em !important;
  min-height: 2.4em !important;
	padding: 0.1em 1em !important;
	align-items: center;
	justify-content: center;
}
.jackal-form .elementor-button {
	cursor: pointer;
	transition: all 0.3s ease;
}

.jackal-form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0.15em 0 0 0;
  width: 1.2em;
  height: 1.2em;
  min-width: 1.2em;
  background: var(--e-global-color-2444c0b, black)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E")
    center/0% no-repeat;
  border: 1px solid #000000;
  border-radius: 0.25em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.jackal-form .elementor-field-option {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  position: relative;
  cursor: pointer;
}

.jackal-form input[type="checkbox"]:checked {
  background-color: var(--e-global-color-accent, #0f00b7) !important;
  border-color: var(--e-global-color-accent, #0f00b7) !important;
  background-size: 70%;
}

.jackal-form .elementor-field-option label {
  font-size: .9em !important;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  user-select: none;
}

.jackal-form .elementor-field-option a {
  text-decoration: underline;
}

/* --- Themes --- */
/* Light */
.jackal-form.form-light .elementor-field-option label {
  color: var(--e-global-color-text, #334155);
}
.jackal-form.form-light .elementor-field-option a {
  color: var(--e-global-color-primary, #0f172a);
}
.jackal-form.form-light .elementor-button {
  background-color: var(--e-global-color-primary, #0f172a);
  color: #fff;
}
.jackal-form.form-light .elementor-button:hover {
  background-color: var(--e-global-color-accent, #0f00b7);
}

/* Dark */
.jackal-form.form-dark .elementor-field-option label {
  color: #fff;
}
.jackal-form.form-dark .elementor-field-option a {
  color: #e2e8f0;
}
.jackal-form.form-dark .elementor-button {
  background-color: var(--e-global-color-accent, #0f00b7);
  color: #fff;
}
.jackal-form.form-dark .elementor-button:hover {
  background-color: var(--e-global-color-primary, #000000);
  color: var(--e-global-color-primary, #000000);
}

/* --- Mobile (Compact) --- */
@media (max-width: 767px) {
  .jackal-form .elementor-field-textual,
  .jackal-form .elementor-button {
    height: 2.2em !important;
    min-height: 2.2em !important;
/*     font-size: 1.15em !important; */
    padding: 0.5em 1em !important;
  }
  .jackal-form .elementor-button {
    padding: 0.75em 1.25em;
  }
  .jackal-form .elementor-field-option {
    gap: 0.7em;
  }
  .jackal-form .elementor-field-option label {
    font-size: 1em;
    line-height: 1.25;
  }
  .jackal-form input[type="checkbox"] {
    margin-top: 0;
    width: 1em;
    height: 1em;
    min-width: 1em;
  }
}

