/*
Theme Name: falanga
Text Domain: falanga
*/

:root {
    --accent: #D0925B;
    --dark: #151B31;
    --bright: #BDDDFB;
    --main: #19243E;
}

@font-face {
    font-family: 'Erode';
    src: url("/wp-content/themes/falanga/fonts/Erode-Light.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: 'Erode';
    src: url("/wp-content/themes/falanga/fonts/Erode-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
  font-family: 'myicons';
  src:  url('/wp-content/themes/falanga/fonts/myicons.eot?5ddlw9');
  src:  url('/wp-content/themes/falanga/fonts/myicons.eot?5ddlw9#iefix') format('embedded-opentype'),
    url('/wp-content/themes/falanga/fonts/myicons.ttf?5ddlw9') format('truetype'),
    url('/wp-content/themes/falanga/fonts/myicons.woff?5ddlw9') format('woff'),
    url('/wp-content/themes/falanga/fonts/myicons.svg?5ddlw9#myicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="vs-"], [class*=" vs-"] {
  font-family: 'myicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vs-icon-arrow-right:before {
  content: "\e200";
}
.vs-icon-arrow-down:before {
  content: "\e100";
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: var(--bright);
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

input[type="search"] {
-webkit-appearance: textfield;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

small,sup,sub {
font-size: 80%;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

kbd,tt {
font-family: courier;
font-size: 12px;
}

ins {
text-decoration: underline;
}

del,strike,s {
text-decoration: line-through;
}

dt {
font-weight: bold;
}

address,cite,var {
font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Rethink Sans';
    background: var(--main);
    font-size: 15px;
    color: var(--bright);
}

p {
    font-family: 'Rethink Sans';
    color: var(--bright);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Erode';
    color: var(--bright);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.04em;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 70px;
}

h3 {
    font-size: 46px;
    line-height: 1.1;
}

h4 {
    font-size: 26px;
    line-height: 1.1;
}

h5 {
    font-size: 20px; 
    line-height: 1.1;
    font-weight: 400;
}

h6 {
    font-family: 'Rethink Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

h2, h3, h4, h5, p {
    margin-bottom: 0.5em;
}

strong {
    font-weight: 700;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.center {
    text-align: center;
}

a.main-btn {
	position: relative;
	cursor: pointer;
	font-family: 'Rethink Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 0.95;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 16px 40px;
	display: inline-block;
    margin-top: 25px;
	transition: all 0.3s ease;
    z-index: 2;
}

a.main-btn:hover {
	background: linear-gradient(80deg, #866140 0%, #D7A96B 100%);
}

a.main-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0px;
	border: 1px solid transparent;
	background: linear-gradient(80deg, #866140 0%, #D7A96B 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

a.main-btn:after {
    content: '';
    width: calc(100% + 14px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -8px;
    border-left: 1px solid #D7A96B;
    border-right: 1px solid #D0925B;
	transition: all 0.35s ease;
	z-index: -1;
}

a.main-btn:hover:after {
	height: calc(100% + 14px);
	top: -8px;
	border: 1px solid #D7A96B;
}

:not(.center) > a.main-btn {
 margin-left: 8px;
}


/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    position: relative;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

.columns-wrapper.middle {
    align-items: center;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-4-5 {
    width: 80%;
}

.col-3-5 {
    width: 60%;
}

.col-2-5 {
    width: 40%;
}

.col-1-5 {
    width: 20%;
}

.col-3-0 {
    width: 30%;
}

.col-7-0 {
    width: 70%;
}

.content-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    /*padding-left: 30px;
    padding-right: 30px;*/
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-3-0, .col-7-0 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
}

@media (min-width: 1000px) {
    button.drawer-toggle.drawer-hamburger, a.main-btn.yellow.mobile {
        display: none;
    }
}

#header {
    display: flex;
    max-width: 1300px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    z-index: 3;
}

.logo {
    margin-right: auto;
    margin-left: auto;
    z-index: 3;
    flex: 0 0 180px;
}

#header .logo a {
    display: flex;
    position: relative;
}

.logo img {
    width: 100% !important;
    display: block;
}

.header-left,
.header-right {
    display: flex;
    flex: 0 0 calc(50% - 90px);
}

.header-left ul, .header-right ul {
    display: flex;
    gap: clamp(20px, 2.5vw, 40px);
    align-items: center;
}

.header-right {
    justify-content: flex-end;
}

ul.menu>li>a {
    color: var(--bright);
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.menu>li>a:hover {
    color: var(--accent);
}

ul.menu>li.current-menu-item>a,
ul.sub-menu li.current-menu-item a {
    color: var(--accent);
}

li.menu-item-has-children {
    position: relative;
}

li.menu-item-has-children > a {
    display: flex;
    position: relative;
}

li.menu-item-has-children > a:before {
    content: "\e100";
    font-family: 'myicons';
    font-size: 5px;
    position: relative;
    display: inline-flex;
    top: 9px;
    margin-left: 8px;
    order: 2;
}

ul.sub-menu {
    position: absolute;
    padding: 10px 20px;
    min-width: 250px;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transform: translateY(10px);
    visibility: hidden;
    left: 0;
    top: 98%;
    z-index: 9;
    background: var(--bright);
    border-radius: 0px;
    flex-direction: column;
    gap: 1px;
    box-shadow: 0px 9px 18px 5px rgb(5 20 50 / 20%);
    justify-content: flex-start;
    align-items: flex-start;
}

ul.sub-menu:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--bright);
    top: -6px;
    left: 25px;
    transform: rotate(45deg);
    border-radius: 0px;
}

li.menu-item-has-children:hover ul.sub-menu,
li.menu-item-has-children:focus-within ul.sub-menu { 
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    pointer-events: auto;
}

ul.sub-menu li {
    margin-bottom: 1px;
}

ul.sub-menu li a {
    padding: 13px 0px;
    display: block;
    white-space: nowrap;
    color: var(--dark);
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

ul.sub-menu li a:hover {
    color: var(--accent);
}

.wpml-ls-legacy-list-horizontal {
    padding: 0px;
    border: none;
}

.wpml-ls-legacy-list-horizontal ul {
    gap: 0px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child) {
    border-right: 1px solid var(--bright);
}

.wpml-ls-legacy-list-horizontal a {
    padding: 3px 10px 3px;
}

/*HOME*/

main {
    margin-top: -100px;
}

.section.home-1 {
    height: 100vh;
    background: url(/wp-content/uploads/2025/11/bg-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.section.home-1 .row.in-grid {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section.home-1 .columns-wrapper {
    position: relative;
    z-index: 2;
}

.main-img {
    position: absolute;
    width: 100%; 
    height: 100%;
    z-index: 1;
}

.main-img-1 {
    position: absolute;
    width: clamp(100px, 20vw, 370px);
    right: 77%;
    top: 60%;
    transform: translateY(-50%);
}

.main-img-2 {
    position: absolute;
    width: clamp(100px, 18vw, 340px);
    top: 20%;
    left: 77%;
}

.main-img-3 {
    position: absolute;
    width: clamp(60px, 10vw, 200px);
    left: 65%;
    bottom: 7%;
}

.section.home-1 p {
    max-width: 320px;
    margin: 20px auto 0 auto;
}

.vline {
  position: relative;
  width: 1px;
  height: 48px;
  background: rgba(189, 195, 251, 0.3);
  overflow: hidden;
  margin: auto;
}

.vline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 24px;
  background: #BDDDFB;
  animation: drop 2s linear infinite;
  will-change: transform;
}

@keyframes drop {
  0%   { transform: translateY(-24px); }
  100% { transform: translateY(calc(48px + 24px)); }
}

@media (prefers-reduced-motion: reduce) {
  .vline::before { animation: none; }
}

.section.home-2 {
    padding-top: 120px;
    padding-bottom: 110px;
    position: relative;
}

.home-2 .col-8 {
 padding-left: 90px;
}

.home-2 h3 {
 max-width: 700px;
}

.home-2 .bgr {
 position: absolute;
 width: 50%;
 height: 100%;
 top: 0;
 left: 0;
 background-image: url(/wp-content/uploads/2025/11/Circles_about-1.svg);
 background-size: contain;
 background-repeat: no-repeat;
 background-position: bottom left;
}

/*fondy panels*/
#section-navigation {
    background: #19243e;
    z-index: 9999;
    border-top: 1px solid rgb(189 221 251 / 30%);
}

.navigation-items {
    display: flex;
}

a.navigation-items-link {
    flex: 0 0 50%;
    padding: 30px 15px;
    position: relative;
    text-align: center;
}

a.navigation-items-link h4 {
    margin: 0;
}

a.navigation-items-link.is-active h4 {
    font-weight: 400;
}

a.navigation-items-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 55, 111, 0) 0%, rgba(33, 62, 111, 0.5) 100%);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

a.navigation-items-link.is-active:before,
a.navigation-items-link:hover:before{
    opacity: 1;
}

a.navigation-items-link:after {
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--bright);
    transition: all 0.3s ease;
}

a.navigation-items-link.is-active:after,
a.navigation-items-link:hover:after{
    width: 100%;
}

#section-navigation.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#nav-spacer {
  height: 0;
}

.panel {
  margin-top: 0;
}

.panel>*:first-child {
  margin-top: 0;
}

.panel {
  will-change: transform;
}

.section.panel {
    background: var(--dark);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

.section.panel .row.in-grid {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#technology-fbl .row.in-grid:after {
    content: '';
    position: absolute;
    width: 793px;
    height: 650px;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    background-image: url(/wp-content/uploads/2025/11/FBL_img.webp);
    background-size: 793px auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

#capital-asset .row.in-grid:after {
    content: '';
    position: absolute;
    width: 793px;
    height: 650px;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    background-image: url(/wp-content/uploads/2025/11/Capital_img.webp);
    background-size: 793px auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
    
.section.panel .col-3-5 {
    padding-left: 250px;
}

.section.panel .row.in-grid::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  width: calc(
    50vw
    - (0.5 * min(1300px, calc(100vw - 40px)))
    + (-100px + (0.43 * 793px))
  );
  height: 100vh;
  top: 0;
  background: #233051; 
  z-index: -2;
}

.panel-number {
  max-width: 230px;
}

.panel-number p.number-item {
  font-size: 96px;
  font-family: 'Erode';
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.05em;
}

.panel-number p.number-item span {
  font-size: 55px;
  display: inline-block;
  vertical-align: top;
  top: 10px;
  position: relative;
  left: 5px;
}
  
.panel-number.first {
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgb(189 195 251 / 30%);
}

.section.panel h2, .section.panel h5 {
  margin-bottom: 25px;
}

table.panel-table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

table.panel-table tr {
  border-bottom: 1px solid rgba(189, 221, 251, 0.30);
}

table.panel-table tr td {
  padding: 10px 0;
}

table.panel-table tr td:last-child {
  text-align: right;
}

td.riziko-graph {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

td.riziko-graph img {
    max-width: 130px;
}

/*slider projekty*/
.projects-slider {
    height: 100vh;
    max-height: 900px;
}

.projects {
    position: relative;
}

.section.projects-top {
    position: absolute;
    z-index: 2;
    top: 115px;
    left: 0;
    width: 100%;
    height: auto;
}

.projects-top h2 {
    margin: 0;
    font-size: 100px;
}

.section.project.slick-slide {
    height: 100vh;
    max-height: 900px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.section.project.slick-slide:after {
    content: '';
    position: absolute;
    width: 922px;
    height: 600px;
    background: url(/wp-content/uploads/2025/11/Circles_projects.svg);
    left: 0;
    bottom: 0;
}

.section.project.slick-slide .row.in-grid {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

.section.project.slick-slide p {
    max-width: 570px;
}

.section.project table.panel-table tr td{
    vertical-align: middle;
    padding: 14px 0;
}

.section.project table.panel-table tr td:last-child {
    font-family: 'Erode';
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #BDDDFB;
}

.section.project table.panel-table tr:last-child {
    border-bottom: none;
}

.section.project table.panel-table {
    margin: 0;
}

.section.project .columns-wrapper {
   align-items: flex-end;
}

.slider-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
}

button.nav-prev.slick-arrow, button.nav-next.slick-arrow {
    padding: 0;
    border: none;
    background: transparent;
    width: 73px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

button.nav-prev.slick-arrow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0px;
	border: 1px solid transparent;
	background: linear-gradient(to top, #866140 0%, #D7A96B 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

button.nav-prev.slick-arrow::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, #866140 0%, #D7A96B 100%);
	opacity: 0;
	transition: all 0.3s ease;
}

button.nav-next.slick-arrow::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, #866140 0%, #D7A96B 100%);
	opacity: 0;
	transition: all 0.3s ease;
}

button.nav-prev.slick-arrow:hover::after,
button.nav-next.slick-arrow:hover::after{
	opacity: 1;
}

button.nav-next.slick-arrow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0px;
	border: 1px solid transparent;
	background: linear-gradient(to bottom, #866140 0%, #D7A96B 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.slider-nav {
	display: flex;
    align-items: center;
    gap: 5px;
	position: relative;
	padding-right: 6px;
	padding-left: 6px;
}

.slider-nav:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to top, #866140 0%, #D7A96B 100%)
}

.slider-nav:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to bottom, #866140 0%, #D7A96B 100%)
}

button.nav-prev.slick-arrow svg, button.nav-next.slick-arrow svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

ul.slick-dots {
    display: flex !important;
    gap: 5px;
    align-items: center;
    line-height: 1;
}

ul.slick-dots button {
    padding: 0;
    font-size: 0;
    line-height: 12px;
    width: 12px;
    height: 1px;
    border: none;
    background: rgb(189 221 251 / 30%);
    transition: all 0.3s ease;
}

ul.slick-dots li {
    height: 12px;
    width: 12px;
    cursor: pointer;
}

ul.slick-dots li.slick-active button {
    background: rgb(189 221 251 / 100%);
}

/*partners*/
.section.partners {
 padding-top: 120px;
 padding-bottom: 70px;
 background: url(/wp-content/uploads/2025/11/Partners_bg.webp);
 background-size: cover;
 background-position: center;
}

.section.partners h6 {
 color: #BDC3FB;
}

.columns-wrapper.naccs {
 position: relative;
 margin-top: 20px;
}

.naccs .menu .partner-nav {
 padding: 13px 0px 13px 30px;
 cursor: pointer;
 position: relative;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
 display: flex;
 align-items: center;
 gap: 13px;
}

.naccs .menu .partner-nav img {
 flex: 0 0 68px;
 width: 68px;
 height: 68px;
 object-fit: cover;
 border-radius: 50%;
 position: relative;
 z-index: 1;
}

.naccs .menu .name {
position: relative;
 z-index: 1;
}

.naccs .menu .partner-nav h5 {
 margin-bottom: 5px;
}

.naccs .menu .partner-nav p {
 font-size: 11px;
 text-transform: uppercase;
 letter-spacing: 0.3em;
}

.naccs .menu .partner-nav:after {
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 background: linear-gradient(to right, rgb(31 55 111 / 50%), rgb(33 62 111 / 0%));
 opacity: 0;
 transition: all 0.3s ease;
}

.naccs .menu .partner-nav.active:after,
.naccs .menu .partner-nav:hover:after{
 opacity: 1;
}

.naccs .menu .partner-nav span.light {
 height: 0;
 width: 1px;
 position: absolute;
 top: 0;
 left: -1px;
 background-color: var(--bright);
 border-radius: 100%;
 transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
 z-index: 1;
}

.naccs .menu .partner-nav.active span.light{
 height: 100%;
}

ul.nacc {
 position: relative;
 list-style: none;
 margin: 0;
 padding: 0;
 transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
 opacity: 0;
 transform: translateX(-50px);
 position: absolute;
 list-style: none;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
 transition-delay: .3s;
 z-index: 2;
 opacity: 1;
 transform: translateX(0px);
}

.partner-item {
 display: flex;
 align-items: center;
 padding-right: 90px;
 min-height: 400px;
 justify-content: flex-start;
}

.partner-item img.photo {
 flex: 0 0 35%;
 aspect-ratio: 3/4;
 object-fit: cover;
 max-width: 35%;
}

.partner-item img.logo {
 max-width: 150px;
 margin: 0;
 height: auto;
 margin-top: 15px;
}

.partner-item-content {
 flex: 0 0 65%;
 padding-left: 50px;
}

.partner-item-content h3 {
 margin-bottom: 10px;
}

.partner-item-content p.small {
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 0.3em;
 margin-bottom: 15px;
}

.columns-wrapper.naccs .col-4 {
    border-left: 1px solid rgb(189 221 251 / 30%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.columns-wrapper.naccs:before,
.columns-wrapper.naccs:after {
    content: '';
    width: 100vw;
    height: 1px;
    position: absolute;
    background: rgb(189 221 251 / 30%);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.columns-wrapper.naccs:after {
    top: auto;
    bottom: 0;
}

.columns-wrapper.naccs .col-8 {
    padding-top: 40px;
    padding-bottom: 60px;
    min-height: 500px;
}

/*PROJEKT DETAIL*/
.section.projekty-top, .section.page-top {
    background-size: cover;
    background-position: center;
    position: relative;
}

.section.projekty-top:after, .section.page-top:after {
    content: '';
    position: absolute;
    width: 500px;
    height: 1230px;
    background: url(/wp-content/uploads/2025/11/Subpage_circles.svg);
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.section.projekty-top .col-12.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 690px;
    padding-top: 190px;
    position: relative;
    z-index: 2;
}

.section.projekty-top h1 {
    margin: 20px 0 10px 0;
}

.project-info {
    margin-top: auto;
    margin-bottom: 40px;
    display: flex;
    max-width: 690px;
    width: 100%;
}

.project-info-item {
    flex: 0 0 25%;
    border-right: 1px solid rgb(189 221 251 / 30%);
}

.project-info-item h4 {
    margin: 0;
}

.project-info-item:last-child {
    border: none;
}

.section.projekty-podfond-title {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid rgb(189 221 251 / 30%);
}

.podfond-wrapper .section.panel {
    min-height: 100%;
}

.podfond-wrapper .section.panel .row.in-grid {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section.page-top .col-12.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 660px;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.section.page-top h1 {
    margin: 0px 0 25px 0;
}

.section.page-top .vline {
    position: absolute;
    bottom: 40px;
}

/*contact*/
.section.contact {
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(/wp-content/uploads/2025/11/Form_bg.webp);
    background-size: cover;
    background-position: center;
}

.section.contact h2, .section.contact h5 {
    text-align: center;
    margin: 10px;
}

.contact-form {
    max-width: 930px;
    margin: 50px auto 15px auto;
    background: linear-gradient(66.36deg, #866140 -3.71%, #D7A96B 89.74%);
    color: #fff;
    padding: 60px 80px 70px 80px;
}

.contact-bottom {
    display: flex;
    max-width: 930px;
    margin: auto;
    gap: 5vw;
    justify-content: flex-end;
    align-items: center;
}

.support-item {
    margin-left: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.support-person {
    padding: 8px;
    width: 82px;
    height: 82px;
    position: relative;
}

.support-person::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  background: linear-gradient(to top, #D7A96B, #866140) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.support-person img {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contact-bottom p {
    margin-bottom: 0;
}

.support-item p span {
    font-family: 'Erode';
    font-size: 20px;
}

.contact-bottom a {
    font-size: 24px;
    font-family: 'Erode';
}

.contact-form .columns-wrapper .col-6 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-grow: 1;
    padding-right: 30px;
}

.contact-form .columns-wrapper .col-6:last-child {
    padding-right: 0;
}

.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 100%);
    width: 100%;
    background: transparent;
    margin-bottom: 10px;
    height: 70px;
    font-size: 15px;
    color: #fff;
    padding: 25px 0px 8px 0px;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 400;
    font-family: 'Rethink Sans';
}

.wpcf7-form .inputfield {
    position: relative;
}

.wpcf7-form .inputfield textarea {
    height: 120px;
}

.inputfield label {
    position: absolute;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    color: #fff;
    opacity: 1;
    transform: translateY(30px);
    left: 0px;
}

.inputfield.active label {
    margin: 0px;
    font-size: 13px;
    opacity: 0.7;
    transform: translateY(5px);
    color: #fff;
}

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
    outline: none;
}

.gdpr-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.gdpr {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

.wpcf7 input[type="checkbox"] {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-appearance: none;
    width: 0px !important;
}

span.wpcf7-list-item label {
    display: flex;
    opacity: 1;
}

.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 50px;
    font-size: 15px;
    line-height: 1.1;
    color: #fff;
    cursor: pointer;
    text-transform: none;
    text-align: left;
    margin-left: -5px;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: #fff;
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    border: 1px solid #fff;
    background: transparent;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

span.wpcf7-list-item-label:after {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    border: 1px solid #19243e;
    display: block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #19243e;
    transition: all 0.2s ease;
    background-image: url(/wp-content/uploads/2025/11/icon-check.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    transform: translateY(-50%);
    opacity: 1;
}

span.wpcf7-not-valid-tip {
    top: auto !important;
    padding: 0 !important;
    background: transparent;
    box-shadow: none !important;
    color: #bd0f0f !important;
    font-size: 12px;
    bottom: -5px !important;
    position: absolute;
    left: auto;
    right: 10px;
    height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: rgb(213 57 75 / 20%);
    border-color: #bd0f0f;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px;
    border-radius: 9px;
}

.wpcf7 form.sent .wpcf7-response-output {
	color:white
}

.gdpr span.wpcf7-not-valid-tip {
    top:auto !important;
    bottom: -17px !important;
    position: absolute;
}

button.main-btn {
    background: #fff;
    border: none;
    position: relative;
	cursor: pointer;
	font-family: 'Rethink Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 0.95;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #19243e;
	padding: 16px 40px;
	display: inline-block;
	transition: all 0.3s ease;
    z-index: 2;
    margin-right: 8px;
}

button.main-btn:hover {
    background: #19243e;
    color: #fff;
}

button.main-btn:after {
    content: '';
    width: calc(100% + 14px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -8px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	transition: all 0.35s ease;
	z-index: -1;
}

button.main-btn:hover:after {
	height: calc(100% + 14px);
	top: -8px;
	border: 1px solid #19243e;
}

/*page podfondy*/
.section.projekty-podfond-title h3 {
    margin-bottom: 0;
}

.section.podfondy-top {
    position: relative;
    height: 100%;
    width: 100%;
}

.section.podfondy-top .col-12 {
    display: flex;
    flex-direction: column;
    min-height: 660px;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    padding-bottom: 50px;
}

.section.podfondy-top h1 {
    padding-bottom: 30px;
}

.section.podfondy-top.technology .row.in-grid::after,
.section.podfondy-top.capital .row.in-grid::after {
    content: '';
    position: absolute;
    width: 793px;
    height: 650px;
    top: 50%;
    transform: translateY(-50%);
    right: -210px; 
    z-index: -1;
}

.section.podfondy-top.technology .row.in-grid::after {
    background-image: url(/wp-content/uploads/2025/11/FBL_img.webp);
    background-size: 793px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.section.podfondy-top.capital .row.in-grid::after {
    background-image: url(/wp-content/uploads/2025/11/Capital_img.webp);
    background-size: 793px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.section.podfondy-top .row.in-grid::before {
  content: '';
  position: absolute;
  right: calc(50% - 50vw);
  width: calc(
    50vw
    - (0.5 * min(1300px, calc(100vw - 40px)))
    + (-100px + (0.43 * 793px))
  );
  height: 100vh;
  top: 0;
  background: #233051;
  z-index: -2;
}

.section.podfondy-top .bgr {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw); 
  height: 100%;
  width: calc(
    50vw
    + (0.5 * min(1300px, calc(100vw - 40px)))
    + (100px - (0.43 * 793px))
  );
  background-size: cover;
  background-position: center;
  z-index: -2;
}

/*footer*/
.section.footer-top h3 {
    font-size: 25px;
    line-height: 1.1;
    max-width: 300px;
    margin-bottom: 0;
}

.section.footer-top {
    padding-top: 80px;
    padding-bottom: 130px;
    position: relative;
}

#footer {
    position: relative;
    background: linear-gradient(to bottom, #10162B, #151B31);
}

#footer:after {
    content: '';
    position: absolute;
    width: 820px;
    height: 370px;
    background: url(/wp-content/uploads/2025/11/Circles_footer.svg);
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.section.footer-bottom {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    gap: 19px;
}

.footer-top .col-1-5 p strong {
    font-size: 16px;
    font-weight: 600;
}

.footer-top .col-1-5 p {
    line-height: 1.5;
}

.footer-bottom a.email {
    font-size: 20px;
    text-decoration: underline;
}

.social {
    display: flex;
    margin: 20px 0;
    gap: 22px;
}

.copyright p {
    font-size: 12px;
    line-height: 20px;
}

.col-3-5.footer-info ul li {
    list-style:disc;
    font-size: 12px;
    opacity: 0.6;
    line-height: 1.4;
}

.col-3-5.footer-info ul {
    margin-bottom: 30px;
    margin-left: 19px;
}

p.recaptcha-info {
    font-size: 13px;
    opacity: 0.6;
    margin: 0;
}


/*********** RESPONSIVE ***********/

@media (max-width: 1000px) {
#header .header-left .menu {
    display: none;
} 

.logo {
    flex: 0 0 150px;
    order: 2;
}

.header-right {
    justify-content: flex-start;
    order: 1;
}

.header-left {
    order: 3;
}

.header-left, .header-right {
    display: flex;
    flex: 0 0 calc(50% - 75px);
}

.drawer-hamburger, .drawer-hamburger:hover {
    position: absolute;
    margin-top: 20px;
    margin-right: 15px;
    padding: 13px 9px 25px;
}

.drawer-hamburger {
    width: 38px;
}

.drawer-hamburger-icon {
    background: transparent !important;
}

.drawer-hamburger-icon, 
.drawer-hamburger-icon:after, 
.drawer-hamburger-icon:before {
    background-color: var(--bright);
    height: 1px;
}

.drawer-hamburger-icon:before {
    top: -5px;
}

.drawer-hamburger-icon:after {
    top: 5px;
    right: 0;
    left: auto;
} 

.drawer-open .drawer-hamburger:before {
    opacity: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
    position:fixed;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    width: 38px;
}

.drawer--right.drawer-open .drawer-nav {
    position: absolute !important;
    height: 100vh;
    background: var(--main);
    max-height: none;
    margin-top: 0px;
    width: 100%;
    left: 0px;
    padding: 120px 20px 50px 20px;
    overflow: auto;
}

.drawer-overlay {
    background: rgb(0 0 0 / 80%);
    z-index: 2;
}

#header .drawer-nav ul.menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

#header .drawer-nav ul.menu>li>a {
    color: var(--bright);
    margin: 0;
    padding: 12px 19px;
    font-size: 18px;
    margin-bottom: 15px;
    width: auto;
    display: inline-block;
    
}

#header .drawer-nav ul.menu>li>a:hover {
    color: var(--accent);
}

#header ul.menu>li.menu-expand.menu-item {
    display: block;
    position: relative;
    width: 100%;
}

li.menu-item-has-children ul.sub-menu {
    position: relative;
    width: 100%;
    height: 0;
    left: 0px;
    top: 0;
    opacity: 0;
    transition: all 0.35s ease;
    transform: translate(0, 0px);
    visibility: hidden;
    z-index: 1;
    padding: 0px;
    margin-top: -10px !important;
    box-shadow: none;
    display: none;
    margin-bottom: 10px;
    padding-left: 35px;
    min-width: 100%;
    background: transparent;
}

li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

li.menu-item-has-children.open ul.sub-menu {
    transform: translate(0%, 0px);
    visibility: visible;
    text-align: left;
    height: auto;
    opacity: 1;
    display: block;
}

li.menu-item-has-children > a:before {
    position: absolute;
    right: -5px;
    top: 22px;
}

ul.sub-menu:before {
    display: none;
}

ul.sub-menu li a {
    padding: 13px 0px;
    display: block;
    white-space: nowrap;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

/*content*/

main {
    margin-top: -88px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

.main-img-2 {
    width: clamp(120px, 18vw, 340px);
    top: 90px;
    left: auto;
    right: 10px;
}

.main-img-3 {
    width: clamp(90px, 10vw, 200px);
}

.main-img-1 {
    width: clamp(150px, 20vw, 370px);
    right: auto;
    left: 0;
    top: auto;
    bottom: 150px;
    transform: translateY(0);
}

.section.home-2 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.home-2 .col-8 {
    padding-left: 0px;
    padding-top: 40px;
}

.home-2 .bgr {
 width: 80%;
 height: 100%;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: bottom right -20%;
opacity: 0.5;
}

#section-navigation {
    padding-top: 30px;
}

a.navigation-items-link {
    padding: 30px 10px;
}

#podfondy {
    padding-right: 0;
    padding-left: 0;
}

#podfondy h6 {
    padding-left: 20px;
    margin-bottom: 15px;
}

.section.panel .col-3-5 {
    padding-left: 0%;
    min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}

.section.panel .row.in-grid::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50vw;
    height: 100%;
}

#technology-fbl .row.in-grid:after {
    content: '';
    position: absolute;
    width: 200vw;
    height: 450px;
    top: 0;
    left: 50%;
    background-image: url(/wp-content/uploads/2025/12/FBL_img-mobile.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transform: translateY(0%) translateX(-50%);
}

.section.panel .row.in-grid {
    justify-content: flex-start;
}

.panel-number p.number-item {
    font-size: 75px;
}

#capital-asset .row.in-grid:after {
    content: '';
    position: absolute;
    width: 200vw;
    height: 450px;
    top: 0;
    left: 50%;
    background-image: url(/wp-content/uploads/2025/12/Capital_img-mobile.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transform: translateY(0%) translateX(-50%);
}

.projects-top h2 {
    font-size: 65px;
    max-width: 200px;
}

.section.projects-top {
    top: 30px;
    position: relative;
    background: #19243e;
}

.section.projects-top:after {
    content: '';
    position: absolute;
    height: 55px;
    width: 100%;
    background: linear-gradient(to bottom, #19243e, rgb(25 36 62 / 0%));
    left: 0;
    bottom: -54px;
    z-index: -1;
}

.section.projects-top .col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
}

.col-4.slider-navigation {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    align-self: flex-end;
    padding-bottom: 20px;
}

.projects-slider {
    height: 550px;
}

.section.project.slick-slide {
    height: 550px;
}

.section.project.slick-slide .row.in-grid {
    padding-bottom: 20px;
}

.section.project.slick-slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    background: url(/wp-content/uploads/2025/11/Circles_projects.svg);
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}

.section.project table.panel-table {
    margin-top: 20px;
}

.section.project table.panel-table tr td:last-child {
    font-size: 20px;
}

.section.partners {
 padding-top: 60px;
 padding-bottom: 60px;
}

.columns-wrapper.naccs{
 flex-direction: column-reverse;
}

.columns-wrapper.naccs .col-4 {
 border-bottom: 1px solid rgb(189 221 251 / 30%);
 border-left: none;
}

.naccs .menu .partner-nav {
 padding: 10px 0px 10px 20px;
}

.naccs .menu .partner-nav img {
 flex: 0 0 60px;
 width: 60px;
 height: 60px;
}

.partner-item {
 display: flex;
 align-items: flex-start;
 padding-right: 0px;
 min-height: auto;
 height: 100%;
}

.partner-item img.photo {
 flex: 0 0 30%;
}

.partner-item-content {
    flex: 0 0 70%;
    padding-left: 20px;
}

.columns-wrapper.naccs .col-8 {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 420px;
}

.partner-item img.logo {
    max-width: 100px;
}

.section.podfondy-top .bgr {
  left: 0; 
  height: 100%;
  width: calc(100% - 100px);
}

.section.podfondy-top .col-12 {
    min-height: 305px;
    padding-bottom: 30px;
}

.section.podfondy-top .row.in-grid::before {
  right: 0;
  width: 100px;
  height: 100%;
}

.section.podfondy-top.technology .row.in-grid::after,
.section.podfondy-top.capital .row.in-grid::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 305px;
    top: 0;
    transform: translateY(0%);
    right: -100px; 
    z-index: -1;
}

.section.podfondy-top.technology .row.in-grid::after {
    background-image: url(/wp-content/uploads/2025/12/FBL_img-mobile.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section.podfondy-top.capital .row.in-grid::after {
    background-image: url(/wp-content/uploads/2025/12/Capital_img-mobile.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    height: 305px;
    right: -25px; 
}

.section.panel .row.in-grid {
    padding-top: 0px;
    padding-bottom: 30px;
}

.podfond-wrapper .section.panel .row.in-grid {
    padding-top: 0px;
    padding-bottom: 50px;
}

.section.projekty-top .col-12.center {
    min-height: 510px;
    padding-top: 120px;
}

.section.projekty-top:after, .section.page-top:after {
    width: 200px;
    height: 492px;
    top: auto;
    bottom: -200px;
}

.section.contact {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-form {
    margin: 30px auto 15px auto;
    padding: 10px 25px 30px 25px;
}

.contact-form .columns-wrapper .col-6 {
    padding-right: 0px;
}

.gdpr-wrapper {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
}

.contact-bottom {
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.support-item {
    margin-left: auto;
    margin-right: auto;
}

.section.page-top .col-12.center {
    min-height: 400px;
}

.section.footer-top {
    padding-top: 60px;
    padding-bottom: 0px;
}

.footer-top .col-2-5, 
.footer-top .col-1-5{
    margin-bottom: 35px;
}

.footer-menu ul {
    gap: 5px;
}

.copyright {
    margin-top: 50px;
}

#footer:after {
    width: 450px;
    height: 203px;
}
}