.elementor-kit-8{--e-global-color-primary:#0B0B17;--e-global-color-secondary:#1EEFEB;--e-global-color-text:#E5ACFF;--e-global-color-accent:#FFFFFF;--e-global-color-e4d4b8d:#201F23;--e-global-typography-primary-font-family:"gloria";--e-global-typography-primary-font-size:clamp(2rem, -1.4516rem + 10.3226vw, 5rem);--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"gloria";--e-global-typography-secondary-font-size:clamp(2rem, 0.7742rem + 5.1613vw, 3.4rem);--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:0.9em;--e-global-typography-text-font-family:"ploni";--e-global-typography-text-font-size:clamp(1.1rem, 0.8468rem + 0.6452vw, 1.25rem);--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1em;--e-global-typography-accent-font-family:"gloria";--e-global-typography-accent-font-size:clamp(1rem, 0.8468rem + 0.6452vw, 1.25rem);--e-global-typography-accent-font-weight:bold;--e-global-typography-60112e8-font-family:"gloria";--e-global-typography-60112e8-font-size:clamp(1.25rem, 0.8669rem + 1.6129vw, 1.875rem);--e-global-typography-60112e8-line-height:1.1em;background-color:var( --e-global-color-primary );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h2{font-family:var( --e-global-typography-60112e8-font-family ), Sans-serif;font-size:var( --e-global-typography-60112e8-font-size );line-height:var( --e-global-typography-60112e8-line-height );}.elementor-kit-8 h3{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8 h2{font-size:var( --e-global-typography-60112e8-font-size );line-height:var( --e-global-typography-60112e8-line-height );}.elementor-kit-8 h3{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-60112e8-font-size:clamp(1.25rem, 1.0202rem + 0.9677vw, 1.625rem);}.elementor-kit-8 h2{font-size:var( --e-global-typography-60112e8-font-size );line-height:var( --e-global-typography-60112e8-line-height );}.elementor-kit-8 h3{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*html, body{
    overflow-x: hidden;
}*/

p{
    margin: 0;
}

.elementor-icon-box-title a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    width:4px;
    background-color: darkgrey;
} 

::-webkit-scrollbar-thumb {
    background-color: #E5ACFF;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba();
    background-color: #fff;
}

::selection {
  background-color: #E5ACFF;
  color: #fff;
}


/*reveal-text*/
/*.char {
    transform: translateY(175px);
    transition: transform .10s ;
}*/


.borderee img{
    height: 70px;
    width: 160px;
    margin-right: 1.2rem;
    vertical-align: middle;
    will-change: transform;
    border-radius: 100px;
    object-fit: cover;
   /* filter: hue-rotate(320deg);*/
}



@media only screen and (max-width: 460px) {
  .borderee img {
    width:120px;
    height: 50px;
  }
}

/*schema-faq yoast*/
.schema-faq.wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: 20px; 
}

.schema-faq-answer {
    margin-top: 4px;
}

/*checkbox*/
/* Checkbox & Radio - Base */
.elementor-field-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Checkbox & Radio Styling */
.elementor-field-option input[type="checkbox"],
.elementor-field-type-checkbox input[type="checkbox"],
.elementor-field-option input[type="radio"],
.elementor-field-type-radio input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc!important;
    background-color: #fff;
    border-radius: 50%!important;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
    margin: 0 !important;
}

/* Checkbox Checked - V */
.elementor-field-option input[type="checkbox"]:checked,
.elementor-field-type-checkbox input[type="checkbox"]:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

.elementor-field-option input[type="checkbox"]:checked:after,
.elementor-field-type-checkbox input[type="checkbox"]:checked:after {
    content: '\2713';
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -40%);
}

/* Radio Checked - נקודה פנימית */
.elementor-field-option input[type="radio"]:checked,
.elementor-field-type-radio input[type="radio"]:checked {
    background-color: #fff !important;
    border-color: #000 !important;
    box-shadow: inset 0 0 0 4px #000;
}

/* Hover */
.elementor-field-option input[type="checkbox"]:hover,
.elementor-field-type-checkbox input[type="checkbox"]:hover,
.elementor-field-option input[type="radio"]:hover,
.elementor-field-type-radio input[type="radio"]:hover {
    border-color: #000;
}

/* Focus */
.elementor-field-option input[type="checkbox"]:focus,
.elementor-field-type-checkbox input[type="checkbox"]:focus,
.elementor-field-option input[type="radio"]:focus,
.elementor-field-type-radio input[type="radio"]:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* Error State - Border Red */
.elementor-field-type-checkbox.elementor-error input[type="checkbox"],
.elementor-field-type-radio.elementor-error input[type="radio"] {
    border-color: #d9534f !important;
}

/* Error Message */
.elementor-field-type-checkbox .elementor-message,
.elementor-field-type-radio .elementor-message {
    color: #d9534f;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'gloria';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://twist-digital.co.il/wp-content/uploads/2024/03/gloria-bold-aaa.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ploni';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://twist-digital.co.il/wp-content/uploads/2024/03/ploni-regular-aaa-1.woff2') format('woff2');
}
/* End Custom Fonts CSS */