.elementor-kit-7{--e-global-color-primary:#ED6970;--e-global-color-secondary:#3391CD;--e-global-color-text:#98C662;--e-global-color-accent:#FCC25E;--e-global-color-8db6ca6:#FFF8EF;--e-global-color-77b30f6:#9C3F98;--e-global-color-9e03141:#000000;--e-global-color-1a25f84:#FFFFFF00;--e-global-color-f3e3b25:#FFFFFF;--e-global-typography-primary-font-family:"Matritsa";--e-global-typography-primary-font-size:3vw;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Matritsa";--e-global-typography-secondary-font-size:2.1vw;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Matritsa";--e-global-typography-text-font-size:1.3vw;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4286em;--e-global-typography-accent-font-family:"Matritsa";--e-global-typography-accent-font-size:1.3vw;--e-global-typography-accent-font-weight:700;--e-global-typography-537295d-font-family:"Matritsa";--e-global-typography-537295d-font-size:5.5vw;--e-global-typography-537295d-font-weight:700;--e-global-typography-537295d-line-height:1em;--e-global-typography-00d9f63-font-family:"Matritsa";--e-global-typography-00d9f63-font-size:2.7vw;--e-global-typography-00d9f63-font-weight:400;--e-global-typography-00d9f63-line-height:1em;--e-global-typography-ce3f035-font-family:"Matritsa";--e-global-typography-ce3f035-font-size:0.95vw;--e-global-typography-ce3f035-line-height:1.75em;--e-global-typography-77dbf4f-font-family:"Liddar";--e-global-typography-77dbf4f-font-size:5vw;--e-global-typography-77dbf4f-font-weight:400;--e-global-typography-77dbf4f-line-height:1.1em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-77b30f6 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:28px;--e-global-typography-text-font-size:18px;--e-global-typography-537295d-font-size:42px;--e-global-typography-00d9f63-font-size:26px;--e-global-typography-ce3f035-font-size:16px;--e-global-typography-77dbf4f-font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:18px;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-size:18px;--e-global-typography-accent-line-height:1.2em;--e-global-typography-537295d-font-size:40px;--e-global-typography-537295d-line-height:1em;--e-global-typography-00d9f63-font-size:25px;--e-global-typography-00d9f63-line-height:1em;--e-global-typography-ce3f035-font-size:16px;--e-global-typography-77dbf4f-font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.gra-frame{
  position: relative;
  box-shadow: 0px 15px 20px 0px rgba(191, 252, 54, 0.10); /*הצללה למסגרת*/
}

.gra-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5vw; /*עיגול פינות*/
  border: 2px solid transparent; /*עובי המסגרת*/
  background: linear-gradient(180deg, #F36E73  0%, #9C3F98 100%) border-box; /*צבע המסגרת ב-rgb*/
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

@media(max-width:767px){
.gra-frame::before {
  border-radius: 15px; /*רדיוס פינות מובייל*/
  }
}



/* הכפתור עצמו */
.push-btn .elementor-button {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* הפס שמתחת לכפתור */
.push-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1vw; /*משיכת הצל למטה*/
  width: 100%;
  height: 90%;/*גובה הצל*/
  background: var(--e-global-color-primary); /*צבע הרקע*/
  border-radius: 100px;/*עיגול פינות צל, מומלץ ערך זהה לשל הכפתור עצמו*/
  z-index: 1; /* נמוך מהכפתור */
  transition:0.3s cubic-bezier(.17,.67,.32,1.32);
}

.push-btn:hover .elementor-button{
   transform: translateY(0.4vw); /*ביטול צל במעבר עכבר, צריך להיות מעט גדול יותר מהערך של משיכת הצל*/
}

/*התאמה למובייל*/
@media(max-width:767px){
.push-btn::after {
  bottom: 0px; /*משיכת הצל למטה*/
  height: 90%; /*גובה הצל*/
  border-radius: 100px;/*עיגול פינות צל, מומלץ ערך זהה לשל הכפתור עצמו*/
  z-index: 1; /* נמוך מהכפתור */
  transition:0.3s cubic-bezier(.17,.67,.32,1.32);
}

.push-btn:hover .elementor-button{
   transform: translateY(4px);
/*ביטול צל במעבר עכבר, צריך להיות מעט גדול יותר מהערך של משיכת הצל*/
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Matritsa';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://www.hadasbenamram.co.il/wp-content/uploads/2026/06/FbMatritsaNarrow-Medium-2.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Liddar';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://www.hadasbenamram.co.il/wp-content/uploads/2026/06/FbLiddar-Regularwebfont-2.woff') format('woff');
}
/* End Custom Fonts CSS */