/*
Theme Name: kvpex
Text Domain: kvpex
*/

:root {
    --accent: #FFB627;
    --dark: #072660;
    --main: #E2EBEE;
    --white: #ffffff;
    --black: #000000;
}

@font-face {
  font-family: 'General Sans';
  src: url('/wp-content/themes/kvpex/fonts/GeneralSans-Variable.eot'); 
  src: url('/wp-content/themes/kvpex/fonts/GeneralSans-Variable.eot?#iefix') format('embedded-opentype'), 
       url('/wp-content/themes/kvpex/fonts/GeneralSans-Variable.woff2') format('woff2-variations'),
       url('/wp-content/themes/kvpex/fonts/GeneralSans-Variable.woff') format('woff-variations'), 
       url('/wp-content/themes/kvpex/fonts/GeneralSans-Variable.ttf') format('truetype-variations');
  font-weight: 100 700;
  font-display: swap;
}

@font-face {
  font-family: 'myicons';
  src:  url('/wp-content/themes/kvpex/fonts/myicons.eot?5ddlw9');
  src:  url('/wp-content/themes/kvpex/fonts/myicons.eot?5ddlw9#iefix') format('embedded-opentype'),
    url('/wp-content/themes/kvpex/fonts/myicons.ttf?5ddlw9') format('truetype'),
    url('/wp-content/themes/kvpex/fonts/myicons.woff?5ddlw9') format('woff'),
    url('/wp-content/themes/kvpex/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;
}

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: 'General Sans';
    background: var(--main);
    font-size: 15px;
    color: var(--dark);
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'General Sans';
    color: var(--dark);
    font-weight: 600;
}

h1 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

h3 {
    font-size: 24px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-size: 18px; 
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 600;
}

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

strong {
    font-weight: 700;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light p, .light a:not(.main-btn) {
color: var(--white);
}

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

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

.row.in-grid {
    max-width: 1460px;
    padding-left: 30px;
    padding-right: 30px;
    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%;
    }
}

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

#header {
    display: flex;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 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 103px;
    margin-top: 15px;
}

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

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

.header-left,
.header-right {
    display: flex;
    flex: 0 0 calc(50% - 80px);
    margin-top: -15px;
}

.header-left ul, .header-right ul {
    display: flex;
    gap: clamp(24px, 3vw, 42px);
}

.header-right {
    justify-content: flex-end;
    align-items: center;
    gap: 26px;
}

ul.menu>li>a {
    color: #fff;
    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;
}

a.simple-btn.outline {
    position: relative;
    border: 1px solid #fff;
    padding: 9px 21px 9px 42px;
    border-radius: 200px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}

a.simple-btn.outline:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2025/10/icon-tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 18px;
    top: 12px;
}

ul.menu>li>a:hover, a.simple-btn.outline:hover {
    color: #EC2525;
}

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: 6px;
    position: relative;
    display: inline-flex;
    top: 8px;
    margin-left: 8px;
    order: 2;
}

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

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

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 18px;
    display: block;
    margin: 0;
    white-space: nowrap;
    color: var(--dark);
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

ul.sub-menu li a:hover {
    color: #EC2525;
}

ul.sub-menu li a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #EC2525;
    top: 0;
    left: 0;
    border-radius: 7px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

ul.sub-menu li a:hover:before {
    opacity: 8%;
}

ul.sub-menu li a:after {
    content: "\e200";
    font-family: 'myicons';
    font-size: 11px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(-5px, -50%);
    transition: all 0.35s ease;
}

li.vykurovanie.menu-item,
li.vodoinstalacie.menu-item, 
li.plynoinstalacie.menu-item {
    padding-left: 35px;
    position: relative;
}

li.vykurovanie.menu-item:before,
li.vodoinstalacie.menu-item:before,
li.plynoinstalacie.menu-item:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 17px;
}

