/*!
Theme Name: kager
Theme URI: http://underscores.me/
Author: Rok Nabergoj, Matevz Pevec
Author URI:
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kager
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work off
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Commentsp
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
	font-family: 'Aspekta-400';
	font-display: swap;
	src: url('https://www.kager-house.com/new/wp-content/themes/kager/fonts/Aspekta-400.woff2') format('woff2'),
}

@font-face {
	font-family: 'Aspekta-450';
	font-display: swap;
	src: url('https://www.kager-house.com/new/wp-content/themes/kager/fonts/Aspekta-400.woff2') format('woff2'),
}

@font-face {
	font-family: 'Aspekta-350';
	font-display: swap;
	src: url('https://www.kager-house.com/new/wp-content/themes/kager/fonts/Aspekta-350.woff2') format('woff2'),
}

.pt-10 {
padding-top: 10rem !important;	
}

html {

	-webkit-text-size-adjust: 100%;
}

html, body {
  overscroll-behavior-y: contain;
  /* on iOS you may also want: */
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;              /* ensure vertical swipes still work */
}

#smooth-content {
  overscroll-behavior-y: contain;
}

.container {
	min-width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.container-swiper {
	min-width: 100%;
	padding-left: 3%;
	padding-right: 0%;
}

.container-wide {
	min-width: 100%;
	padding-left: 1%;
	padding-right: 1%;
}

.container-1440 {
	max-width: 1440px;
	padding-left: 1%;
	padding-right: 1%;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

body {
	margin: 0;
	overflow-x: hidden;
}

main {
	display: block;
}


H1 {
	font-size: 64px;
	line-height: 70px;
	color: #111;
	margin-bottom: 0px;
}

h2 {
	font-size: 54px;
	line-height: 68px;
	color: #111;
	overflow: hidden;
	margin-bottom: 0px;
}

h3 {
	font-size: 36px;
	line-height: 42px;
	color: #111;
	margin-bottom: 0px;
}

h4 {
	font-size: 24px;
	line-height: 40px;
	color: #111;
	margin-bottom: 0px;
}

h5 {
	font-size: 18px;
	line-height: 28px;
	color: #111;
	margin-bottom: 0px;
}


p,
a {
	font-size: 16px;
	line-height: 24px;
	color: #111;
	margin-bottom: 0px;
}

td {
	font-size: 16px;
	line-height: 24px;
	color: #111;
	font-family: 'Aspekta-400';
}

li {
	font-family: 'Aspekta-400';
	font-size: 16px;
	line-height: 24px;
	color: #111;
	margin-bottom: 0px;
}

.red-p {
	color: #EE3524
}

button {
	border-radius: 5px;
	color: #fff;
	font-family: 'Aspekta-400';
	font-size: 16px;
	background-color: #111;
	border: 1px solid #111;
	padding: 14px 24px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}


button:hover {
	background-color: transparent;
	border: 1px solid #111;
	color: #111;
}

button svg {
	margin-left: 10px;
}

button:hover svg path {
	stroke: #111 !important;
}

.button-red {
	border-radius: 5px;
	color: #fff;
	font-family: 'Aspekta-400';
	font-size: 16px;
	background-color: #EE3524;
	border: 1px solid #EE3524;
	padding: 14px 24px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}


.button-:hover {
	background-color: #fff;
	border: 1px solid #EE3524;
	color: #111;
}

.button-grey {
	border-radius: 5px;
	color: #fff;
	font-family: 'Aspekta-400';
	font-size: 16px;
	background-color: rgba(118, 118, 128, 0.12);
	border: 1px solid #111;
	padding: 14px 24px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.button-white-border {
	background-color: transparent;
	border: 1px solid #fff;
}

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */


blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;

}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */




a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}


input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}


input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #666666;
	border-radius: 3px;
	padding: 3px;
	height: 65px;
    padding-left: 15px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.gap-4 div h2 .split-parent {
    padding-left: 20%;
    padding-right: 20%;
}





