@charset "UTF-8";
@font-face {
  font-family: "Atyp BL Display";
  src: url(../webfonts/AtypBLDisplay-Medium.otf) format("opentype");
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Atyp BL Display", sans-serif;
}

h1 {
  color: #121782;
  font-weight: 500;
  font-style: Medium;
  font-size: 65px;
  line-height: 73px;
  margin-bottom: 3rem;
}

h2 {
  color: #121782;
  font-weight: 500;
  font-style: Medium;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 1px;
  margin-bottom: 45px;
}

h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #121782;
  margin-bottom: 25px;
}

.h1-hero {
  font-size: 4.375rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1rem;
}

.h1-hero span {
  background: linear-gradient(90deg, #8441BB 34.62%, #66FCF1 88.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 2rem;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  color: #121782;
}

.ls-1 {
  letter-spacing: 1px;
}

.section-hero-frontpage {
  background-image: url(../img/bg-hero.jpg);
  background-size: cover;
  background-position: center center;
}

.col-hero-content {
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 90px;
}

.col-hero-content p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 10%;
}

.col-hero-content p span {
  font-weight: 700;
  color: #71BBDE;
}

a.btn-hero-frontpage:link, a.btn-hero-frontpage:visited {
  display: inline-block;
  padding: 22px 36px;
  color: #fff !important;
  font-family: "Atyp BL Display", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 2px;
  border: solid 2px #66FCF1;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
}

a.btn-hero-frontpage:hover,
a.btn-hero-frontpage:focus,
a.btn-hero-frontpage:active {
  background-color: #66FCF1;
  color: #000 !important;
  text-decoration: none;
}

a.btn-ozvete-se:link,
a.btn-ozvete-se:visited {
  display: inline-block;
  padding: 14px 25px;
  color: #121782 !important;
  font-family: "Atyp BL Display", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  border: solid 2px #66FCF1;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
}

a.btn-ozvete-se:hover,
a.btn-ozvete-se:focus,
a.btn-ozvete-se:active {
  background-color: #66FCF1;
}

a.kontakt-nas-btn:link, a.kontakt-nas-btn:visited {
  padding: 23px 44px;
}

.intro-content {
  margin-top: 6%;
  margin-bottom: 6%;
}

.color-violet {
  color: #8441BB;
}

.title-a {
  font-weight: 500;
  font-style: Medium;
  font-size: 6.25rem;
  line-height: 1.1;
  letter-spacing: 2px;
  text-align: center;
  background: linear-gradient(90deg, #8441BB 0%, #121782 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nanobox {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 22px;
  margin-bottom: 24px;
  min-height: 292px;
  background: linear-gradient(180deg, rgba(18, 23, 130, 0.9019607843) 0%, rgba(161, 74, 160, 0.8588235294) 100%);
}

.nanobox h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0px;
}

