.elementor-kit-119{--e-global-color-primary:#00B4D8;--e-global-color-secondary:#FCBF49;--e-global-color-text:#333333;--e-global-color-accent:#F77F00;--e-global-typography-primary-font-family:"Fredoka";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Comic Neue";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Baloo 2";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Chewy";--e-global-typography-accent-font-weight:600;color:#222222;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-119 e-page-transition{background-color:transparent;background-image:radial-gradient(at center center, #FFBC7D 0%, #f2295b 100%);}.elementor-kit-119 p{margin-block-end:20px;}.elementor-kit-119 a{color:#F77F00;font-family:"Nunito", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-119 a:hover{color:#118AB2;}.elementor-kit-119 h1{color:#2B2D42;font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-119 h2{color:#2B2D42;font-family:"Poppins", Sans-serif;font-size:36px;font-weight:600;}.elementor-kit-119 h3{color:#2B2D42;font-family:"Poppins", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-119 h4{color:#2B2D42;font-family:"Poppins", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-119 h5{color:#2B2D42;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-119 h6{color:#2B2D42;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;--container-default-padding-top:20px;--container-default-padding-right:30px;--container-default-padding-bottom:40px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */.scribble-underline{
  position: relative;
  display: inline-block;
}

.scribble-underline::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;  /* mennyire legyen a szöveg alatt */
  height: 30px;

  background: url("data:image/svg+xml;utf8,
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 110' preserveAspectRatio='none'>
      <path d='M10 80 C70 95, 120 35, 170 75 C220 110, 290 95, 350 85 C410 75, 480 90, 590 85'
            fill='none' stroke='%23f77f00' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/>
    </svg>
  ") no-repeat center;
  background-size: 100% 100%;

  transform: scaleX(0);
  transform-origin: left;
  animation: drawline 2s ease forwards;
}

@keyframes drawline{
  to { transform: scaleX(1); }
}/* End custom CSS */