.elementor-kit-7{--e-global-color-primary:#E6DED2;--e-global-color-secondary:#D1C7BA;--e-global-color-text:#4A4A4A;--e-global-color-accent:#8A8176;--e-global-color-1bc1079:#C2A97A;--e-global-color-b147470:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Merriweather";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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-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:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.kk-fade {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.kk-fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.kk-fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.kk-fade.visible,
.kk-fade-left.visible,
.kk-fade-right.visible {
  opacity: 1;
  transform: translate(0);
}
.kk-delay-1 { transition-delay: 0.1s; }
.kk-delay-2 { transition-delay: 0.2s; }
.kk-delay-3 { transition-delay: 0.3s; }
.kk-delay-4 { transition-delay: 0.4s; }
.kk-delay-5 { transition-delay: 0.5s; }


/* Minden beviteli mező */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea,
.gform_wrapper select {
  font-family: 'Merriweather', serif !important;
  font-size: 15px !important;
  color: #3a3028 !important;
  background-color: #f5f0eb !important;
  border: 1px solid #c9b99a !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  box-shadow: none !important;
}

/* Fókusz – kék gyűrű eltüntetése */
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #9a7e5a !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(154, 126, 90, 0.15) !important;
}

/* Összes címke és szöveg */
.gform_wrapper .gfield_label,
.gform_wrapper label,
.gform_wrapper .gfield_description,
.gform_wrapper .ginput_complex label,
.gform_wrapper .name_first label,
.gform_wrapper .name_last label {
  font-family: 'Merriweather', serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #3a3028 !important;
}

/* Kötelező felirat */
.gform_wrapper .gfield_required {
  color: #9a7e5a !important;
  font-family: 'Merriweather', serif !important;
}

/* Elküld gomb */
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"],
.gform_footer input[type="submit"] {
  font-family: 'Merriweather', serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  background-color: #9a7e5a !important;
  color: #f5f0eb !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 40px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}

/* Gomb hover */
.gform_wrapper .gform_button:hover,
.gform_wrapper input[type="submit"]:hover {
  background-color: #7a6245 !important;
}

/* Érdeklődés cím - H2 stílus */
.gform_wrapper h2.gform_title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  color: #4a4a4a !important;
  text-align: center !important;
}

/* Mezők feliratai - Név, Email, Telefon, Üzenj nekünk! */
.gform_wrapper .gfield_label {
  font-family: 'Merriweather', serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #e6ded2 !important;
}

/* Kötelező felirat - igazodik a címke színéhez */
.gform_wrapper .gfield_required {
  color: #e6ded2 !important;
}

/* Elküld gomb */
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"],
.gform_footer input[type="submit"] {
  font-family: 'Poppins', sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  background-color: #9a7e5a !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 40px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}/* End custom CSS */