.elementor-kit-9{--e-global-color-primary:#00AEEF;--e-global-color-secondary:#080808;--e-global-color-text:#5B5B5B;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-size:3vw;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-size:2vw;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-size:1.3vw;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-weight:500;overscroll-behavior:none;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-secondary );border-style:none;border-radius:20px 20px 20px 20px;padding:15px 15px 15px 15px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 img{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-9 label{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-secondary );accent-color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:0px;max-width:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-9 label{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-9 label{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* אם הקלאס יושב ישירות על הכפתור */
a.snake-button,
button.snake-button,
.snake-button.elementor-button,

/* אם הקלאס יושב על הווידג׳ט באלמנטור */
.snake-button .elementor-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  padding: 9px 20px !important;
  width: fit-content !important;
  max-width: fit-content !important;

  border: 5px solid transparent !important;
  border-radius: 12px !important;

  background:
    linear-gradient(#062A82, #062A82) padding-box,
    conic-gradient(
      from var(--angle),
      #0A81AD,
      #ffffff,
      #00AEEF,
      #2C2828,
      #062A82
    ) border-box !important;

  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;

  animation: moving-border-colors 2.4s linear infinite;
  box-sizing: border-box;
  overflow: hidden;
}

/* הטקסט בתוך כפתור אלמנטור */
.snake-button .elementor-button-text {
  color: #ffffff !important;
  position: relative;
  z-index: 1;
}

a.snake-button:hover,
button.snake-button:hover,
.snake-button.elementor-button:hover,
.snake-button .elementor-button:hover {
  animation-duration: 1.4s;
}

@keyframes moving-border-colors {
  to {
    --angle: 360deg;
  }
}/* End custom CSS */