body {
	background-color: #1E1E1E !important;
}

.main-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: normal;
	vertical-align: middle;
	color: #FFFFFF;

}

@media (max-width: 768px) {
	.main-title {
		font-size: 40px;
	}

}

@media (max-width: 480px) {
	.main-title {
		font-size: 32px;
	}
}

.sub-main-title {
	font-size: 25px !important;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0;
	color: #FFFFFF;
}

:root {
  --highlight-shadow: none;
  --highlight-color: #ACC435;
}

.highlight-text {
  color: var(--highlight-color, #ACC435);
  text-shadow: var(--highlight-shadow, none);
  transition: text-shadow 0.2s;
}

.align-items-left {
	align-items: left !important;
}

.left-40pct {
	left: 35%;
}

.top-60pct {
	top: 60%;
}

.transform3dy-cs50 {
	transform: translate3d(5%, -37%, 0);
}


.why-box {
	border: 1px solid #ACC435;
	border-radius: 12px;
	padding: 2rem;
}

.section-main-title {
	font-size: 2.2rem;
	font-weight: 600;
	color: #FFFFFF;
}

.why-feature h5 {
	color: #ACC435;
	font-weight: 600;
	margin-bottom: 1rem;
}

.why-feature p {
	color: #FFFFFF !important;
	font-weight: 400;
	font-size: 0.8rem;
	line-height: 185%;
}

@media (max-width: 768px) {
	.why-title {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
}

.custom-section {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 3rem;
}

.image-box {
	position: relative;
	background-color: #2c2c2c;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.image-box img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1rem;
}

.text-box {
	padding-left: 4rem;
}
.text-box-project{
	padding-left: 4rem;
}

.subheading {
	color: #ACC435;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.13rem;
	line-height: 185%;
}

.headline {
	font-size: 2.2rem;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.1;
}

.impressum-subline {
	font-size: 1.8rem;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.1;
}

.description {
	color: #FFFFFF;
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 600px;
	opacity: 0.8;
}

.description-Erfahr {
	color: #FFFFFF;
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 600px;
	opacity: 0.8;
}

.description-project {
	color: #FFFFFF;
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 800px;
	opacity: 0.8;
}

.read-more {
	color: #ACC435;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	line-height: 185%;
}

.read-more:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.custom-section {
		flex-direction: column;
		padding: 2rem 1rem;
	}

	.text-box {
		padding-left: 0;
		text-align: center;
	}
	.text-box-project{
		padding-left: 0;
		text-align: center;
	}
}


.position-relative {
	display: inline-block;
}

.main-image {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	border-radius: 1rem;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.background-frame {
	position: absolute;
	top: -60px;
	left: -60px;
	right: 140px;
	bottom: 78px;
	background-color: #363636;
	z-index: 1;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.background-frame2 {
	position: absolute;
	top: 75px;
	left: 0px;
	right: -60px;
	bottom: 71px;
	background-color: #363636;
	z-index: 1;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.background-img1 {
	filter: blur(10px);
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0.5;
}



.background-frame22 {
	position: absolute;
	bottom: 80px;
	right: 70px;
	width: 495px;
	height: 422px;
	background-color: #2d2d2d;
	border-radius: 1rem;
	z-index: 0;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

img {
	/* border-radius: 1rem; */
	/* same as rounded-4 */
}

@media (max-width: 768px) {
	.ms-3 {
		margin-left: 0 !important;
		/* remove left margin on small screens */
	}
}

.video-section {
	position: relative;
	overflow: hidden;
	height: 323px;
	border-radius: 20px;
	margin: auto;
	width: 96%;

}

.video-section video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: 0;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.stats-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	text-align: center;
}

.stat-box {
	flex: 1;
	padding: 1rem;
}

.stat-number {
	font-size: 4.76rem;
	font-weight: 700;
	color: #ACC435;
}

.stat-label {
	font-size: 1.22rem;
	margin-top: 1.9rem;
	font-weight: 400;
	line-height: 100%;
	color: #FFFFFF;
}

.section-form-title {
	color: #ACC435;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0%;
	font-size: 1.02rem;
	line-height: 24.52px;
}

.headline {
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 0.5rem;
}

.project-description {
	color: #ccc;
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.stats-content {
		flex-direction: column;
	}
}

.desktop-grid {
	display: none;
}

/* .desktop-grid img {
	border-radius: 1rem;
	width: 100%;
	height: auto;
	object-fit: cover;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
} */

@media (min-width: 768px) {
	.mobile-carousel {
		display: none;
	}

	.desktop-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(3, 200px);
		gap: 1rem;
		padding: 1rem;
	}

	.desktop-grid img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 1rem;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
	}

	/* Raspored slika — referenca prema slici koju si poslao */
	.item-1 {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.item-2 {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}

	.item-3 {
		grid-column: 3 / 5;
		grid-row: 1 / 2;
	}

	.item-4 {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}

	.item-5 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}

	.item-6 {
		grid-column: 3 / 4;
		grid-row: 2 / 3;
	}

	.item-7 {
		grid-column: 4 / 5;
		grid-row: 2 / 3;
	}

	.item-8 {
		grid-column: 1 / 3;
		grid-row: 3 / 4;
	}

	.item-9 {
		grid-column: 3 / 5;
		grid-row: 3 / 4;
	}


}

.carousel-item img {
	height: 300px;
	object-fit: cover;
	border-radius: 1rem;
}

.carousel-indicators [data-bs-target] {
	background-color: white;
}


.form-heading {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #FFFFFF;
	line-height: 54px;
}

.form-description {
	color: #ccc;
	font-size: 1rem;
	margin-bottom: 2.5rem;
}

.form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #777;
	border-radius: 0;
	color: white;
	padding-left: 0;
	font-weight: 400;
	line-height: 24.52px;
	font-size: 1.02rem;

}

.form-control:focus {
	background-color: transparent;
	border-color: #ACC435;
	box-shadow: none;
	color: white;
}

.contact-button {
	background-color: #ACC435;
	color: #000;
	border-radius: 30px;
	padding: 0.6rem 2rem;
	font-weight: 600;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.contact-button:hover {
	background-color: #ACC435;
	color: black;
}

.top-button {
	position: absolute;
	right: 2rem;
	top: 2rem;
}

@media (max-width: 768px) {
	.form-heading {
		font-size: 1.8rem;
	}

	.top-button {
		position: static;
		margin-bottom: 1rem;
	}
}

/* forma2 */

.contact-section {
	padding: 4rem 1rem;
	text-align: center;
}

.contact-title {
	font-weight: 400;
	font-size: 1.12rem;
	text-align: left;
	margin-bottom: 1rem;
	color: #000000;
	line-height: 27px;
}

.contact-heading {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: left;
	line-height: 130%;
	color: #000000;
}

.highlight {
	font-weight: 700;
}

.contact-box {
	margin-left: auto; 
	text-align: center;

}

.label {
	font-weight: 600;
	font-size: 1.03rem;
	line-height: 100%;
	color: #000000;
}

.dash {
	width: 20px;
	height: 2px;
	background-color: #000;
	margin: 0.25rem auto;
}

.value {
	font-weight: 600;
	font-size: 1.03rem;
	line-height: 100%;
	color: #000000;
}

.availability {
	font-size: 0.81rem;
	color: #000000;
	margin-top: 0.5rem;
	line-height: 24px;

}

.value a:link,
.value a:visited {
	color: #000000;
}

.value a:hover {
	color: #000000;
	background-color: rgba(131, 131, 131, 0.082);
}

@media (max-width: 767.98px) {
	.contact-heading {
		font-size: 1.5rem;
		text-align: center;
	}

	.contact-title {
		text-align: center;
	}

	.contact-box {
		text-align: center;
		margin-top: 2rem;
	}

	.dash {
		width: 20px;
		height: 2px;
		background-color: #000;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0.25rem 0;
	}

	.desktop-only {
		display: none !important;
		padding-top: 1rem !important;
	}

	.mobile-only {
		display: block;
		text-align: center;
		margin-top: 1rem;
	}

	.footer-left {
		flex: 1 1 200px !important;
	}
}


/* footer */
.footer {

	color: #ccc;
	padding: 4rem 2rem;

}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3rem;
}

.footer-left {
	flex: 1 1 300px;
	max-width: 400px;
}

.footer-logo {
	width: 135px;
	margin-bottom: 1.5rem;
	/* height: 35px; */
}

.footer-text {
	font-size: 0.95rem;
	line-height: 160%;
	margin-bottom: 4.1rem;
	font-weight: 400;
	color: #ffffff;
	opacity: 0.5;
}

.footer-copy {
	font-size: 0.95rem;
	color: #ffffff;
	opacity: 0.5;
}

.footer-copy a:link,
.footer-copy a:visited {
	color: #ffffff;
}

.footer-copy a:hover {
	color: #ACC435;
	background-color: rgba(131, 131, 131, 0.082);
}

.footer-middle {
	flex: 2 1 400px;
}

.footer-title {
	color: #ACC435;
	font-weight: 700;
	font-size: 1.06rem;
	margin-bottom: 1.2rem;
	line-height: 100%;
}

.footer-services {
	font-size: 0.95rem;
	line-height: 160%;
	font-weight: 400;
	color: #ffffff;
	display: flex;
	gap: 2.5rem;
	opacity: 0.8;
}

.footer-services ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-services li {
	margin-bottom: 0.6rem;
	font-size: 0.95rem;
}

.footer-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	min-width: 120px;
	gap: 1rem;
	opacity: 0.8;
}