@media (max-width: 768px){

.desna-stran-blog p {
    width: 100% !important;
}

.leva-stran-blog img {
    height: 200px !important;
    object-fit: cover;
    width: 100%;
}

.desna-stran-blog img {
    height: 275px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px ! IMPORTANT;
}

#smooth-content h1 {
	font-size: 36px !important;
	line-height: 40px !important;
}

body>#smooth-wrapper .hero {
	height: 700px !important;
}

.row .button-grey {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.row>.hero-content .button-white-border {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

h2 {
	font-size: 32px !important;
	line-height: 40px !important;
}

#smooth-content .right-content-heading > p {
	padding: 15px !important;
}

video#myVideo {
    height: 545px !important;
    object-fit: cover !important;
}

.col-12.col-md-6.right-content-heading.d-flex.flex-column.justify-content-md-end p {
    padding: 15px !important;
}
    .button-wrapper {
position: absolute !important;
        bottom: 3rem !important;
        display: flex !important
;
        gap: 10px !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        width: 100% !important;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        top: 0;
        margin-top: -50px !important;
        justify-content: space-between !important;
    }
.hero {
    flex-direction: column;
    justify-content: flex-end;
}
.col-7.about-gallery {
    width: 100% !important;
    gap: 0px !important;
    margin: 0px ! IMPORTANT;
    height: 316px !important;
    object-fit: cover !important;
}
img.about-image {
    height: 316px !important;
    object-fit: cover;
}
.container.about {
    padding: 15px !important;
}
h3 {
    font-size: 20px;
    line-height: 145%;
}
.about .col-5 h3 {
    width: 85%;
    margin-top: 2rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.about .col-5 {
    padding: 15px;
}
.about .col-5 video {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.opis-kager {
    width: 85%;
}
.why .row {
    flex-direction: column-reverse;
}
footer .container {
    padding: 25px !important;
}
footer .container .row .col-sm.text-sm-end.text-start {
    margin-top: 35px;
}
.container.why {
    padding-top: 0px;
}
.container.intro-center.d-flex.flex-column.justify-content-center.text-center {
    padding-bottom: 50px !important;
    margin-top: 50px !important;
}
div#projekti {
    padding-top: 75px ! IMPORTANT;
}
.container.news {
    padding-top: 25px ! IMPORTANT;
}
.cta-cover-image img {
    height: 200px;
    object-fit: cover;
}

.why .gap-5 {
    flex-direction: column;
    padding-top: 75px;
}
.box {
min-width: calc(100% /2);
}
.swiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
    padding-top: 2rem ! IMPORTANT;
	display: flex;
	flex-direction: column;
}

.swiper-wrapper {
   gap: 10px;
}

.post-loop-meta {
    min-height: 0px ! IMPORTANT;
    padding-bottom: 0.5rem !important;
}

.page-template-projects .post-loop-meta {
	min-height: 75px ! IMPORTANT;
	}

.swiper-slide .post-item .post-title {
    padding-bottom: 15px ! IMPORTANT;
}

.intro-center .row h3 {
    font-size: 32px;
    line-height: 40px;
}
p.red-p {
    padding: 25px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
}

.filter-buttons {
    border-top: 1px solid #F1EFE9;
    border-bottom: 1px solid #F1EFE9;
    padding-top: 1rem;
}

.cta p.red-p {
    padding: 0px !important;
    font-size: 24px ! IMPORTANT;
    line-height: 140%;
}
.container.hero-projects {
    padding-top: 100px !important;
}
.cta-cover-image img {
    height: 527px;
    object-fit: cover;
}
.video-cover {
    width: 254px !important;
    height: 148px;
}
.cta-video-wrapper {
    width: 254px;
    height: 148px;
}
.container.idejne-zasnove {
    padding: 15px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.bg-container {
        height: 512px !important;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: space-between;
        justify-content: flex-start;
        align-items: flex-end;
}

.locations .col-3 {
    width: 100%;
}

.idejne-zasnove .bg-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-end;
}

.idejne-zasnove .bg-container button {
    color: #111111 !important;
    opacity: 0.8;
    text-transform: none !important;
}

.view-btn {
  position: absolute;
  bottom: 0rem;              /* or whatever distance from the bottom you like */
  left: 50%;
  transform: translateX(-50%);
  padding: 0.85rem 1rem !important;
  background: #EE3524;
  color: #fff;
  text-decoration: none;
  border-radius: .25rem;
  font-size: .9rem;
  z-index: 2;
}

