@charset "UTF-8";
/*!
Theme Name: foxili
Theme URI: http://underscores.me/
Author: Marek Chrást
Author URI: https://foxili.sk/
Description: Foxili wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foxili
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

foxili is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
       ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
       ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
      # Typography
      --------------------------------------------------------------*/
/**
* @license
*
* Font Family: Cabinet Grotesk
* Designed by: ITF
* URL: https://www.fontshare.com/fonts/cabinet-grotesk
* © 2025 Indian Type Foundry
*
* Cabinet Grotesk Thin 
* Cabinet Grotesk Extralight 
* Cabinet Grotesk Light 
* Cabinet Grotesk Regular 
* Cabinet Grotesk Medium 
* Cabinet Grotesk Bold 
* Cabinet Grotesk Extrabold 
* Cabinet Grotesk Black 
* Cabinet Grotesk Variable (Variable font)

*
*/
@font-face {
  font-family: "CabinetGrotesk-Thin";
  src: url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Thin.woff2") format("woff2"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Thin.woff") format("woff"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Extralight";
  src: url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Extralight.woff2") format("woff2"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Extralight.woff") format("woff"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Light";
  src: url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Light.woff2") format("woff2"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Light.woff") format("woff"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Regular";
  src: url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Regular.woff2") format("woff2"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Regular.woff") format("woff"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Medium";
  src: url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Medium.woff2") format("woff2"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Medium.woff") format("woff"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Bold";
  src: url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Bold.woff2") format("woff2"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Bold.woff") format("woff"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Extrabold";
  src: url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Extrabold.woff2") format("woff2"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Extrabold.woff") format("woff"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Black";
  src: url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Black.woff2") format("woff2"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Black.woff") format("woff"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 100.0 to 900.0
*/
@font-face {
  font-family: "CabinetGrotesk-Variable";
  src: url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Variable.woff2") format("woff2"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Variable.woff") format("woff"), url("assets/fonts/cabinet-grotesks/fonts/CabinetGrotesk-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "CabinetGrotesk-Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CabinetGrotesk-Black", sans-serif;
  clear: both;
  line-height: 1.5;
}

.logo-title {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.section-desc {
  color: #2C3E50;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
.section-desc--center {
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  margin: 0.25em 0 0.85em 0;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
}
.section-title--violet {
  color: #321941;
}
.section-title--white {
  color: #fff;
}
.section-title--dark {
  color: #000;
}
.section-title--center {
  text-align: center;
}
.section-title--small {
  font-size: 2.1875rem;
}
@media (min-width: 767.98px) {
  .section-title {
    font-size: 3rem;
  }
}

.widget-title {
  font-size: 22px;
  font-size: 1.375rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

.blue-text {
  color: #2781BC;
}

/*--------------------------------------------------------------
      # Elements
      --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #e76f50;
  border: 0;
  height: 1px;
  width: 100px;
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 0;
  text-align: left;
}

ul,
ol {
  margin: 0 0 1.5em 0.625em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.svg-icon {
  padding: 0 0.5em;
  vertical-align: middle;
}

svg {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
      ## Links
      --------------------------------------------------------------*/
a,
a:hover,
a:active {
  color: #321941;
  outline: 0;
  text-decoration: none;
}

a:visited {
  color: inherit;
  /* Zachová farbu rovnakú ako má nenavštívený odkaz */
  text-decoration: none;
  /* Odstráni podčiarknutie, ak je nastavené */
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  appearance: none;
}

/*--------------------------------------------------------------
      # Accessibility
      --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.align-text-center {
  text-align: center;
}

.align-text-left {
  text-align: left;
}

.align-text-right {
  text-align: right;
}

/*--------------------------------------------------------------
      # Clearings
      --------------------------------------------------------------*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.commentform:after,
.author-bio:after {
  clear: both;
}

.table-100-width {
  overflow-x: auto;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  background: linear-gradient(180deg, rgb(50, 25, 65) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-size: auto 1000px;
  /* Gradient bude plynulý na výške 800px */
  background-repeat: no-repeat;
}

#primary {
  min-height: 70vh;
}

body.page-template-references,
body.page-template-about,
body.page-template-blog,
body.single-post {
  background: linear-gradient(180deg, rgb(50, 25, 65) 0%, rgba(50, 25, 65, 0.7) 100%);
  background-size: 100% 100%;
  /* Gradient bude plynulý na výške 800px */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page .about__content,
.page .reference__content,
.page .page__content {
  color: white;
}
.page .about__content a,
.page .about__content a:hover,
.page .about__content a:active,
.page .about__content a:visited,
.page .reference__content a,
.page .reference__content a:hover,
.page .reference__content a:active,
.page .reference__content a:visited,
.page .page__content a,
.page .page__content a:hover,
.page .page__content a:active,
.page .page__content a:visited {
  color: #AFFA96;
  outline: 0;
  text-decoration: none;
}

body.page-template-blog .blog-archive__date {
  color: #fff;
}
body.page-template-blog .blog-archive__excerpt p {
  color: #fff;
}

.container {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

.inner-container {
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
}

section {
  padding: 1.5em 0;
}

.flex-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex-50 {
  margin-bottom: 2em;
}

@media (min-width: 991.98px) {
  .container {
    max-width: 1140px;
  }
  .single-blog-container {
    max-width: 750px;
  }
  .flex-section {
    flex-wrap: nowrap;
  }
  .flex-50 {
    width: 48%;
    min-width: 48%;
  }
}
.site-header {
  width: 100%;
  z-index: 999;
  display: block;
}

.header-inner {
  position: relative;
  height: 3.75em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-branding {
  width: 7.5em;
}

.dark-logo {
  display: block;
}

.white-logo {
  display: none;
}

@media (min-width: 991.98px) {
  .site-branding {
    top: 0.625em;
    width: 8em;
    padding: 0.625em 0;
    display: block;
  }
  .header-inner {
    height: 5em;
    border-bottom: 2px solid #6A4B82;
  }
  .shrink .site-header {
    position: fixed;
    height: 4em;
    background-color: #321941;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    /* Plynulý prechod */
  }
  .shrink .site-header .header-inner {
    border: none;
    height: 4em;
  }
}
@media (min-width: 1299.98px) {
  .header-inner {
    height: 7em;
  }
  .site-branding {
    top: 0.9375em;
    width: 11.25em;
  }
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: 0;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*Spin*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-navigation ul li a {
  font-size: 1rem;
  font-family: "CabinetGrotesk-Extrabold", sans-serif;
  font-weight: 700;
}

.desktop-navigation,
.mobile-navigation {
  display: none;
}

.mobile-navigation {
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.mobile-navigation ul {
  padding: 1.25em 0 0 0;
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

.mobile-navigation ul li a {
  padding: 0.8em 0.8em 0.8em 0;
  color: #321941;
  border-bottom: 1px solid #321941;
  cursor: pointer;
}

.mobile-navigation a:hover,
.mobile-navigation a:active {
  color: #2C3E50;
}

.main-navigation .menu .current_page_item a {
  color: #AFFA96;
}

.main-navigation {
  clear: both;
}

.main-navigation ul {
  list-style: none;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/*Custom menu description*/
.menu-item-description {
  display: inline-block;
  background-color: #e76f50;
  padding: 2px 10px;
  border-radius: 10px;
  margin-left: 5px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
}

@media (min-width: 991.98px) {
  .desktop-navigation {
    display: block;
  }
  .desktop-navigation ul {
    margin: 0;
  }
  .desktop-navigation li {
    display: inline-block;
    line-height: 70px;
    margin-right: 1em;
  }
  .desktop-navigation li a {
    color: #fff;
    transition-duration: 400ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .mobile-navigation,
  .hamburger {
    display: none !important;
  }
  /* Štýly pre submenu */
  .main-navigation .menu .sub-menu {
    display: none;
    /* Skryté pred hoverom */
    position: absolute;
    background-color: #fff;
    /* Farba pozadia submenu */
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    /* Tienovanie submenu */
    z-index: 1000;
  }
  .main-navigation .menu-item-has-children:hover > .sub-menu {
    display: block;
    line-height: 1.2;
    /* Zobraziť pri hover */
    padding: 0;
  }
  .main-navigation .menu .sub-menu li {
    position: relative;
    white-space: nowrap;
    /* Predísť zalamovaniu textu */
    padding: 0;
    margin: 0 5px;
    line-height: 1.2;
    display: block;
    border-bottom: 1px solid #edecec;
  }
  .main-navigation .menu .sub-menu > li:last-child {
    border: none;
  }
  .main-navigation .menu .sub-menu li a {
    color: #321941;
    font-size: 0.9rem;
    /* Zmenšený text pre submenu */
    font-weight: 400;
    padding: 0.5em 1em;
    display: block;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
  }
  .main-navigation .menu .sub-menu li a:hover,
  .main-navigation .menu .sub-menu li a:focus {
    /* Farba pozadia pri hover */
    color: #321941;
    /* Farba textu pri hover */
  }
  .main-navigation .menu .sub-menu li:last-child a {
    border-bottom: none;
    /* Zrušenie spodnej hrany pre posledný element */
  }
  /* === DRUHÁ ÚROVEŇ MENU === */
  /* Poloha druhej úrovne submenu */
  .main-navigation .menu .sub-menu .menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    /* Druhá úroveň sa zobrazí vedľa */
    top: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  /* Zobrazenie druhej úrovne pri hover */
  .main-navigation .menu .sub-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  /* Umiestnenie druhého submenu ak by prečnievalo */
  .main-navigation .menu .sub-menu .menu-item-has-children:hover > .sub-menu {
    left: 100%;
    top: 0;
  }
  /* Ak submenu prečnieva mimo viewport, zobraz ho na opačnej strane */
}
@media (min-width: 991.98px) and (max-width: 1024px) {
  .main-navigation .menu .sub-menu .menu-item-has-children:hover > .sub-menu {
    left: auto;
    right: 100%;
    /* Posunie submenu na opačnú stranu */
  }
}
.calendar-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.single-post article {
  padding: 2em 0 5em 0;
}
.single-post .post-date {
  margin: 0.625rem 0;
  font-size: 14px;
  color: #fff;
}
.single-post .entry-title {
  color: white;
}
.single-post .post-content {
  color: white;
}
.single-post .post-content a,
.single-post .post-content a:hover,
.single-post .post-content a:active,
.single-post .post-content a:visited {
  color: #AFFA96;
  outline: 0;
  text-decoration: none;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 900;
  margin: 1rem 0;
}
.post-content ul,
.post-content ol {
  text-align: left;
  margin: 0;
}
.post-content ul li,
.post-content ol li {
  margin-bottom: 15px;
}

.footer {
  background-color: #321941;
  font-family: "CabinetGrotesk-Regular", sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 1em 0;
}
.footer a,
.footer a:hover,
.footer a:focus {
  color: #fff;
}
.footer__menu, .footer__bottom {
  font-weight: 700;
}
.footer ul {
  padding: 0;
  margin: 1em 0;
}
.footer ul li {
  list-style: none;
  line-height: 1;
  padding: 0.5em;
}
.footer__icon-circle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.footer__icon {
  background-color: #fff;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__divider {
  display: none;
}
.footer__credentials li {
  padding: 0 !important;
}
.footer__credentials li,
.footer__credentials li a,
.footer__credentials li a:visited {
  color: #AFFA96;
}

@media (min-width: 991.98px) {
  .footer ul li {
    display: inline-block;
  }
  .footer__social {
    border-bottom: 2px solid #6A4B82;
  }
  .footer__divider {
    display: inline;
  }
}
#main .btn {
  font-family: "CabinetGrotesk-Extrabold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  padding: 0.8em 1.5em;
  min-width: 14.375em;
  border-radius: 10px;
  margin: 0.5em 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#main .btn__dark-blue, #main .btn__dark-blue:visited {
  background-color: #2C3E50;
  border: 1px solid #2C3E50;
  color: #fff;
}
#main .btn__dark-blue:hover, #main .btn__dark-blue:active, #main .btn__dark-blue:focus, #main .btn__dark-blue:visited:hover, #main .btn__dark-blue:visited:active, #main .btn__dark-blue:visited:focus {
  background-color: transparent;
  border: 1px solid #2C3E50;
  color: #2C3E50;
}
#main .btn__greengreen, #main .btn__greengreen:visited {
  background-color: #AFFA96;
  border: 1px solid #AFFA96;
  color: #321941;
}
#main .btn__greengreen:hover, #main .btn__greengreen:active, #main .btn__greengreen:focus, #main .btn__greengreen:visited:hover, #main .btn__greengreen:visited:active, #main .btn__greengreen:visited:focus {
  background-color: transparent;
  border: 1px solid #AFFA96;
  color: #AFFA96;
}
#main .btn__green, #main .btn__green:visited {
  background-color: #AFFA96;
  border: 1px solid #AFFA96;
  color: #321941;
}
#main .btn__green:hover, #main .btn__green:active, #main .btn__green:focus, #main .btn__green:visited:hover, #main .btn__green:visited:active, #main .btn__green:visited:focus {
  background-color: transparent;
  border: 1px solid #321941;
  color: #321941;
}
#main .btn__greenreverse, #main .btn__greenreverse:visited {
  background-color: transparent;
  border: 1px solid #321941;
  color: #321941;
}
#main .btn__greenreverse:hover, #main .btn__greenreverse:active, #main .btn__greenreverse:focus, #main .btn__greenreverse:visited:hover, #main .btn__greenreverse:visited:active, #main .btn__greenreverse:visited:focus {
  background-color: #AFFA96;
  border: 1px solid #AFFA96;
  color: #321941;
}
#main .btn__white, #main .btn__white:visited {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#main .btn__white:hover, #main .btn__white:active, #main .btn__white:focus, #main .btn__white:visited:hover, #main .btn__white:visited:active, #main .btn__white:visited:focus {
  background-color: #fff;
  border: 1px solid #fff;
  color: #321941;
}
#main .btn__blue, #main .btn__blue:visited {
  background-color: transparent;
  border: 1px solid #2781BC;
  color: #2781BC;
}
#main .btn__blue:hover, #main .btn__blue:active, #main .btn__blue:focus, #main .btn__blue:visited:hover, #main .btn__blue:visited:active, #main .btn__blue:visited:focus {
  background-color: #2781BC;
  border: 1px solid #2781BC;
  color: #fff;
}
#main .btn__red, #main .btn__red:visited {
  background-color: #AFFA96;
  border: 1px solid #AFFA96;
  color: #321941;
}
#main .btn__red:hover, #main .btn__red:active, #main .btn__red:focus, #main .btn__red:visited:hover, #main .btn__red:visited:active, #main .btn__red:visited:focus {
  background-color: #fff;
  border: 1px solid #AFFA96;
  color: #321941;
}