.footer-right a {
	color: #ffffff;
	font-weight: 400;
	font-size: 0.95rem;
	font-size: 0.95rem;
}

.footer-right a:hover {
	color: #ACC435;
}


@media (max-width: 768px) {
	.footer-container {
		flex-direction: column;
		gap: 2rem;
	}

	.footer-right {
		align-items: flex-start;
	}

	.footer-services {
		flex-direction: column;
	}

	.footer-text {
		font-size: 0.9rem;
	}

	.footer-copy {
		display: flex;
		flex-direction: column;
		font-size: 0.9rem;
		align-items: center;
	}
}


/* manu nav */

.navbar {
	background-color: #9ac42c;
}

.nav-link {
	color: white !important;
	font-weight: 500;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu.dd-dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-47%) !important;
	width: 860px;
	padding: 2rem;
	border-radius: 1rem;
	background-color: #FFFFFF;
	border: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	background: #FFFFFF !important;
}

.dropdown-menu.dd-dropdown::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.05);
}

.dd-section-title {
	font-size: 0.75rem;
	font-weight: 600;
	color: #aab0bc;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.dd-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.dd-icon {
	font-size: 1.2rem;
	margin-right: 0.75rem;
	color: #9ac42c;
}

.dd-icon-bad {
	font-size: 1.2rem;
	margin-right: 0.50rem;
	color: #9ac42c;
}

