.elementor-kit-32{--e-global-color-primary:#D81B60;--e-global-color-secondary:#880E4F;--e-global-color-text:#212121;--e-global-color-accent:#FF4081;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#F8BBD0;--e-global-color-transparent:#00000000;--e-global-color-2869fee:#FFD800;--e-global-color-2636b84:#880E4FA6;--e-global-color-7e0f676:#FFFFFF7A;--e-global-color-b3de932:#C59548;--e-global-color-3aa2102:#880E4FDE;--e-global-color-03383f6:#FFFFFF00;--e-global-color-77bbe1e:#FFDFEA;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Heebo";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Heebo";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Heebo";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Heebo";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Heebo";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-32 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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);}.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-32{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-32{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-32 .elementor-heading-title{
  background: linear-gradient(
    90deg,
    #805D24 0%,
    #D0AE67 25%,
    #ECD79E 50%,
    #D0AE67 75%,
    #805D24 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldShine 6s linear infinite;
  font-weight:700;
  letter-spacing:0.5px;
}

@keyframes goldShine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}




.rotate-btn {
  --background-color:#FF4081; /* צבע רקע */
  --background-hover: #C59548; /* צבע רקע במעבר עכבר */
  --transition: 0.3s; /* זמן מעבר */
  transition: all var(--transition);
}

.rotate-btn .elementor-button-text {
  border-radius: 50px; /* עיגול פינות של הטקסט */
  background: var(--background-color);
  padding: 0.7vw 1vw; /* שוליים פנימיים של הטקסט */
  transition: all var(--transition);
}

.rotate-btn:hover .elementor-button-text {
  background: var(--background-hover);
}

.rotate-btn:hover {
  scale: 1.02; /* הגדלה של הכפתור במעבר עכבר */
}

.rotate-btn .elementor-button-icon {
  border-radius: 50px; /* עיגול פינות של האייקון */
  background: var(--background-color);
  padding: 0.6vw 0.7vw 0.8vw 0.7vw; /* שוליים פנימיים של האייקון */
  margin-right: -0.3vw; /* קירוב האייקון לטקסט */
  transform: rotate(45deg); /* סיבוב האייקון */
  transition: all var(--transition);
}

.rotate-btn:hover .elementor-button-icon {
  transform: rotate(0deg);
  background: var(--background-hover);
}

@media (max-width: 1025px) {
  .rotate-btn .elementor-button-text {
    padding: 13px 20px 8px 20px;
  }

  .rotate-btn .elementor-button-icon {
    padding: 14px 15px 16px 15px;
    margin-right: -5px;
  }
}/* End custom CSS */