.menu > li:last-child a {
  color: #321941;
  background-color: #AFFA96;
  border: 1px solid #AFFA96;
  border-radius: 5px;
  padding: 0.5em 1em;
  line-height: 1.5625rem;
  margin: 0.5em 0;
}
.menu > li:last-child a:hover, .menu > li:last-child a:visited, .menu > li:last-child a:active, .menu > li:last-child a:focus {
  filter: brightness(90%);
  color: #321941;
}

.menu > li:last-child a:before {
  content: url("assets/svg/phone-white-icon.svg");
  /* Update the path to your SVG */
  display: inline;
  vertical-align: middle;
  margin-right: 0.5em;
  height: 15px;
  position: relative;
  top: 2px;
}

.custom-flexslider.flexslider {
  border-radius: 1.25rem;
  margin: 3em 0;
  box-shadow: 0px 30px 40px -30px #CCCCCC;
}
.custom-flexslider.flexslider .slides-reason .slide-content {
  position: relative;
  padding: 2em 2em 2em 2.5em;
  margin: 0 1em;
}
.custom-flexslider.flexslider .slides-reason .slide-content p {
  margin: 0;
}
.custom-flexslider.flexslider .slides-reason .slide-content h4 {
  margin: 0 0 1em 0;
}
.custom-flexslider.flexslider .slides-references .slide-content {
  position: relative;
  padding: 2em 1em 1em 1em;
  margin: 0 1em;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-flexslider.flexslider .slides-references .slide-content__img {
  flex: 1 0 auto;
  max-width: 100px;
  margin: 0 1em 1em 0;
}
.custom-flexslider.flexslider .slides-references .slide-content__text {
  flex: 1 1 auto;
  text-align: center;
}
.custom-flexslider.flexslider .slides-references .slide-content__text p {
  margin: 0;
}
.custom-flexslider.flexslider .slide-number {
  font-family: "CabinetGrotesk-Extrabold";
  font-size: 10rem;
  font-weight: 700;
  line-height: 0.4;
  text-align: center;
  position: absolute;
  z-index: -1;
  color: rgba(242, 236, 220, 0.5019607843);
  left: -0.3125rem;
}
.custom-flexslider.flexslider .slide-name {
  font-family: "CabinetGrotesk-Extrabold";
  font-weight: 700;
  color: #321941;
  font-size: 1rem;
}
.custom-flexslider.flexslider .flex-control-paging li a {
  background-color: #fff;
  box-shadow: none;
}
.custom-flexslider.flexslider .flex-control-paging li a.flex-active {
  background-color: #AFFA96;
}
.custom-flexslider.flexslider .flex-control-nav {
  bottom: -60px;
}

@media (min-width: 767.98px) {
  .custom-flexslider.flexslider .slides-references .slide-content {
    flex-wrap: nowrap;
  }
  .custom-flexslider.flexslider .slides-references .slide-content__text {
    text-align: left;
  }
}
.icon-circle {
  margin-right: 1.5em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro .icon-circle {
  height: 2.75rem;
  min-width: 2.75rem;
  max-width: 2.75rem;
}
.intro .icon-circle .svg-icon {
  width: 45px;
}

.advantages .icon-circle {
  height: 6.25rem;
  min-width: 6.25rem;
  max-width: 6.25rem;
  width: 6.25rem;
}

.icon-circle--sand {
  background-color: #AFFA96;
}

.icon-circle--green {
  background-color: #AFFA96;
}

.icon-circle--red {
  background-color: #AFFA96;
}

.icon-circle--blue {
  background-color: #AFFA96;
}

.svg-icon {
  max-width: 4.375rem;
}

.floating-label {
  position: relative;
  margin: 10px 0;
}

.floating-label select,
.floating-label input {
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #DADADA;
  border-radius: 4px;
  outline: none;
  font-size: 0.9375rem;
  color: #000;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.floating-label label {
  position: absolute;
  background-color: #fff;
  top: 12px;
  left: 10px;
  font-size: 0.9375rem;
  color: #fff;
  transition: all 0.3s ease;
  pointer-events: none;
  padding: 0 0.5em;
}

label[for=platcovstvo-dph],
label[for=nova-spolocnost],
.floating-label input:focus + label {
  top: -10px;
  left: 5px;
  font-size: 0.875rem;
  color: #000;
}

.floating-label input:not(:placeholder-shown) + label {
  top: -10px;
  left: 5px;
  font-size: 0.875rem;
  color: #000;
}

#custom-form-closebtn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.custom-form p {
  position: relative;
  margin-bottom: 1.5em;
}
.custom-form label {
  background: #fff;
  color: #5f6061;
  display: inline-block;
  font-size: 1rem;
  left: 10px;
  line-height: 1.75rem;
  margin: 0;
  padding: 0 8px;
  position: absolute;
  top: 13px;
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 1;
}
.custom-form input,
.custom-form textarea {
  appearance: auto;
  background-color: transparent !important;
  background-image: unset !important;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: none;
  color: #16110e;
  display: block;
  font-size: 1rem;
  line-height: 1.75rem;
  max-width: unset;
  opacity: 1;
  padding: 12px 54px 12px 16px;
  transition: all 0.2s ease;
  width: 100%;
}
.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #16110e;
  outline: unset;
}
.custom-form textarea {
  resize: vertical;
}
.custom-form .email-input-wrapper,
.custom-form .phone-input-wrapper {
  position: relative;
}
.custom-form .email-input-wrapper::before,
.custom-form .phone-input-wrapper::before {
  background-color: #afafb1;
  content: "";
  height: 54px;
  mask-position: center;
  mask-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 0;
  transition: all 0.2s ease;
  width: 24px;
}
.custom-form .email-input-wrapper::before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNC41bDcuODkgNS4yNmEyIDIgMCAwMDIuMjIgMEwxOSA0LjVtLTE2IDExaDE0YTIgMiAwIDAwMi0ydi0xMGEyIDIgMCAwMC0yLTJIM2EyIDIgMCAwMC0yIDJ2MTBhMiAyIDAgMDAyIDJ6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNC41bDcuODkgNS4yNmEyIDIgMCAwMDIuMjIgMEwxOSA0LjVtLTE2IDExaDE0YTIgMiAwIDAwMi0ydi0xMGEyIDIgMCAwMC0yLTJIM2EyIDIgMCAwMC0yIDJ2MTBhMiAyIDAgMDAyIDJ6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
}
.custom-form .phone-input-wrapper::before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgM2EyIDIgMCAwMTItMmgzLjI4YTEgMSAwIDAxLjk0OC42ODRsMS40OTggNC40OTNhMSAxIDAgMDEtLjUwMiAxLjIxbC0yLjI1NyAxLjEzYTExLjA0MiAxMS4wNDIgMCAwMDUuNTE2IDUuNTE2bDEuMTMtMi4yNTdhMSAxIDAgMDExLjIxLS41MDJsNC40OTMgMS40OThhMSAxIDAgMDEuNjg0Ljk0OVYxN2EyIDIgMCAwMS0yIDJoLTFDNy43MTYgMTkgMSAxMi4yODQgMSA0VjN6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgM2EyIDIgMCAwMTItMmgzLjI4YTEgMSAwIDAxLjk0OC42ODRsMS40OTggNC40OTNhMSAxIDAgMDEtLjUwMiAxLjIxbC0yLjI1NyAxLjEzYTExLjA0MiAxMS4wNDIgMCAwMDUuNTE2IDUuNTE2bDEuMTMtMi4yNTdhMSAxIDAgMDExLjIxLS41MDJsNC40OTMgMS40OThhMSAxIDAgMDEuNjg0Ljk0OVYxN2EyIDIgMCAwMS0yIDJoLTFDNy43MTYgMTkgMSAxMi4yODQgMSA0VjN6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5rIi8+PC9zdmc+);
}