.dd-text strong {
	font-size: 1rem;
	color: #212529;
}

.dd-text span {
	font-size: 0.875rem;
	color: #6c757d;
}

.dd-divider {
	background: #f8f9fa;
	padding: 1.5rem;
	border-radius: 0.5rem;
	margin-top: 2rem;
}

.dd-image {
	max-width: 100%;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}

.dd-link {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 0.9rem;
	color: #6c757d;
	margin-bottom: 0.5rem;
}

.dd-link::before {
	content: "✔";
	margin-right: 0.5rem;
	color: #9ac42c;
}

.dd-see-all {
	font-weight: bold;
	margin-top: 1rem;
	display: inline-block;
	color: #212529;
	text-decoration: none;
}

.dd-see-all:hover {
	text-decoration: underline;
}

.dropdown-menu {
	pointer-events: auto;
}

.mt-nav-costume {
	margin-top: 2.5rem !important;
}

.modernisierungen-wrapper {
	background-color: #f2f2f2;
	/* svetlosiva pozadina */
	padding: 20px;
	border-radius: 10px;
	margin-top: 15px;
}

.header-font {
	font-size: 1.1rem !important;
	font-weight: 400 !important;
	color: #FFFFFF;
	line-height: normal;

}

.header-font:hover {
	text-shadow: 0.5px 0.5px #ffffff;
}

.img3-right {
		margin-bottom: 58px !important;
	}
@media (max-width: 755.98px) {
	.container.py-5 {
		padding-top: 1rem !important;
		/* smanjeno sa 3rem (py-5) */
		padding-bottom: 1rem !important;
	}

	.mb-5 {
		margin-bottom: 1rem !important;
	}

	.text-box {
		margin-top: 1rem;
		margin-bottom: 0rem;
	}
	.text-box-project{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.description-Erfahr {
	color: #FFFFFF;
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 600px;
	opacity: 0.8;
	margin-bottom: 0px !important;
	}
	.img3-right {
		margin-bottom: 25px !important;
	}
	.form-heading {

	line-height: 35px;
}

}

.responsive-title {
    font-size: clamp(1.6rem, 8vw, 2.5rem);
}