li.vykurovanie.menu-item:before {
    background: url(/wp-content/uploads/2025/10/icon-vykurovanie.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

li.vodoinstalacie.menu-item:before {
    background: url(/wp-content/uploads/2025/10/icon-voda.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

li.plynoinstalacie.menu-item:before {
    background: url(/wp-content/uploads/2025/10/icon-plyn.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


/*Homepage*/
main {
    margin-top: -129px;
}

.section.home-1 {
    position: relative;
    padding-top: 260px;
    padding-bottom: 240px;
}

.home-bgr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(/wp-content/uploads/2025/10/home-mask-1.svg);
    -webkit-mask-position: right bottom;
    -webkit-mask-repeat: no-repeat;
}

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

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-1 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(/wp-content/uploads/2025/10/home-top-gradient.svg) center center / cover;
}

.bgr-lines {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 0px;
    left: 0px;
    background: url(/wp-content/uploads/2025/10/home-lines-1.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.home-1 h1 {
    font-size: 66px;
}

.home-1 p {
    max-width: 370px;
    margin-bottom: 20px;
    margin-bottom: 25px;
}


.main-btn {
    position: relative;
    background: #fff;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    padding: 16px 65px 19px 32px;
    border-radius: 200px;
    transition: all 350ms cubic-bezier(.19,1,.22,1);
    display: inline-block;
}

.main-btn i {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    text-align: center;
    line-height: 49px;
    font-size: 11px;
    color: #fff;
}

.main-btn span {
position: relative;
}

.main-btn::before {
content: "";
position: absolute;
right: 3px;
top: 50%;
transform: translateY(-50%);
width: 49px;
height: 49px;
background: linear-gradient(189.72deg, #FFB627 -24.14%, #EC2525 64.5%, #58219D 159.35%, #1D47BF 242.35%, #2BAAD8 314.62%);
border-radius: 9999px;
z-index: 0;
transition: width 450ms cubic-bezier(.19,1,.22,1);
transform-origin: left center;
}

.main-btn:hover::before {
    width: calc(100% - 6px);
}

.main-btn:hover {
    color: #fff;
}

.main-btn-outline {
    position: relative;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 65px 16px 32px;
    border: 1px solid #fff;
    border-radius: 200px;
    transition: all 350ms cubic-bezier(.19,1,.22,1);
    display: inline-block;
}

.main-btn-outline i {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    text-align: center;
    line-height: 49px;
    font-size: 11px;
  transition: all 350ms cubic-bezier(.19,1,.22,1);
}

.main-btn-outline span {
position: relative;
}

.main-btn-outline:hover {
  background: #fff;
  color: var(--dark) !important;
}

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

.home-2 img {
    width: 110%;
    margin-left: -10%;
}

span.gradient-text {
    background: linear-gradient(45deg, #FFB627 -13%, #EC2525 20.03%, #58219D 55.37%, #1D47BF 86.29%, #2BAAD8 153.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 150%;
}

.home-2 p {
    max-width: 485px;
    margin-bottom: 35px;
}

.home-2 .col-3-5 {
    padding-right: 3%;
}

h5.subtitle {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}

h5.subtitle:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #FFB627;
    left: 0;
    top: 5px;
    border-radius: 50%;
}

.home-3 {
  padding-bottom: 140px;
}

.home-3 .columns-wrapper.grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-areas:
    "a b b"
    "a c d";
}

.riesenie-grid-large {
  grid-area: a;
  background: radial-gradient(512.07% 208.73% at -2.62% -6.19%, #FFB627 0%, #EC2525 26.17%, #58219D 54.17%, #1D47BF 78.67%, #2BAAD8 100%);
  background-size: cover, 100% auto;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  min-height: 720px;
  align-items: flex-start;
}

.riesenie-grid-large h3, .riesenie-grid-landscape h3, .riesenie-grid-small h3 {
  margin-top: auto;
  font-size: 33px;
}

img.vykurovanie-image {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: contain;
  right: 0;
  top: 0;
 z-index: 1;
}

.riesenie-grid-landscape {
  grid-area: b;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: url(/wp-content/uploads/2025/10/bgr-grid-voda.webp);
  background-size: cover;
  background-position: center;
}

.riesenie-grid-small.kurenie {
  grid-area: c;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: url(/wp-content/uploads/2025/10/bgr-grid-plyn.webp);
  background-size: cover;
  background-position: center;
}

.riesenie-grid-small.dotacie {
  grid-area: d;
  text-align: center;
  padding: 30px 40px;
  background-color: var(--dark);
  background-image: url(/wp-content/uploads/2025/10/bgr-dotacie.svg);
  background-position: top -35px center;
  background-repeat: no-repeat;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

 img.grid-icon {
  width: 40px;
  height: 40px;
}

.riesenie-grid-large .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
    z-index: 2;
}

.riesenie-grid-large .labels a {
  padding: 7px 15px 9px;
  background: rgb(255 255 255 / 15%);
  border-radius: 200px;
  font-size: 14px;
    transition: all 0.3s ease;
}

.riesenie-grid-large .labels a:hover {
    background: #fff;
    color: var(--dark);
}

.riesenie-grid-small.dotacie p.sale {
  margin-top: auto;
  color: #E2EBEE;
  line-height: 1;
  top: -10px;
  position: relative;
}

.riesenie-grid-small.dotacie p.sale span {
  font-size: 68px;
  font-weight: 600; 
}

.riesenie-grid-small.dotacie p.sale span sup {
  font-size: 35px;
}

.logo-clients {
    background: #fff;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}

.columns-wrapper.clients-wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 15px;
}

.columns-wrapper.clients-wrapper .slick-track {
    display: flex !important;
    gap: 20px;
    justify-content: stretch;
}

.logo-clients img {
    max-height: 60px;
    object-fit: contain;
}

.section.home-4 {
    padding-bottom: 100px;
}

.home-5 {
    padding-bottom: 80px;
}

.home-5 .showroom {
    position: relative;
    background: url(/wp-content/uploads/2025/10/bgr-showroom.webp);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 15px 15px 80px;
}

.home-5 h5.subtitle, .home-5 h2 {
    color :#fff;
}

.home-5 h2 {
    font-size: 64px;
    line-height: 1.1;
}

.showroom-prevadzka {
    display: flex;
    background: #fff;
    max-width: 513px;
    margin-left: auto;
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
    padding: 9px;
    margin-top: 60px;
}

.showroom-image-info {
    flex: 0 0 40%;
    padding: 9px;
    background: url(/wp-content/uploads/2025/10/bgr-showroom.webp);
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.showroom-image-info .showroom-label {
    background: #fff;
    display: inline-block;
    padding: 1px 11px 1px 23px;
    width: auto;
    border-radius: 32px;
    position: relative;
}

.showroom-image-info .showroom-label:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #FFB627;
    border-radius: 50%;
    left: 9px;
    top: 9px;
}

.showroom-prevadzka p.open-hours {
    margin-top: auto;
    margin-bottom: 0;
    color: #fff;
}

.showroom-text-info {
    padding: 35px 20px 30px 40px;
}

.showroom-text-info a.main-btn.outline {
    margin-top: 10px;
}

a.main-btn.outline {
    border: 1px solid var(--dark);
    padding: 15px 65px 18px 32px;
}

 .showroom > * {
     position: relative;
 }

.showroom .bgr-overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: url(/wp-content/uploads/2025/10/showroom-gradient.svg);
     background-size: cover;
     background-position: center;
}

/*why us*/
.section.why-kvpex {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.about-bgr {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--dark);
    top: 0;
    left: 0;
    -webkit-mask-image: url(/wp-content/uploads/2025/10/about-mask-2.svg);
    -webkit-mask-position: top left;
    -webkit-mask-repeat: no-repeat;
}

.bgr-lines-why-kvpex {
    position: absolute;
    width: 100%;
    height: 530px;
    top: 0px;
    left: 0px;
    background: url(/wp-content/uploads/2025/10/about-lines-1.svg);
    background-position: top left;
    background-repeat: no-repeat;
}

.overlay-why-kvpex{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(/wp-content/uploads/2025/10/about-gradient.svg);
    background-size: auto 100%;
    background-position: top left;
    background-repeat: no-repeat;
}

.columns-wrapper.benefits {
    margin-top: 70px;
}

.section.why-kvpex h2 {
    font-size: 64px;
    max-width: 890px;
}

.benefits img {
    max-width: 58px;
    height: auto;
    margin-bottom: 14px;
}

.benefits p {
    max-width: 280px;
}

.columns-wrapper.benefits .col-3 {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 10px;
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.columns-wrapper.benefits .col-3:first-child {
    padding-left: 0;
}

.columns-wrapper.benefits .col-3:last-child {
    padding-right: 0;
    border-right: none;
}

.section.home-6 {
    padding-top: 90px;
    padding-bottom: 110px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.loga-technologie {
    display: flex;
    align-items: center;
    gap: 25px;
}

.col-6.o-firme {
    padding-left: 5%;
    margin-top: -5%;
}

.o-firme h3 {
    font-size: 36px;
    margin-bottom: 35px;
}

p.dodavatelia-title {
    font-weight: 600;
    margin-top: 60px;
}

/*realizacie*/
.section.realizacie.selected {
    padding-top: 0px;
    padding-bottom: 70px;
    background: var(--dark);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.realizacie.selected span.gradient {
    background: radial-gradient(117.18% 85.34% at 86.03% 63.06%, #FFB627 0%, #EC2525 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
}

.realizacie-grid {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.realizacie-grid > article.realizacia-item {
  display: block;
}

.realizacie-grid > article.realizacia-item:nth-child(5n + 1) {
  grid-column: span 9; /* 3/5 */
}

.realizacie-grid > article.realizacia-item:nth-child(5n + 2) {
  grid-column: span 6; /* 2/5 */
}

.realizacie-grid > article.realizacia-item:nth-child(5n + 3),
.realizacie-grid > article.realizacia-item:nth-child(5n + 4),
.realizacie-grid > article.realizacia-item:nth-child(5n + 5) {
  grid-column: span 5; /* 1/3, 1/3, 1/3 */
}

.rlz-hidden{
  display:none!important
}

.realizacia-item .realizacia-thumb {
  position: relative;
}

.realizacia-item:nth-child(5n + 1) .realizacia-thumb,
.realizacia-item:nth-child(5n + 2) .realizacia-thumb {
  width: 100%;
  height: 60vh;
  max-height: 490px;
  border-radius: 16px;
  overflow: hidden;
}

.realizacia-item:nth-child(5n + 3) .realizacia-thumb,
.realizacia-item:nth-child(5n + 4) .realizacia-thumb,
.realizacia-item:nth-child(5n + 5) .realizacia-thumb {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  overflow: hidden;
}

.realizacia-thumb img{
  width:100%;
  height:auto;
  display:block;
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.realizacia-thumb a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(88 33 157 / 20%) 20%, rgb(29 71 191 / 80%) 100%, #2BAAD8 150%);
    bottom: 0;
    right: 0;
    transition: all 0.3s ease;
    opacity: 0;
}

.realizacia-thumb:hover a:after {
    opacity: 1;
}

.realizacia-thumb img {
    transition: all 0.55s ease-in-out;
    transform: scale(1);
}

.realizacia-thumb:hover img {
    transform: scale(1.08);
}

.realizacia-terms{
  margin-top: 8px;
  margin-bottom: 5px;
  opacity: .8;
  color :#fff;
}

h3.realizacia-title{
  margin-bottom: 20px;
}

.realizacia-plus-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    background: url(/wp-content/uploads/2025/10/plus-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(0);
    transition: all 0.3s ease;
    z-index: 2;
}

article.realizacia-item:hover .realizacia-plus-icon {
    transform: scale(1);
}

.section.realizacie.archive {
    padding-top: 180px;
    background: var(--dark);
    background-image: url(/wp-content/uploads/2025/10/gradient-realizacie.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.realizacie.archive h1 {
    text-align: center;
    font-size: 64px;
}

.categories-filter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    color: #fff;
     font-weight: 600;
    margin-top: 50px;
    margin-bottom: 50px;
}

.categories-filter ul li a {
    border: 1px solid rgb(255 255 255 / 30%);
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 200px;
    line-height: 1;
    transition: all 0.3s ease;
}

.categories-filter ul li a:hover,
.categories-filter ul li.active a {
    border: 1px solid rgb(255 255 255 / 100%);
}


@media (max-width: 1000px) {
  .realizacie-grid {
    grid-template-columns: repeat(6, 2fr);
  }

  .realizacie-grid > article.realizacia-item:nth-child(5n + 1) .realizacia-thumb,
  .realizacie-grid > article.realizacia-item:nth-child(5n + 2) .realizacia-thumb,
  .realizacie-grid > article.realizacia-item:nth-child(5n + 3) .realizacia-thumb,
  .realizacie-grid > article.realizacia-item:nth-child(5n + 4) .realizacia-thumb,
  .realizacie-grid > article.realizacia-item:nth-child(5n + 5) .realizacia-thumb { 
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .realizacie-grid > article.realizacia-item:nth-child(5n + 1),
  .realizacie-grid > article.realizacia-item:nth-child(5n + 2),
  .realizacie-grid > article.realizacia-item:nth-child(5n + 3),
  .realizacie-grid > article.realizacia-item:nth-child(5n + 4),
  .realizacie-grid > article.realizacia-item:nth-child(5n + 5) { 
    grid-column: span 3; 
  }

  h3.realizacia-title{
  font-size: 20px;
}
}

@media (max-width: 640px) {
  .realizacie-grid {
    grid-template-columns: 1fr; 
  }
  .realizacie-grid > article.realizacia-item { grid-column: auto; }
}




/*CTA*/
.section.cta-contact {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}

.section.cta-contact h2 {
    max-width: 500px;
}

h4.with-map-icon {
    position: relative;
    padding-left: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

h4.with-map-icon:before {
    content: '';
    width: 47px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2025/10/icon-map.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.section.cta-contact .col-2-5 {
   padding-right: 8%;
}

.section.cta-contact h5.subtitle {
    color: #fff;
}

.reference-item {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 50px 40px;
    position: relative;
    margin: 0 5px;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.review-authorimage {
    flex: 0 0 93px;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    border: 7px solid #e1f3f9;
    position: relative;
}

.review-authorimage img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.stars img {
    max-width: 100px;
}

p.review-text {
    font-size: 22px;
    font-weight: 600;
}

.gradient-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(269.28deg, #FFB627 1.2%, #EC2525 26.68%, #58219D 53.95%, #1D47BF 77.81%, #2BAAD8 98.58%);
}

.reviews-navigation {
    display: flex;
    margin-top: 30px;
    justify-content: flex-end;
    gap: 25px;
    align-items: center;
}

button.slick-arrow {
    border: 1px solid rgb(255 255 255 / 30%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

button.nav-prev.slick-arrow {
    margin-right: 20px;
    transform: rotate(180deg);
}

button.slick-arrow:hover {
    background: #fff;
    color: var(--dark);
}

ul.slick-dots {
    display: flex !important;
    gap: 10px;
    align-items: center;
}

ul.slick-dots li {
    height: 9px;
}

ul.slick-dots button {
    font-size: 0;
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: none;
    line-height: 100px;
    cursor: pointer;
    background: rgb(255 255 255 / 50%);
    opacity: 1;
}

ul.slick-dots li.slick-active button {
    background: #fff;
}

.cta-bgr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-mask-image: url(/wp-content/uploads/2025/10/cta-mask.svg);
    -webkit-mask-position: top right;
    -webkit-mask-repeat: no-repeat;
     background: url(/wp-content/uploads/2025/10/cta-img.webp);
    background-size: cover;
    background-position: center;
}

.overlay-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(/wp-content/uploads/2025/10/cta-gradient-1.svg), url(/wp-content/uploads/2025/10/cta-gradient-13.svg);
    background-size: cover, 100% auto;
    background-position: top left, top right;
    background-repeat: no-repeat;
}

.bgr-lines-cta {
    position: absolute;
    width: 100%;
    height: 474px;
    top: 0px;
    left: 0px;
    background: url(/wp-content/uploads/2025/10/cta-lines.svg);
    background-position: top right;
    background-repeat: no-repeat;
}

.section.spolupraca {
    padding-top: 70px;
    padding-bottom: 90px;
}

.spolupraca h3 {
    font-size: 46px;
    margin-bottom: 30px;
}

.col-3.step .step-inner {
    background: #fff;
    height: 100%;
    padding: 25px 30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.col-3.step {
    height: 100%;
    padding: 0 10px;
    position: relative;
}

.columns-wrapper.spolupraca-wrapper {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
}

.step .number {
    font-size: 22px;
    line-height: 52px;
    font-weight: 600;
    border: 1px solid rgb(7 38 96 / 30%);
    display: inline-block;
    width: 52px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 14px;
}

.col-3.step:after {
    content: "\e200";
    font-family: 'myicons';
    position: absolute;
    color: var(--dark);
    right: -5px;
    font-size: 14px;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
}

.col-3.step:last-child:after {
    display: none;
}

.section.contact .col-2-5 {
    padding-right: 10px;
}

.section.contact .col-3-5 {
    padding-left: 10px;
}

.section.contact {
    padding-bottom: 100px;
}

.contact-left {
    height: 100%;
    position: relative;
    border-radius: 20px;
    background: linear-gradient(222.48deg, #FFB627 -6.5%, #EC2525 35.22%, #58219D 79.86%, #1D47BF 118.93%, #2BAAD8 152.94%);
    display: flex;
    flex-direction: column;
    padding: 40px 7%;
    align-items: flex-start;
}

.contact-icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: auto;
    margin-bottom: 0;
}

.contact-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon-wrapper img {
    flex: 0 0 47px;
    max-width: 47px;
    height: auto;
}

.contact-icon-wrapper h4 {
    margin-bottom: 0;
}

.contact-right {
    background: #fff;
    border-radius: 25px;
    padding: 40px 6%;
}

.contact-right h3 {
    margin-bottom: 20px;
}

/*contact form*/
.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    border: 1px solid rgb(5 20 50 / 10%);
    width: 100%;
    background: rgb(226 235 238 / 50%);
    margin-bottom: 17px;
    height: 60px;
    font-size: 15px;
    color: var(--dark);
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    box-shadow: none;
    font-family: 'General Sans';
    outline: none;
    margin-top: 4px;
}

.wpcf7-form textarea {
    height: 100px;
}

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

.wpcf7-form .col-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.wpcf7-form .columns-wrapper {
    width: calc(100% + 10px);
    margin-left: -5px;
}

.wpcf7-form .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.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: 46px;
    line-height: 1.1;
    color: var(--dark);
    cursor: pointer;
    text-transform: none;
    text-align: left;
    margin-left: -5px;
    font-size: 15px;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: var(--dark);
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    border: 1px solid rgb(5 20 50 / 10%);
    border-radius: 5px;
    background: rgb(226 235 238 / 50%);
    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 var(--dark);
    display: block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--dark);
    transition: all 0.2s ease;
    background-image: url(/wp-content/uploads/2025/10/icon-check.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    border-radius: 5px;
}

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: #e80000 !important;
    font-size: 11px;
    top: 19px !important;
    position: absolute;
    left: auto;
    right: 10px;
    height: auto;
    font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #e8000059;
    border-color: #e80000;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px;
    border-radius: 9px;
    text-align: center;
}

.gdpr span.wpcf7-not-valid-tip {
    margin-top: 10px;
    top: auto !important;
    bottom: auto !important;
    left: 49px !important;
    position: relative;
}

button.main-btn.inverted {
    border: none;
   background: linear-gradient(90.48deg, #FFB627 -34.15%, #EC2525 30.96%, #58219D 100.63%, #1D47BF 161.6%, #2BAAD8 214.68%);
    color :#fff;
    font-family: 'General Sans';
    font-size: 15px;
    letter-spacing: 0;
    cursor: pointer;
}

button.main-btn.inverted:hover {
    color: var(--dark);
}

.main-btn.inverted::before {
    background: #fff;
}

.main-btn.inverted i {
    color: var(--dark);
}

.codedropz-upload-handler {
	border: none;
	background: rgb(43 170 216 / 14%);
}

.codedropz-upload-inner {
	text-align: left;
	display: flex;
	padding-left: 90px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-top: 22px;
	padding-bottom: 22px;
}

.codedropz-upload-inner h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1;
	font-weight: 500;
}

.codedropz-upload-inner:before {
	content: '';
	width: 38px;
	height: 38px;
	position: absolute;
	background: url(/wp-content/uploads/2025/10/icon-priloha.svg);
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
}

.codedropz-upload-inner span {
	display: none;
}

a.cd-upload-btn {
	font-size: 15px;
	color: var(--dark);
	padding: 12px 42px 12px 22px;
	border: 1px solid var(--dark);
	border-radius: 200px;
	position: relative;
	transition: all 0.3s ease;
}

a.cd-upload-btn:hover {
	background: #fff;
}

a.cd-upload-btn:after {
	content: '+';
	font-size: 22px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.section.page-top {
    padding-top: 180px;
    padding-bottom: 160px;
    min-height: 670px;
    position: relative;
}

.page-top-text {
    max-width: 570px;
    margin-bottom: 40px;
}

.page-top-text p {
    max-width: 450px;
}

.page-bgr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(/wp-content/uploads/2025/10/home-mask-1.svg);
    -webkit-mask-position: right bottom;
    -webkit-mask-repeat: no-repeat;
}

.page-bgr-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.page-top .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(/wp-content/uploads/2025/10/page-gradient-1.svg), url(/wp-content/uploads/2025/10/page-gradient-2.svg), 
        linear-gradient(to right, #07255d 40%, rgb(7 37 93 / 0%));
    background-position: top left, top right, top left;
    background-size: cover, cover, auto 100%;
    background-repeat: no-repeat;
}

footer#footer {
    margin-top: -25px;
    z-index: 2;
}

.section.footer {
    background: #001339;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.col.footer-logo {
    flex: 0 0 auto;
    max-width: 230px;
    padding-right: 20px;
}

.col.footer-logo img {
    width: 100px;
    margin-top: -15px;
}

.col.footer-menu {
    flex: 0 0 auto;
    padding-right: 20px;
}

.section.footer .columns-wrapper {
    justify-content: space-between;
}

h4.footer-title {
    font-size: 15px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}

h4.footer-title:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -7px;
}
    
h4.footer-title.kurenie:before {
    background: url(/wp-content/uploads/2025/10/icon-vykurovanie.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

h4.footer-title.voda:before {
    background: url(/wp-content/uploads/2025/10/icon-voda.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

h4.footer-title.plyn:before {
    background: url(/wp-content/uploads/2025/10/icon-plyn.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.col.footer-menu ul.menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.col.footer-menu ul.menu li {
    position: relative;
    padding-left: 17px;
}

.col.footer-menu ul.menu li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #E2EBEE;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.col.info p strong {
    font-weight: 600;
}

a.footer-phone {
    font-weight: 600;
    font-size: 46px;
    background: linear-gradient(266.12deg, #FFB627 10.65%, #EC2525 83.98%, #58219D 162.44%, #1D47BF 231.1%, #2BAAD8 290.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
}

a.footer-email {
    font-weight: 600;
    font-size: 40px;
}

.section.footer-copyright {
    background: #001339;
    padding-bottom: 20px;
}

.section.footer-copyright p {
    font-size: 13px;
}

.footer-copyright .columns-wrapper {
    justify-content: space-between;
    align-items: center;
}

.col.copyright-left {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.col.copyright-left p {
    margin-bottom: 0;
}

p.recaptcha {
    opacity: 0.6;
    max-width: 350px;
}

.socials a.simple-btn.outline {
    padding: 9px 21px 9px 21px;
}

.socials a.simple-btn.outline:before {
    display: none;
}

.col.copyright-right.socials {
    display: flex;
    gap: 10px;
    align-items: center;
}



@media (max-width: 1024px) {
 .home-3 .columns-wrapper.grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "a b"
      "c d";
  }

.riesenie-grid-large h3, .riesenie-grid-landscape h3, 
.riesenie-grid-small h3 {
    font-size: 24px;
    z-index: 2;
}

.riesenie-grid-large {
  padding: 30px 20px;
  min-height: 570px;
}

img.vykurovanie-image {
    z-index: 1;
    max-height: 400px;
    object-position: top right;
}
}

@media (max-width: 747px) {
.home-3 .columns-wrapper.grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d";
}

.riesenie-grid-landscape, .riesenie-grid-small.kurenie {
  padding: 30px 20px;
  min-height: 260px;
}

.riesenie-grid-small.dotacie {
  padding: 20px;
  min-height: 280px;
  background-position: top -75px center;
}

.riesenie-grid-small.dotacie p.sale span {
    font-size: 48px;
}

.riesenie-grid-small.dotacie p.sale span sup {
    font-size: 25px;
}
}

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

.header-right a.simple-btn.outline {
    position: absolute;
    left: 20px;
    height: 50px;
    width: 50px;
    padding: 0;
    top: 25px;
}

.header-right a.simple-btn.outline span {
    display: none;
}

a.simple-btn.outline:before {
    width: 20px;
    height: 20px;
    left: 15px;
    top: 13px;
}

.logo {
    flex: 0 0 80px;
    z-index: 2;
}

.logo img {
    max-width: 80px;
}

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

.drawer-hamburger {
    width: 38px;
}

.drawer-hamburger-icon, 
.drawer-hamburger-icon:after, 
.drawer-hamburger-icon:before {
    background-color: #fff;
    height: 1px;
}

.drawer--right .drawer-nav {
    right: -90vw;
}

.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-nav {
    width: 90vw;
    height: 100%;
    color: #fff;
    background-color: var(--dark);
    padding: 60px 25px 40px 25px;
    overflow: auto;
}

.drawer-nav ul.menu>li>a {
    color: #fff;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.drawer-nav ul.menu>li {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.vykurovanie.menu-item:before, 
li.vodoinstalacie.menu-item:before, 
li.plynoinstalacie.menu-item:before {
    top: 15px;
}

#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 !important;
    margin-top: 10px !important;
    box-shadow: none;
    display: none;
    margin-bottom: 0px;
    padding-left: 5px;
    min-width: 100%;
    background: transparent;
}

ul.sub-menu li a {
    padding: 10px 0;
    display: block;
    margin: 0;
    white-space: nowrap;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
    
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;
}

ul.sub-menu:before, ul.sub-menu li a:after, ul.sub-menu li a:before {
    display: none;
}

main {
    margin-top: -104px;
}

.row.in-grid {
    padding-left: 20px;
    padding-right: 20px;
}

.section.home-1 {
    padding-top: 220px;
    padding-bottom: 220px;
}

.home-1 h1 {
    font-size: 30px;
}

.home-bgr {
    width: 110%;
    height: 100%;
    -webkit-mask-image: url(/wp-content/uploads/2025/10/home-mask-mobile.svg);
}

.bgr-lines {
    height: 250px;
    background: url(/wp-content/uploads/2025/10/home-lines-mobile.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

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

.home-2 img {
    width: 116%;
    margin-left: -8%;
}

.home-3, .section.home-4 {
    padding-bottom: 60px;
}

.logo-clients {
    border-radius: 15px;
    padding: 15px;
}

.home-5 .showroom {
    padding: 40px 15px 15px 15px;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.home-5 h2 {
    font-size: 40px;
}

.showroom-prevadzka {
    padding: 5px;
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
}

.showroom-text-info {
    padding: 15px 10px 15px 10px;
}

.showroom-text-info a.main-btn.outline {
    padding: 12px 55px 12px 15px;
}

.showroom-text-info a.main-btn.outline::before {
width: 42px;
height: 42px;
}

.showroom-text-info a.main-btn.outline i {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.showroom-prevadzka p.open-hours {
    font-size: 12px;
}

.showroom-image-info {
    min-width: 130px;
}

.section.why-kvpex h2 {
    font-size: 26px;
}

.section.why-kvpex {
    padding-top: 70px;
}

.about-bgr {
    -webkit-mask-image: url(/wp-content/uploads/2025/10/about-mask-mobile.svg);
}

.bgr-lines-why-kvpex {
    height: 250px;
    background: url(/wp-content/uploads/2025/10/about-lines-mobile.svg);
    background-position: top left -62px;
    background-repeat: no-repeat;
    background-size: auto 250px;
}

.overlay-why-kvpex{
    background-size: 400% auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.section.why-kvpex .col-8.light {
    padding-left: 80px;
}

.columns-wrapper.benefits {
    margin-top: 20px;
}

.columns-wrapper.benefits .col-3 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-right: none;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.columns-wrapper.benefits .col-3:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.benefits p {
    max-width: 350px;
}

.glightbox-clean .gnext {
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%);
}

.glightbox-clean .gprev {
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%);
}

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

.col-6.o-firme {
    padding-left: 0;
    margin-top: 35px;
}

.o-firme h3 {
    font-size: 26px;
    margin-bottom: 25px;
}

p.dodavatelia-title {
    margin-top: 40px;
}

.bgr-lines-cta {
    height: 250px;
    background: url(/wp-content/uploads/2025/10/cta-lines-mobile.svg);
    background-position: top right -62px;
    background-repeat: no-repeat;
    background-size: auto 250px;
}

.cta-bgr {
    -webkit-mask-image: url(/wp-content/uploads/2025/10/cta-mask-mobile.svg);
    -webkit-mask-position: top right;
    -webkit-mask-repeat: no-repeat;
}

.section.cta-contact {
    padding-top: 60px;
    padding-bottom: 80px;
}

.cta-contact .col-3-5.light {
    padding-right: 75px;
    margin-bottom: 50px;
}

h4.with-map-icon {
    margin-bottom: 15px;
    max-width: 230px;
}

h4.with-map-icon:before {
    top: 12px;
}

.section.cta-contact .col-2-5 {
    padding-right: 0;
}

.reference-item {
    border-radius: 15px;
    padding: 30px 20px;
}

p.review-text {
    font-size: 18px;
}

.review-author {
    gap: 15px;
    margin-top: 30px;
}

.review-authorimage {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border: 5px solid #e1f3f9;
}

.section.page-top {
    padding-top: 280px;
    padding-bottom: 90px;
    min-height: 650px;
}

.page-bgr {
    width: 110%;
    height: 100%;
    -webkit-mask-image: url(/wp-content/uploads/2025/10/home-mask-mobile.svg);
}

.page-bgr-image {
    height: 300px;
    background-position: center;
    background-size: auto 300px;
}

.page-top .overlay {
    background: url(/wp-content/uploads/2025/10/page-gradient-1.svg), url(/wp-content/uploads/2025/10/page-gradient-2.svg), 
        linear-gradient(to bottom, rgb(7 37 93 / 10%), #07255d 280px, rgb(7 37 93 / 100%));
    background-position: top left, top right, top left;
    background-size: cover, cover, auto 100%;
    background-repeat: no-repeat;
}

.columns-wrapper.spolupraca-wrapper {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.col-3.step {
    padding: 0;
    padding-bottom: 30px;
}

.col-3.step .step-inner {
    padding: 20px 25px;
}

.col-3.step h4 {
    max-width: 270px;
}

.col-3.step:after {
    content: "\e100";
    font-family: 'myicons';
    position: absolute;
    color: var(--dark);
    right: auto;
    left: 50%;
    font-size: 10px;
    top: auto;
    bottom: 10px;
    transform: translateX(-50%);
}

.spolupraca h3 {
    font-size: 26px;
}

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

.contact-left {
    padding: 30px 7%;
}

.contact-icons {
    margin-top: 30px;
}

.section.contact .col-2-5 {
    padding-right: 0px;
}

.section.contact .col-3-5 {
    padding-left: 0px;
    padding-top: 20px
}

.codedropz-upload-inner {
	padding-left: 70px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: flex-start;
}

.codedropz-upload-inner:before {
	left: 5px;
}

a.cd-upload-btn {
    display: block;
    margin-top: 20px;
}

.wpcf7-form .btn-wrapper {
    margin-top: 35px;
    flex-direction: column;
    gap: 35px;
}

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

.section.footer .columns-wrapper {
    justify-content: flex-start;
    flex-direction: column;
}

.col.footer-logo {
   margin-bottom: 30px;
}

.col.footer-logo img {
    width: 80px;
}

.footer ul.menu>li>a {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.col.footer-menu ul.menu {
    gap: 8px;
}

.col.footer-menu {
    padding-right: 0px;
    margin-bottom: 35px;
}

a.footer-phone {
    font-size: 36px;
}

a.footer-email {
    font-size: 31px;
}

.col.copyright-left {
    gap: 10px;
    align-items: flex-start;
    order: 2;
    flex-direction: column;
    margin-top: 25px;
}

.col.copyright-right.socials {
    order: 1;
}

.section.realizacie.archive {
    padding-top: 120px;
    background-size: contain;
}

.realizacie.archive h1 {
    font-size: 26px;
}

.categories-filter ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.categories-filter ul li.filter-name {
    flex: 0 0 100%;
    text-align: center;
    display: block;
}

.categories-filter ul li a{
    display: block;
    padding: 8px 12px;
}
}