.custom-form-success,
.custom-form-error {
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
}
.custom-form-success.custom-form-success,
.custom-form-error.custom-form-success {
  border: 1px solid #4caf50;
  background: #d4edda;
  color: #155724;
}
.custom-form-success.custom-form-error,
.custom-form-error.custom-form-error {
  border: 1px solid #f44336;
  background: #f8d7da;
  color: #721c24;
}

.custom-form-btn {
  background-color: #16110e;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: unset;
  line-height: 2;
  padding: 12px 24px;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  border: none;
}

.grecaptcha-badge {
  display: none;
}

#contact-form-container {
  display: none;
  /* Hide by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 90vh;
  /* Limit the height to viewport height */
  overflow-y: auto;
  /* Enable scrolling if content overflows */
}

#contact-form-overlay {
  display: none;
  /* Hide by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.bcg-container {
  position: relative;
  overflow: hidden;
  /* Ensure anything overflowing is clipped */
  height: 100%;
  /* Ensure container has height */
  min-height: 300px;
  /* Optional: Set a minimum height */
}

@media (min-width: 991.98px) {
  .bcg-container-right::after {
    content: "";
    position: absolute;
    background-image: url("assets/img/bcg-header-shape.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    height: 500px;
    width: 500px;
    z-index: -1;
  }
  .bcg-container-right--white::after {
    right: -280px;
    bottom: 0;
    transform: rotate(180deg);
  }
  .bcg-container-right--blue::after {
    right: -280px;
    bottom: 0;
    transform: rotate(180deg);
  }
  .bcg-container-left::before {
    content: "";
    position: absolute;
    background-image: url("assets/img/bcg-header-shape.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    height: 500px;
    width: 500px;
    z-index: -1;
  }
  .bcg-container-left--white::before {
    left: -280px;
    bottom: 150px;
    transform: rotate(180deg);
  }
  .bcg-container-left--blue::before {
    left: -280px;
    bottom: 0;
    transform: rotate(180deg);
  }
}
/* Style the checkbox */
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Space between checkbox and label */
  font-size: 14px;
}

/* Hide default checkbox */
.checkbox-group input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid white;
  /* Blue border */
  border-radius: 3px;
  /* Slightly rounded corners */
  background: white;
  position: relative;
  cursor: pointer;
}

