.elementor-kit-6{--e-global-color-primary:#A51852;--e-global-color-secondary:#E8E8E8;--e-global-color-text:#1E1E1E;--e-global-color-accent:#A51852;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-2%;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:-2%;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:#1E1E1E;font-size:18px;}.elementor-kit-6 h1{font-size:58px;}.elementor-kit-6 h2{font-size:48px;}.elementor-kit-6 h3{font-size:40px;}.elementor-kit-6 h4{font-size:32px;}.elementor-kit-6 h5{font-size:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-radius:8px 8px 8px 8px;padding:12px 20px 12px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */.has-inline-color {
    color:rgb(165, 24, 82);
}
.gform_required_legend {
    display: none;
}

body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],
[type=button],
[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],
[type=button],
[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    background-color: var( --e-global-color-primary );
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var( --e-global-color-primary );
  border-radius: 8px 8px 8px 8px;
  padding: 12px 20px 12px 20px;
  margin: 0 auto;
}

body .gform-theme--foundation .gform_fields {
    row-gap:10px;
}

body #gform_wrapper_1 form {
    display: flex;
    align-items: stretch;
}

body #gform_wrapper_1 .gform_body {
    flex: 1;
}

body #gform_wrapper_1 .gform_footer {
    display: flex;
    align-items: stretch;
    margin-left: 0.5rem;
}

/* All Gravity Forms – inputs + dropdowns */
body .gform_wrapper .gfield input[type="text"],
body .gform_wrapper .gfield input[type="email"],
body .gform_wrapper .gfield input[type="url"],
body .gform_wrapper .gfield input[type="tel"],
body .gform_wrapper .gfield input[type="number"],
body .gform_wrapper .gfield textarea,
body .gform_wrapper .gfield select {
    /* visual style */
    /*width: 370px;*/
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 12px 16px;
    box-sizing: border-box;

    /* typography */
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;

    /* IMPORTANT: keep native arrow */
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    background-repeat: no-repeat;
    /*background-position: left 20px center;*/
}

/* More space between text and native arrow */
body .gform_wrapper .gfield select {
    padding-right: 40px;   /* increase until it looks right */
}


/* Form 1 – submit button fits text on one line */
body #gform_wrapper_1 .gform_footer input[type="submit"] {
    height: 48px;
    padding: 12px 24px;
    box-sizing: border-box;

    background: #A51852;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;

    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;

    white-space: nowrap;   /* keep "Prihlásiť sa" on one line */
    width: auto;           /* let the button grow to fit the text */
    min-width: fit-content;
}

/* Form 1: top validation summary (at top of form) */
body #gform_wrapper_1 .validation_error,
body #gform_wrapper_1 .gform_validation_errors {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* Form 1: per-field validation message (under/near the field) */
body #gform_wrapper_1 .gfield_error .validation_message,
body #gform_wrapper_1 .gfield_error .gfield_validation_message {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}


  /* Most specific: this exact container */
#gform_1_validation_container{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}

/* If you specifically want the H2 text inside it */
#gform_1_validation_container .gform_submission_error{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}


body #gform_wrapper_1 .gform_validation_errors .gform-icon {
    color: #FFFFFF;
}/* End custom CSS */