.nanobox-link:link, .nanobox-link:visited {
  text-decoration: none !important;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.nanobox-link:hover,
.nanobox-link:focus {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.bg-line-1 {
  background-image: url(../img/bg-line-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.bg-line-2 {
  background-image: url(../img/bg-line-2.png);
  background-repeat: no-repeat;
  background-position: 50% 17%;
  background-size: auto;
  z-index: -1;
}

.linear-a {
  background: linear-gradient(90deg, #6FC7E2 -29%, #769BD5 91.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-b {
  background: linear-gradient(90deg, #A847D1 2.88%, #121782 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-c {
  background: linear-gradient(90deg, #4AB1CD 22.6%, #2B5BA3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-d {
  background: linear-gradient(90deg, #64d7cf 40.48%, #8441BB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-e span {
  background: linear-gradient(90deg, #50C1D5 0%, #121782 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-f span {
  background: linear-gradient(90deg, #2F65A8 0%, #57D3DD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-g span {
  background: linear-gradient(90deg, #121782 0%, #45A1C5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-h {
  background: linear-gradient(90deg, #121782 0%, #66FCF1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-ch span {
  background: linear-gradient(90deg, #1E3791 0%, #4AB1CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-i span {
  background: linear-gradient(90deg, #316DAC 0%, #45A2C5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-j {
  background: linear-gradient(90deg, #1E3892 0%, #58D5DE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-innovation {
  position: relative;
  border: 3px solid transparent;
  border-radius: 12px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 249, 255) 100%) padding-box, linear-gradient(53.96deg, #8441BB 0.15%, #66FCF1 100%) border-box;
  /* Border gradient */
  padding: 40px 45px;
  height: 100%;
}

.box-innovation p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0px;
  letter-spacing: 0px;
}

.box-innovation img {
  margin-bottom: 45px;
}

.bg-light-blue {
  background-color: rgba(207, 235, 245, 0.3);
  -webkit-backdrop-filter: blur(94px);
  backdrop-filter: blur(94px);
}

.nanobox-bg-foto {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
  min-height: 292px;
  background-size: cover;
  background-position: center center;
}

.nanobox-bg-foto h3 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0px;
}

.bg-foto-1 {
  background-image: url(../img/plosne-struktury.jpg);
}

.bg-foto-2 {
  background-image: url(../img/3d-vata.jpg);
}

.bg-foto-3 {
  background-image: url(../img/nite-nanovlaken.jpg);
}

.bg-foto-4 {
  background-image: url(../img/prize.jpg);
}

.content-area a:link, .content-area a:visited {
  color: #8441BB;
  text-decoration: underline;
}

.content-area a:hover,
.content-area a:active {
  color: #121782;
  text-decoration: none;
}

.col-text-box {
  padding-left: 2%;
  padding-right: 2%;
}

.col-text-box p {
  letter-spacing: 0px;
}

.img-zarizeni {
  width: 100%;
  height: auto;
}

.box-innovation .text-reference {
  font-family: "Atyp BL Display", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #121782;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.box-innovation .text-reference span,
.text-service span {
  background-color: #C8F5F7;
  padding-left: 4px;
  padding-right: 4px;
}

.p-reference {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Carousel Reference (moved from front-page.php inline styles) */
#carousel-reference {
  position: relative;
}

#carousel-reference .carousel-viewport {
  overflow: hidden;
}

#carousel-reference .carousel-track {
  display: flex;
  transition: transform 0.7s ease-in-out;
  will-change: transform;
}

#carousel-reference .carousel-slide {
  box-sizing: border-box;
  padding: 0 12px;
}

#carousel-reference .carousel-prev,
#carousel-reference .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  outline: none;
}

#carousel-reference .carousel-prev:focus,
#carousel-reference .carousel-next:focus {
  outline: none;
  box-shadow: none;
}

#carousel-reference .carousel-prev img,
#carousel-reference .carousel-next img {
  display: block;
  width: 21px;
  height: 42px;
}

#carousel-reference .carousel-prev {
  left: -30px;
}

#carousel-reference .carousel-next {
  right: -30px;
}

#carousel-reference .carousel-prev[disabled],
#carousel-reference .carousel-next[disabled] {
  opacity: 0.3;
  cursor: default;
}

@media (max-width: 767.98px) {
  #carousel-reference .carousel-prev {
    left: -3px;
  }
  #carousel-reference .carousel-next {
    right: -3px;
  }
}
.col-partneri {
  padding-left: 15px;
  padding-right: 15px;
}

.main-header {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.6s ease;
}

.scrolled {
  background-color: rgba(255, 255, 255, 0.92);
}

.home .not-scrolled {
  background-color: transparent;
}

.section-blue {
  background-color: rgba(207, 235, 245, 0.3019607843);
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.breadcrumbs a:link,
.breadcrumbs a:focus,
.breadcrumbs a:active,
.breadcrumbs a:visited {
  color: #6D6D6D !important;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: underline;
}

.breadcrumbs {
  color: #6D6D6D;
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 4rem;
}

.breadcrumb-separator {
  width: 6px;
  height: 9px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.text-service {
  font-family: "Atyp BL Display", sans-serif;
  color: #121782;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 35px;
}

/* O nás */
.foto-o-nas img {
  border-radius: 30px;
}

.bg-line-3 {
  background-image: url(../img/vlakno-b.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  z-index: -1;
  padding-top: 90px;
  padding-bottom: 50px;
}

.bg-line-4 {
  background-image: url(../img/vlakno-c.png);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: contain;
  z-index: -1;
  padding-top: 60px;
  padding-bottom: 50px;
}

.nase-mise h3 {
  margin-bottom: 0px;
}

.timeline {
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 35px;
  position: relative;
}

.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  width: 1px;
  background: #A14AA0;
  filter: blur(4px);
  pointer-events: none;
}

.timeline h3 {
  text-align: right;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  text-align: right;
  color: #8441BB;
}

.timeline::before {
  content: "";
  position: absolute;
  right: -8px;
  top: 8px;
  width: 14px;
  height: 14px;
  background-color: #A047CC;
  border-radius: 50%;
  z-index: 1;
  filter: blur(4px);
}

.timeline-popis {
  padding-left: 3%;
  padding-right: 0%;
  padding-bottom: 20px;
}

/*Kontakt*/
.kontakt-udaj {
  font-family: "Atyp BL Display", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #121782;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 70px;
  margin-bottom: 20px;
  background-size: 53px 53px;
  background-repeat: no-repeat;
  background-position: left top;
}

.kontakt-udaj p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0px;
  margin-top: 15px;
}

.icon-telefon {
  background-image: url(../img/telefon.svg);
}

.icon-email {
  background-image: url(../img/envelope.svg);
}

.icon-point {
  background-image: url(../img/point.svg);
}

.icon-telefon a:link, .icon-telefon a:visited {
  text-decoration: none;
  color: #121782;
}

.icon-telefon a:hover,
.icon-telefon a:active {
  text-decoration: underline;
}

.icon-email a:link {
  text-decoration: underline;
  color: #121782;
}

.icon-email a:visited,
.icon-email a:hover,
.icon-email a:active {
  text-decoration: none;
}

.wpcf7 .form-control.wpcf7-text,
.wpcf7 .form-control.wpcf7-email,
.wpcf7 .form-control.wpcf7-textarea {
  border: 1px solid #C8F5F7;
  border-radius: 10px;
  padding: 25px 16px;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.wpcf7 .form-control:focus {
  box-shadow: unset;
}

.wpcf7 .form-control.wpcf7-textarea {
  height: 158px;
}

.wpcf7 label {
  font-size: 18px;
}

.wpcf7-acceptance {
  font-size: 15px;
}

.wpcf7-acceptance a:link {
  text-decoration: underline;
  color: #000;
}

/* Custom consent checkbox (CF7 acceptance) */
/* Works either by adding class:consent-checkbox in shortcode OR directly on default markup (.wpcf7-acceptance) */
.consent-checkbox,
.wpcf7-acceptance {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.consent-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  /* remove default inline-block spacing */
  margin: 0;
}

.consent-checkbox label,
.wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.consent-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  border: 2px solid #66FCF1;
  border-radius: 6px;
  background: #fff;
  position: relative;
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.consent-checkbox input[type=checkbox]:hover,
.wpcf7-acceptance input[type=checkbox]:hover {
  border-color: #8441BB;
}

.consent-checkbox input[type=checkbox]:focus-visible,
.wpcf7-acceptance input[type=checkbox]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(102, 252, 241, 0.35);
}

.consent-checkbox input[type=checkbox]:checked,
.wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #8441BB;
  border-color: #8441BB;
}

.consent-checkbox input[type=checkbox]:checked::after,
.wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.consent-checkbox input[type=checkbox]:disabled,
.wpcf7-acceptance input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.consent-checkbox.wpcf7-not-valid input[type=checkbox],
.wpcf7-acceptance.wpcf7-not-valid input[type=checkbox] {
  border-color: #dc3545;
}

.consent-checkbox.wpcf7-not-valid .wpcf7-list-item-label,
.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label {
  color: #dc3545;
}

.consent-checkbox .wpcf7-list-item-label a:link,
.consent-checkbox .wpcf7-list-item-label a:visited,
.wpcf7-acceptance .wpcf7-list-item-label a:link,
.wpcf7-acceptance .wpcf7-list-item-label a:visited {
  color: #121782;
  text-decoration: underline;
}

.consent-checkbox .wpcf7-list-item-label a:hover,
.consent-checkbox .wpcf7-list-item-label a:active,
.wpcf7-acceptance .wpcf7-list-item-label a:hover,
.wpcf7-acceptance .wpcf7-list-item-label a:active {
  text-decoration: none;
}

/* Optional smaller variant (requires adding class:small) */
.consent-checkbox.small input[type=checkbox],
.wpcf7-acceptance.small input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 5px;
}

.consent-checkbox.small input[type=checkbox]:checked::after,
.wpcf7-acceptance.small input[type=checkbox]:checked::after {
  top: 3px;
  left: 6px;
  width: 4px;
  height: 8px;
}

.wpcf7-list-item-label {
  padding-top: 2px;
}

.wpcf7-submit {
  background-color: #F9FDFE;
  color: #121782;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  border: solid 2px #66FCF1;
  border-radius: 8px;
  padding: 15px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active {
  background-color: #66FCF1 !important;
  color: #000 !important;
  border: solid 2px #66FCF1 !important;
  outline: none !important;
  box-shadow: none !important;
}

.wpcf7-submit {
  margin-left: auto;
  display: block;
}

.icons-elipse {
  margin-right: 8px;
  margin-left: 8px;
}

/* Footer styles */
.site-footer {
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  text-align: center;
  padding-top: 4rem;
}

.site-footer p {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}

.footer-title h2 {
  background: linear-gradient(89.9deg, #8441BB 0.09%, #66FCF1 106.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.footer-link-tel:link, a.footer-link-tel:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

a.footer-link-tel:hover,
a.footer-link-tel:active {
  text-decoration: underline;
}

a.footer-link-email:link {
  color: #66FCF1;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
}

a.footer-link-email:visited,
a.footer-link-email:hover,
a.footer-link-email:active {
  text-decoration: none;
}

/* Post */
.list-title-post a:link,
.list-title-post a:visited {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #121782;
  letter-spacing: 1px;
  text-decoration: none;
  color: #121782;
}

.list-title-post a:hover,
.list-title-post a:active {
  color: #8441BB;
}

a.vice-info:link,
a.vice-info:visited {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #66FCF1;
  text-decoration: underline;
}

a.vice-info:hover,
a.vice-info:active {
  text-decoration: none;
  color: #121782;
}

.entry-title-post {
  font-weight: 500;
  font-size: 50px;
  line-height: 56px;
}

.post-img img {
  border-radius: 20px;
  margin-bottom: 20px;
}

/* Služby post */
.site-main ul {
  padding-left: 0px;
  margin-bottom: 3rem;
}

.site-main ul li {
  list-style: none;
  background-image: url(../img/li.svg);
  background-repeat: no-repeat;
  background-position: 0% 11px;
  background-size: 13px 13px;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-light {
  background-image: url(../img/bg-light.svg);
  background-size: contain;
  background-position: center center;
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: repeat-x;
}

.floating-contact {
  display: block;
  position: fixed;
  bottom: 20px;
  right: -33px;
  z-index: 1000;
  background-image: url(../img/bg-box-zajem.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 40px 72px 40px 56px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.floating-contact.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-contact h4 {
  font-weight: 500;
  font-size: 26px;
  line-height: 28px;
  color: #121782;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.row-kolega {
  margin-top: 100px;
  margin-bottom: 140px;
}

.box-kolega {
  border-radius: 25px;
  padding: 40px;
  margin-bottom: 24px;
  background: linear-gradient(0deg, #3F439A 0%, #B26CB2 100%);
  text-align: center;
  height: 100%;
  color: #FFFFFF;
}

.col-kolega img {
  border-radius: 50%;
}

.col-kolega h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.col-kolega p {
  color: #FFFFFF;
}

.text-pozice {
  font-size: 18px;
  line-height: 28px;
}

.text-uvod-kolega {
  font-size: 23px;
  line-height: 35px;
}

.kolega-img {
  position: relative;
  top: -93px;
  max-height: 194px;
}

.col-kolega-obsah {
  padding: 50px;
}

.col-kolega-obsah p {
  font-size: 16px;
}

.col-kolega-obsah h3 {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 5px;
}

.col-kolega-obsah ul {
  margin-bottom: 1.5rem;
}/*# sourceMappingURL=custom.css.map */