/* Checked state - add checkmark */
.checkbox-group input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 14px;
  color: #321941;
  position: absolute;
  top: -4px;
  left: 2px;
  font-weight: bold;
}

/* Style the label */
.checkbox-group label {
  cursor: pointer;
  color: white;
}

.team {
  display: flex;
  flex-wrap: wrap;
  /* Umožní obrázkom skladať sa pod seba na menších zariadeniach */
  justify-content: center;
  gap: 30px;
  /* Medzera medzi členmi tímu */
  text-align: center;
  padding: 20px;
}

.team-member {
  flex: 1 1 100%;
  /* Na mobiloch každý člen tímu zaberie celý riadok */
  max-width: 180px;
}

.team-member img {
  width: 100%;
  /* Obrázky budú plne vyplňovať kontajner */
  height: auto;
  border-radius: 10px;
  /* Jemné zaoblenie */
}

.team-member h3 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #FFF;
}

.team-member p {
  font-size: 1rem;
  color: #AFFA96;
}

/* 🌍 Väčšie obrazovky: 4 členovia v jednom riadku */
@media (min-width: 991.98px) {
  .team-member {
    flex: 1 1 calc(25% - 20px);
    /* Každý člen bude mať 25% šírku */
    /* Obmedzenie maximálnej šírky */
  }
}
.banner {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5em 2em 0 2em;
  box-shadow: 0px 30px 40px -30px #CCCCCC;
  margin: 5em auto 3em auto;
  max-width: 920px;
  color: #000;
}
.banner__line {
  background-color: #6A4B82;
  height: 2px;
  width: 70%;
}
.banner h3 {
  font-size: 22px;
}
.banner__left {
  margin-bottom: 2em;
}
.banner img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 991.98px) {
  .banner {
    display: flex;
    justify-content: space-between;
  }
  .banner__left {
    width: 60%;
    min-width: 60%;
  }
  .banner__right {
    position: relative;
    width: 35%;
  }
  .banner__right img {
    position: absolute;
    width: 280px;
    bottom: 0;
  }
}
.intro__buttons {
  position: relative;
  z-index: 3;
}
.intro__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.intro__content > div {
  flex: 1 1 100%;
}
.intro__content p {
  color: #fff;
}
.intro__content--right {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
}
.intro__img {
  position: relative;
  max-height: 510px;
  width: auto;
}
.intro__companies {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
.intro__companies .company-logo {
  display: block;
  max-width: 100px;
  margin: 0.5rem;
  filter: grayscale(100%);
  /* Zobrazí obrázky čiernobiele */
  transition: filter 0.3s ease;
  cursor: pointer;
}
.intro__companies .company-logo:hover {
  filter: none;
  /* Vráti obrázok do pôvodných farieb pri hover */
}
.intro__labels {
  margin: 20px 0;
}
.intro__labels > div {
  display: inline-block;
}
.intro__label {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5em 1.5em 0.5em 0.5em;
  margin: 0.3125rem;
  border-radius: 1.9375rem;
}
.intro__label span {
  font-family: "CabinetGrotesk-Extrabold", sans-serif;
  font-weight: 700;
  color: #321941;
}

.advantages__list {
  display: flex;
  flex-wrap: wrap;
}
.advantages__single {
  text-align: center;
  padding: 1em;
  flex: 1 1 100%;
  margin: 1em auto;
  max-width: 400px;
}
.advantages__single h3 {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.2;
  color: #321941;
}
.advantages__icon {
  display: flex;
  align-items: center;
  text-align: left;
}

.gradient-bcg {
  background: linear-gradient(180deg, rgba(39, 129, 188, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-size: auto 1000px;
  /* Gradient bude plynulý na výške 800px */
  background-repeat: no-repeat;
}

.memo__content p {
  text-align: center;
}
.memo__certificates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
  margin: 2em auto;
}
.memo__certificates a {
  /* Nastaví flexibilnú šírku (25% z rodiča mínus medzera) */
  /* Maximálna šírka obrázka */
  text-align: center;
  /* Centrovanie obsahu vo vnútri odkazu */
}
.memo__certificates img {
  max-width: 100%;
  /* Obrázok nikdy nepresiahne šírku rodiča */
  max-height: 140px;
  /* Zachová maximálnu výšku */
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.customers {
  background-color: #321941;
}

@media (min-width: 767.98px) {
  .intro__content > div {
    flex: 1 1 50%;
  }
  .memo__certificates {
    flex: 1 1 calc(25% - 20px);
  }
}
@media (min-width: 991.98px) {
  .intro {
    height: 25rem;
  }
  .intro__buttons > a:first-child {
    margin-right: 0.5em;
  }
  .intro .section-title {
    font-size: 3rem;
  }
  .intro__img {
    z-index: 0;
  }
  .intro__companies {
    position: relative;
    bottom: 2.5rem;
    justify-content: center;
  }
  .intro__companies .company-logo {
    margin: 1em 2em;
  }
  .intro__labels {
    margin: 0;
  }
  .intro__label {
    position: absolute;
    margin: 0;
  }
  .intro__label--accounting {
    top: 25%;
    left: -20px;
  }
  .intro__label--training {
    right: 0;
    top: 50px;
  }
  .intro__label--salary {
    right: -50px;
    bottom: 100px;
  }
  .advantages {
    padding-top: 16em;
  }
  .advantages__list {
    display: flex;
    justify-content: space-between;
  }
  .advantages__single {
    text-align: left;
    max-width: 450px;
    flex: 1 1 50%;
  }
  .advantages__single h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1199.98px) {
  .intro .section-title {
    position: relative;
  }

  .advantages {
    padding-bottom: 0;
  }
  .advantages__content {
    position: relative;
    z-index: 1;
  }
  .advantages__content::before {
    content: "";
    position: absolute;
    top: -50px;
    /* presah hore */
    bottom: 0;
    /* presah dole */
    left: 0;
    right: 0;
    background-image: url("assets/img/strip.png");
    background-size: auto 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.blog-archive a,
.blog-archive a:visited h2 {
  color: #AFFA96;
  outline: 0;
  text-decoration: none;
}
.blog-archive a:hover h2,
.blog-archive a:active h2 {
  color: #AFFA96;
}
.blog-archive h2 {
  margin-bottom: 0.3125rem;
}
.blog-archive__item {
  margin: 5em 0;
  text-align: center;
}
.blog-archive__date {
  margin: 0;
  font-size: 14px;
  color: #2C3E50;
}
.blog-archive__excerpt p {
  margin-bottom: 0.3125rem;
}

@media (min-width: 991.98px) {
  .blog-archive h2 {
    margin-top: 0;
  }
  .blog-archive__item {
    display: flex;
    text-align: left;
  }
  .blog-archive__thumbnail {
    max-width: 24rem;
    min-width: 24rem;
    margin-right: 2em;
  }
}
.pricing__content {
  max-width: 765px;
  margin: 0 auto;
}
.pricing__content p {
  color: #fff;
}
.pricing__card {
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  box-shadow: 0px 30px 40px -30px #CCCCCC;
}
.pricing__card h3 {
  font-size: 1.25rem;
}
.pricing__card p {
  border-bottom: 2px solid #ECF4F9;
  padding: 0.5em;
  margin: 0.5em;
}
.pricing__card p strong {
  font-family: "CabinetGrotesk-Extrabold", sans-serif;
  color: #321941;
  font-weight: 700;
}
.pricing__card p:last-child {
  border-bottom: none;
}
.pricing__price {
  color: #321941;
  font-family: "CabinetGrotesk-Black", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  margin: 1em 0;
}
.pricing__navigator {
  background-color: #AFFA96;
  border-radius: 50px;
  display: inline-block;
}
.pricing__btn {
  font-family: "CabinetGrotesk-Extrabold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  padding: 0.8em 1.5em;
  border-radius: 40px;
  margin: 0.5em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #321941;
}
.pricing__btn--active {
  background-color: #321941;
  color: #fff;
}
.pricing__card--tax, .pricing__card--non-tax {
  display: none;
  /* Hide cards by default */
}
.pricing__card--tax.active, .pricing__card--non-tax.active {
  display: block;
  /* Show the active card */
}

.calculator__navigator {
  text-align: center;
}
.calculator__btn {
  font-family: "CabinetGrotesk-Extrabold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  padding: 0.8em 1.5em;
  border-radius: 10px;
  margin: 0.5em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  background-color: #fff;
  border: 1px solid #321941;
  color: #321941;
}
.calculator__btn--active {
  background-color: #321941;
  border: 1px solid #fff;
  color: #fff;
}
.calculator__btn-navigator {
  text-align: center;
  margin: 1em 0;
}
.calculator__card > div {
  display: none;
}
.calculator__card > div.active {
  display: block;
}
.calculator__input p {
  font-size: 0.875rem;
  color: #565656;
  margin: -0.5em 0 1em 0;
}
.calculator__summary {
  background-color: #DBFFBF;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
  margin: 1em 0;
}
.calculator__summary p {
  font-family: "CabinetGrotesk-Extrabold", sans-serif;
  font-weight: 700;
  color: #205C2A;
  margin: 0.5em;
  text-align: center;
}
.calculator__summary p span {
  display: block;
  font-size: 1.75rem;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media (min-width: 767.98px) {
  .pricing__card {
    padding: 2em 4em;
    margin: 4em 0;
  }
  .pricing__navigator {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .calculator__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .calculator__wrapper > div {
    width: 49%;
  }
}
@media (min-width: 991.98px) {
  .pricing__card-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: top;
  }
  .pricing__card-column {
    width: 48%;
    max-width: 48%;
    min-width: 48%;
  }
}
.contact__icon-circle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.contact__icon {
  background-color: #fff;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__map {
  padding-bottom: 0;
}
.contact__content ul {
  padding: 0;
  margin: 0 0 0 0;
  color: #fff;
}
.contact__content ul li {
  list-style: none;
  line-height: 1;
  padding: 0.5em 0;
}
.contact__row {
  margin-bottom: 1em;
  display: flex;
}
.contact__row a {
  color: #fff;
}
.contact__form .contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact__form .form-group {
  position: relative;
}
.contact__form .form-group input,
.contact__form .form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #DADADA;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s ease;
}
.contact__form .form-group textarea {
  resize: none;
  height: 80px;
}
.contact__form .form-group label {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 1rem;
  color: #fff;
  pointer-events: none;
  transition: all 0.3s ease;
}
.contact__form .form-group input:focus + label,
.contact__form .form-group textarea:focus + label,
.contact__form .form-group input:not(:placeholder-shown) + label,
.contact__form .form-group textarea:not(:placeholder-shown) + label {
  top: -20px;
  left: 10px;
  font-size: 0.8rem;
  color: #fff;
  padding: 0 5px;
}

@media (min-width: 767.98px) {
  .contact__content {
    display: flex;
    justify-content: space-between;
  }
  .contact__content > div {
    flex: 1 1 48%;
  }
  .contact__left {
    padding-right: 0.5em;
  }
}

/*# sourceMappingURL=style.css.map */
