.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F8F7F4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F8F7F4;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* Default cursor for the whole site */
body {
  cursor: url("https://createrra.birne.sk/wp-content/uploads/2025/10/mousee.svg") 8 8, auto;
}

/* Cursor when hovering over links or clickable elements */
a:hover,
button:hover,
svg:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover {
  cursor: url("https://createrra.birne.sk/wp-content/uploads/2025/10/mousee.svg") 8 8, pointer!important;
}
.custom-slideshow-dots span:hover::before {
  cursor: url("https://createrra.birne.sk/wp-content/uploads/2025/10/mousee.svg") 8 8, pointer !important;
}


.hero {
  height: calc(100svh - 110px);
    height: calc(100vh - 110px);
}

@media (max-width:747px) {
.hero {
      height: calc(100svh - 180px);
    height: calc(100vh - 180px);
}}

.yellow-button .elementor-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #F7EBA6 !important;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 0.35rem 1.6rem !important; /* space replaces fixed width */
  min-width: 120px !important;  /* keeps small buttons uniform */
  width: auto !important;

  line-height: 30px !important;
  font-size: 20px !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 500 !important;
  color: #000 !important;
  transition: opacity 0.4s ease;
    line-height: 0.2s ease,
    color 0.2s ease; /* removed font-family from transition */
}

/* hover – font changes instantly, rest transitions smoothly */
.yellow-button .elementor-button:hover {
text-decoration:underline;
text-decoration-thickness: 2.5px;
text-underline-offset:4px;

}

/*.yellow-button .elementor-button:hover .elementor-button-text {margin-bottom: -6px!important;}
*/
/* no background/transform change */
.yellow-button .elementor-button:hover,
.yellow-button .elementor-button:focus,
.yellow-button .elementor-button:active {
  background: #F7EBA6 !important;
  transform: none !important;
  box-shadow: none !important;
}


html {
  scroll-behavior: smooth!important;
}

body, html {
overflow-x: hidden;
}/* End custom CSS */