.idejne-zasnove button.btn.selected {
    font-weight: 800;
}

.gallery-outside .bg-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    align-items: baseline;
}

.about-gallery img {
    max-width: 47.3%;
}

.header-content-zasnove h3 {
    font-size: 32px;
    line-height: 40px;
}
.system-filter-container {
    padding: 5px;
}
.header-content-zasnove {
margin-top: 25px !important;
    padding-bottom: 0px !important;
}
.container.arhitekturne-znacilnosti {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.znacilnosti-content {
    padding: 15px !important;
    display: flex;
    flex-direction: column;
}
.znacilnosti-slide {
    display: flex;
    flex-direction: column-reverse;
}
.znacilnosti-content {
    padding: 25px !important;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #DCDCDC;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.znacilnosti-image img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 297px;
    object-fit: cover;
}


.construction-intro .col-md-5 {
    padding-left: 10px;
    margin-top: 25px;
}

.col-12.col-md-6.gallery-column {
    width: 100%;
    margin-left: 5px;
}
.sistem-filter h3 {
    font-size: 32px;
    line-height: 40px;
}
.sistem-filter-pritlicna h3 {
    font-size: 32px;
    line-height: 40px;
}
.col-12.col-md-6.image-acf {
    padding-left: 15px ! IMPORTANT;
}
.sistem-filter .row.filter-group {
    padding: 0px;
    width: 100%;
    margin: 0px;
    margin-top: 50px;
}
.sistem-filter-pritlicna .row.filter-group {
    padding: 0px;
    width: 100%;
    margin: 0px;
    margin-top: 50px;
}
.container.construction-intro {
    padding-top: 50px !important;
	padding-bottom: 0px !important;
}





.container.hero-projects {
    padding-top: 25px !important;
    margin-top: 25px !Important
}
.project-info-pills {
    justify-content: flex-start;
    margin-top: 50px;
}
.project-thumbnail img {
    height: 527px;
}
.container.project-about {
    padding: 15px;
    padding-top: 50px;
}
.about-projekti {
    margin-bottom: 50px;
}
.project-meta {
    margin-bottom: 50px;
}
.project-about h3 {
    margin-bottom: 25px;
}
.project-thumbnail {
    height: 527px;
}
.features-img2 {
    height: 512px !important;
    margin-bottom: 25px ! IMPORTANT;
        margin-top: 0px !important;
}
img.img-fluid.features-img {
    height: 512px !important;
    border-radius: 5px !important;
    margin-bottom: 15px ! IMPORTANT;

}
.col-12.gallery-image.no-gutter-last img {
    height: 527px ! IMPORTANT;
    object-fit: cover;
}
.filter-buttons.mb-4.d-flex.gap-2 {
    margin-bottom: 0px !important;
    padding-bottom: 10px ! IMPORTANT;
}

.buttons-project {
    display: none ! IMPORTANT;
}

.post-image img {
    height: 295px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    float: left !important;
}




.container.content {
    padding-top: 0px ! IMPORTANT;
    padding-bottom: 50px;
}
.content .col-md-9 {
    padding-left: 15px;
    width: 100% ! IMPORTANT;
}
h3.wp-block-heading {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.content .content-row h3 {
    padding-bottom: 2rem ! IMPORTANT;
    padding-top: 2rem ! IMPORTANT;
}





.split-child, .split-child span {
        font-size: 32px ! IMPORTANT;
        line-height: 40px ! IMPORTANT;
        padding: 0px ! IMPORTANT;
        width: 100% !important;
}
form h3 {
    font-size: 20px !important;
    line-height: 140% ! IMPORTANT;
}
.container.form {
    padding: 20px ! IMPORTANT;
}
.container.cta-green {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.container.cta-green .split-child {
    font-size: 36px ! IMPORTANT;
    line-height: 42px !important;
    width: 90%;
}
.cta-green p {
    margin-bottom: 25px !important;
}
.container .col-12.col-md-5.d-flex.justify-content-end {
    justify-content: left !important;
}
.breadcrumbs {
    margin-top: 2rem ! IMPORTANT;
}
.container.projekti-galerija {
    margin-bottom: 0px !important;
    padding-bottom: 0px ! IMPORTANT;
}
.container.filter-idejne-zasnove-pritlicna {
    margin-bottom: -125px !important;
    padding-bottom: 0px !important;
}
.container.filter-idejne-zasnove {
    margin-bottom: -75px;
}

.d-flex.align-items-center.container-1440.py-6 {
    gap: 25px;
    flex-direction: column-reverse;
}

#cta-cover-image img {
    padding-bottom: 0px ! IMPORTANT;
    height: 236px !important;
    margin-bottom: 0px !important;
    margin-top: 0px ! IMPORTANT;
}
.container.intro-center.d-flex.flex-column.justify-content-center.text-center {
    padding-top: 25px ! IMPORTANT;
}
.sistem-filter h5, .sistem-filter-pritlicna h5  {
    font-size: 16px ! IMPORTANT;
    width: 80%;
    line-height: 140%;
    margin-bottom: 0px !important;
}
.sistem-filter .accordion-tab, .sistem-filter-pritlicna .accordion-tab {
    margin-bottom: 10px ! IMPORTANT;
    margin-top: 5px;
    padding-bottom: 0px ! IMPORTANT;
}
.container.sistem-filter {
    padding: 15px ! IMPORTANT;
    padding-bottom: 50px ! IMPORTANT;
    padding-top: 0px !important;
    margin-top: 50px;
}
.container.sistem-filter-pritlicna {
    padding: 15px ! IMPORTANT;
    padding-bottom: 50px ! IMPORTANT;
    padding-top: 0px !important;
}
.arhitekturne-znacilnosti-swiper {
    margin-top: 25px !important;
}







.container.hero-projects {
    padding-top: 3rem ! IMPORTANT;
}
/* če je pred njim .breadcrumbs, prilagodi padding */
.breadcrumbs + .container.hero-projects {
  padding-top: 2rem !important; /* primer drugačne vrednosti */
}
img.w-100.fullwidth-bottom-img {
    height: 527px ! IMPORTANT;
}
.header-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.poslanstvo .center-text, .poslanstvo2 p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.container-swiper.construction-steps {
    padding-top: 2rem ! IMPORTANT;
    padding-bottom: 2rem !important;
}

.leva-stran-blog {
    width: 100% !important; 
}

.desna-stran-blog h1 {
    width: 100% !important; 
}

.container.hero-about {
    padding-top: 3rem !important;
    padding-bottom: 3rem ! IMPORTANT;
}

.hero-about .row.align-items-stretch {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.struktura-podjetja h4 {
    font-size: 26px ! IMPORTANT;
    line-height: 1.25;
    margin-bottom: 2.5rem;
}

.podatki {
    display: flex;
    gap: 1rem;
    padding-bottom: 2rem;
    justify-content: flex-start;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-start;
}

.post-images {
    height: 325px;
}

.hero-about2 .row {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.container.hero-about2 {
    padding-top: 0rem !important;
    padding-bottom: 3rem ! IMPORTANT;
}

img.o-nas {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.row.vrednote-row.justify-content-center {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.container-lg.vrednote {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.about-left {
    padding-left: 1rem !important;
}

img.ms-auto.nacrt-img {
    height: 305px ! IMPORTANT;
}

.pristop-img {
    height: 458px ! IMPORTANT;
}

.arh-img {
height: 236px !important;
}
.nacrtovanje {
    flex-direction: column ! IMPORTANT;
}

.container-1440 .col-6.ms-auto {
    width: 100% ! IMPORTANT;
}

.poslanstvo .container-1440 p.col-10 {
    margin-left: 0px !important;
    padding-left: 0px ! IMPORTANT;
    padding-top: 0px ! IMPORTANT;
    margin-top: -25px !important;
}

.poslanstvo p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
div#cta-cover-image-faq img {
    height: 236px;
    object-fit: cover;
}
#cta-cover-image-faq {
    margin: 25px ! IMPORTANT;
}
.container.poslanstvo.intro-center.d-flex.flex-column.justify-content-center.text-center {
    padding-top: 75px !important;
}
.vrednota-card {
    min-height: 250px ! IMPORTANT;
}
.poslanstvo p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.col-12.col-md-6.right-content-heading.d-flex.justify-content-start.justify-content-md-end.align-items-end {
    display: none ! IMPORTANT;
}
.swiper-scrollbar-znacilnosti {
    width: 15%;
    float: left;
        order: 10;
        margin-top: 30px ! IMPORTANT;
        margin-left: 10px ! IMPORTANT;
}
.znacilnosti-slide {
    display: flex;
    flex-direction: column;
}
.znacilnosti-image img {
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 400px;
    object-fit: cover !important;
    height: 290px !important;
}
.znacilnosti-content {
    border-radius: 0px !important;
    border-bottom-left-radius: 20px ! IMPORTANT;
    border-bottom-right-radius: 20px ! IMPORTANT;
}
.container.arhitekturne-znacilnosti {
    padding-bottom: 50px ! IMPORTANT;
    padding-top: 50px !Important;
}



.split-parent {
    padding-left: 0%;
    padding-right: 0%;
}
.hero-projects .col-3.d-block.d-lg-flex.flex-column.justify-content-end {
    width: 100%;
    margin-top: 25px;
    margin-bottom: -50px ! IMPORTANT;
}
.container.projects-grid {
    margin-top: 50px ! IMPORTANT;
}
.row .col-sm .split-parent {
    padding-left: 0px ! IMPORTANT;
    padding-right: 0px ! IMPORTANT;
}
.row .col-12 .split-parent {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.gap-4 div h2 .split-parent {
    padding-left: 0%;
    padding-right: 0%;
}

.col-12.col-md-6.floor-filter-column {
    order: -1;
    margin-top: 25px !important;
        margin-bottom: 25px !important;
}

.content-acf {
    padding-left: 0px !important;
    margin-left: -25px !important;
}

.header-content-zasnove {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    order: -1 !important;
}
.header-content-zasnove h3 {
    margin-bottom: 25px !important;
}
input[type="submit"] {
    margin-top: 1rem !important;
}

.swiper-button-next {
    position: absolute !important;
    top: 0;
    background-color: white !important;
    border-color: white;
}
.container.construction-steps {
    padding-top: 2rem ! IMPORTANT;
}
.container.hero-projects.divide-seznam {
    padding-top: 2rem !important;
}
section.construction-phases.container.py-5 {
    padding: 0px !important;
    margin-top: 25px !important;
}
.col-md-4.accordion-content {
    min-height: 0px ! IMPORTANT;
}
p.steps-intro {
    margin-top: 2rem ! IMPORTANT;
    margin-bottom: 2rem ! IMPORTANT;
}
.col-md-4.d-flex.align-items-center.accordion-toggle {
    margin-left: 50px ! IMPORTANT;
}
.col-md-4.accordion-content {
    margin-left: 50px ! IMPORTANT;
    line-break: auto;
    margin-right: 100px ! IMPORTANT;
    padding-right: 50px;
}
.link {
    padding: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.accordion-tab {
    padding: 5px ! IMPORTANT;
    padding-bottom: 25px !important;
}
.why {
display: none !Important;
}

.cta-cover-image img {
width: 100% !important;
}

.why-phone {
display: block !Important;
}

.container-swiper {
	padding-right: 3%;
}

  .why-phone {
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }
  .why-phone h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .why-phone a button {
    display: inline-block;
    background-color: #EE3524;
    color: #fff;
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 0.25rem;
    margin-top: 1rem;
    cursor: pointer;
  }
  .why-phone a button:hover {
    background-color: #cc2a1e;
  }

.why-phone {
    margin-bottom: -50px !important;
}
li {
margin-bottom: 15px;
}
.filter-buttons.mb-4.d-flex.justify-content-center.align-items-center.gap-2 {
    display: block !important;
}
.submenu {
    padding-top: 0.5rem;
}
.construction-intro-row p {
    max-width: 100%;
    margin-bottom: 50px;
}



.bg-container button {
    padding: 0px;
    font-size: 16px;
    border: none;
    font-weight: 550;
    cursor: pointer;
    opacity: 0.6;
    background: transparent !important;
    backdrop-filter: none;
    color: #111111 !important;
    border-radius: 5px;
    z-index: 1;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mobile-open rect {
    width: 21.5px;
}


    .button-wrapper-2 {
        position: absolute !important;
        bottom: 3rem !important;
        display: flex !important;
        gap: 0px !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        width: 100% !important;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        margin-top: -50px !important;
        justify-content: center !important;
    }

.button-wrapper-2 .btn {
color: white !important;
        padding: 15px ! IMPORTANT;
        padding-left: 25px !important;
        padding-right: 25px !important;
        margin: 0px ! IMPORTANT;
        backdrop-filter: blur(3px) !important;
        background: rgba(255, 255, 255, 0.4) ! Important;
        opacity: 1 !important;
        border: 0 !important;
        font-weight: 400;
}

.pc-projekti-button {
display: none !important;
}

.fon-projekti-button {
display: block !Important;
}
.post-title {
    padding-bottom: 2.5rem ! IMPORTANT;
}
.cta-video-wrapper {
    bottom: 1.5rem !important;
    right: 1.5rem !important;
}
img.play-button {
    width: 50px !important;
}

.filter-idejne-zasnove .container.sistem-filter, .filter-idejne-zasnove .container.sistem-filter .filter-group {
    padding-top: 0px !important;
    margin-top: 0px !important;
}
.content-acf {
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important
}
.link {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between !important;
}
.filter-idejne-zasnove .sistem-filter .col-12.col-md-6 {
    padding-left: 0px ! IMPORTANT;
    padding-right: 0px ! IMPORTANT;
}
.red-p {
padding: 0px !important;
}
.filter-buttons.mb-4.mt-md-4.d-flex.justify-content-center.align-items-center.gap-2 {
    padding-top: 1.75rem ! IMPORTANT;
    padding-bottom: 1.75rem !important;
}
.sistem-filter .filter-group .col-12.col-md-12 {
    padding-left: 0px ! IMPORTANT;
    padding-right: 0px ! IMPORTANT;
    margin-left: 0px ! IMPORTANT;
    margin-right: 0px ! IMPORTANT;
}



















}


.fon-projekti-button {
display: none;
}

.button-wrapper-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.button-wrapper-2 {
    position: absolute;
    bottom: 3rem;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

/* —————— Modern scroll za WebKit (Chrome, Safari na mobilnem) —————— */
::-webkit-scrollbar {
  width: 5px;      /* vertikalna debelina */
  height: 3px;     /* horizontalna debelina */
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.1);  /* rahla globinska senca */
  padding-top: 0px;                             /* dodan “air gap” na vrhu */
}

::-webkit-scrollbar-thumb {
  background: rgb(88, 89, 66);  /* gladek gradient */
  border: 0px solid #f0f0f0;                                     /* “padding” okoli thumba */
}

/* hover efekt */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #CC2A1E 0%, #E06A00 100%);
}

/* —————— Firefox —————— */
html {
  scrollbar-width: 0px; 
  scrollbar-color: rgb(88, 89, 66);
}

div#cta-cover-image {
    margin-top: 0px !important;
}
.why-phone {
display: none;
}


.container.hero-projects {
    padding-top: 12rem;
}

/* globalno za vse inpute, textarea, selecte in custom-selecte */
input:focus,
textarea:focus,
select:focus,
.custom-select:focus {
  outline: none !important;       /* odstrani modri obroček */
  box-shadow: none !important;    /* odstrani shadow, ki spreminja barvo roba */
  border-color: inherit !important; /* ohrani barvo roba iz normalnega stanja */
}
/* 1) Najprej naredi, da je ves odstavek po privzetku majhen */
.kager-small-para * {
  line-height: 20px !important;
}

/* 2) Nato prvo vrstico (do prvega <br>) povrneš v normalno velikost */
.kager-small-para::first-line {
  font-size: 16px !important;    /* prilagodi po tvojem standardu */
  line-height: 24px !important;  /* prilagodi po tvojem standardu */
}
/* 1) Glavni container */
.wpcf7-form-control-wrap .codedropz-upload-wrapper {
  border: 2px dashed #A7A7A7;        /* svetlejša pikčasta meja */
  border-radius: 12px;               /* zaobljeni robovi */
  padding: 2rem 1.5rem;              /* več prostora okoli */
  background-color: #FFFFFF;         /* belo ozadje */
  text-align: center;
  transition: background 0.2s ease;
}

/* hover in focus */
.wpcf7-form-control-wrap .codedropz-upload-wrapper:hover,
.wpcf7-form-control-wrap .codedropz-upload-wrapper.dragover {
  background-color: #F9F9F9;
  border-color: #888888;
}

/* 2) Flex centriranje ikonke + tekstov */
.wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 3) Ikona – če plugin vstavi <svg> ali <i> */
.wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler svg,
.wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler i {
  font-size: 2.5rem;
  color: #333333;
  margin-bottom: 1rem;
}

/* 4) Glavni naslov (npr. “Naloži datoteko”) */
.wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler p:first-of-type {
  font-size: 1.125rem;      /* ~18px */
  font-weight: 600;
  color: #D43F3A;           /* rdeča po tvojem vzoru */
  margin: 0 0 0.25rem;
}

/* 5) Podnapis (“100MB max file size.”) */
.wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler p:last-of-type {
  font-size: 0.875rem;      /* ~14px */
  color: #555555;
  margin: 0;
}

/* 6) Skrij preostali plugin-tekst, če ga hočeš narediti čist */
.wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .cdz-default-text {
  display: none;
}
.codedropz-upload-handler {
    border: 0px !important;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.codedropz-upload-inner span {
    display: none !important;
}
.dnd-upload-counter {
    display: none ! IMPORTANT;
}
.partnerji {overflow: hidden;}

.idejne-zasnove .bg-container button {
    text-transform: uppercase !important;
}

button {
    backdrop-filter: blur(10px);
    }
    
/* 2) samo tej containing div dodamo gradient overlay */
.gradient-wrapper::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 70%,
    rgba(0,0,0,1) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.video-cover {
    z-index: 3;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-left: 0px !important;
    padding-left: 0px ! IMPORTANT;
    left: 0;
}

li::marker {
    font-size: 0.85rem;
}

/* default to grey text (placeholder) */
select.field-date {
  color: #999 !important;
}

/* once a real option is chosen, make it black */
select.field-date.filled {
  color: #000 !important;
}

/* always keep the dropdown’s own item list black */
select.field-date option {
  color: #000;
}

/* placeholder option stays grey */
select.field-date option:disabled {
  color: #999;
}

.header-padding {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    margin-bottom: 15px;
}

.link {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

/* prevent text‐selection on your “read more” links */
.accordion-tab .link,
.accordion-tab .link p {
  -webkit-user-select: none;  /* Chrome, Safari, Opera */
  -moz-user-select:    none;  /* Firefox */
  -ms-user-select:     none;  /* IE 10+ */
  user-select:         none;  /* Standard */
}

/* also remove the mobile tap‐highlight, if you care: */
.accordion-tab .link {
  -webkit-tap-highlight-color: transparent;
}

.desna-stran-blog h1 {
    font-size: 2rem;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    line-height: 42px;
    color: #111111 ! IMPORTANT;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 75%;
}

.desna-stran-blog p:not(:has(img)) {
  width: 85%;
  color: #111111;
}

.desna-stran-blog li {
  width: 85%;
  color: #111111;
}

.desna-stran-blog img {
    height: 635px;
    width: 100% !important;
    object-fit: cover;
    border-radius: 20px ! IMPORTANT;
}

.leva-stran-blog img {
    height: 308px;
    object-fit: cover;
    width: 100%;
}

.leva-stran-blog h6 {
    line-height: 16px;
    color: #666666;
    font-size: 0.85rem ! IMPORTANT;
}
.cta-green a {
    color: white;
    font-weight: 700;
}

.slide-up.in-view {
    line-break: auto !important;
}

.hero {
    height: 100vh !important;
    position: relative;
    background-image: url(https://kagerhouses.com/kager/wp-content/uploads/2026/03/New-Project-1.jpg) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding-bottom: 7rem;
}