
html {
	scroll-padding-top: 200px;
	overflow-x: hidden;
}

html,
body {
	max-width: 100vw;
	overflow-x: hidden;
}


@media (max-width: 991px) {
	html {
		scroll-padding-top: 120px;
	}
}

@media (max-width: 767px) {
	html {
		scroll-padding-top: 100px;
	}
}


body {
	background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 50%, #e3f2fd 100%) !important;
	position: relative;
	min-height: 100vh;
}

body::before {
	content: '';
	position: fixed;
	top: -50px;
	right: -50px;
	width: 400px;
	height: 400px;
	background: rgba(85, 157, 120, 0.15);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}

body::after {
	content: '';
	position: fixed;
	bottom: -100px;
	left: -100px;
	width: 500px;
	height: 500px;
	background: rgba(85, 157, 120, 0.12);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}


main::before {
	content: '';
	position: fixed;
	top: 40%;
	right: -80px;
	width: 350px;
	height: 350px;
	background: rgba(85, 157, 120, 0.08);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}

main::after {
	content: '';
	position: fixed;
	bottom: 20%;
	left: -60px;
	width: 300px;
	height: 300px;
	background: rgba(85, 157, 120, 0.1);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}


section {
	position: relative;
	z-index: 1;
}

.excss-1 { margin-top: 20px; }
.excss-2 { width: 100%; }
.excss-3 { color: #559d78; }
.excss-4 { color: #559d78; list-style: none; padding-left: 0; margin: 0; }
.excss-5 { margin-bottom: 6px; }
.excss-6 { line-height: 24px; }
.excss-7 { text-align: center; }

/* ============================================
   HOME SECTION - Remove duplicate background
   ============================================ */
#home {
	background: transparent !important;
	min-height: auto !important;
	padding-bottom: 4em !important;
}

#home::before,
#home::after {
	display: none !important;
}

/* ============================================
   ABOUT SECTION - Modern Layout
   ============================================ */
#about {
	padding-top: 80px !important;
	padding-bottom: 60px !important;
	background: transparent !important;
}

#about .section-title {
	text-align: center;
	margin-bottom: 50px;
}

#about .section-title h2 {
	color: #2c3e50 !important;
	font-size: 2em;
	font-weight: 400;
}

#about .about-modern-layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	min-height: auto;
}

#about .about-text-section {
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	padding: 40px;
	border-radius: 15px;
	border: 1px solid rgba(85, 157, 120, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

#about .about-text-section h2 {
	color: #2c3e50;
	font-size: 2.2em;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 1.3;
}

#about .about-text-section p {
	color: #555;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 15px;
}

#about .about-services-list {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	padding: 40px;
	border-radius: 15px;
	border: 1px solid rgba(85, 157, 120, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

#about .about-services-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#about .about-services-list li {
	font-size: 1.5em;
	color: #2c3e50;
	margin-bottom: 25px;
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	border-bottom: 2px solid rgba(85, 157, 120, 0.3);
	padding-bottom: 15px;
}

#about .about-services-list li:last-child {
	margin-bottom: 0;
}

#about .about-services-list li i {
	color: #559d78;
	font-size: 1em;
}

#about .about-tree-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#about .about-tree-image img {
	max-width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: contain;
}


@media (max-width: 991px) {
	#about .about-modern-layout {
		flex-direction: column;
		gap: 30px;
	}

	#about .about-text-section h2 {
		font-size: 1.8em;
		text-align: center;
	}

	#about .about-text-section p {
		text-align: center;
	}

	#about .about-services-list li {
		font-size: 1.3em;
	}

	#about .about-tree-image img {
		max-height: 300px;
	}
}

@media (max-width: 767px) {
	
	#about .col-md-6 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	#about .about-text-section,
	#about .about-services-list {
		width: 100% !important;
	}

	#about .about-text-section h2 {
		font-size: 1.5em;
	}

	#about .about-services-list li {
		font-size: 1.2em;
		margin-bottom: 20px;
	}

	#about .about-tree-image img {
		max-height: 250px;
	}
}

/* ============================================
   BLOG/OBAVESTENJA SECTION
   ============================================ */
#blog {
	background: transparent !important;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

#blog .section-title h2 {
	color: #2c3e50 !important;
	font-size: 2em;
	font-weight: 400;
}

#Usluge {
	padding-top: 40px;
	padding-bottom: 40px;
}

#Usluge .section-title h2 {
	color: #2c3e50 !important;
	font-size: 2em;
	font-weight: 400;
}

/* ============================================
   FOOTER - Modern Design
   ============================================ */
footer {
	background: transparent !important;
	padding-top: 60px !important;
	padding-bottom: 40px !important;
	position: relative;
	z-index: 2;
}

footer .container {
	max-width: 1400px;
	padding: 0 15px;
}

footer .footer-cards-row {
	display: flex;
	justify-content: center;
	gap: 25px;
	flex-wrap: nowrap;
	margin-bottom: 40px;
}

footer .footer-card-wrapper {
	flex: 0 1 auto;
	width: 240px;
}

footer .footer-info {
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);
	padding: 30px 25px;
	border-radius: 12px;
	border: 1px solid rgba(85, 157, 120, 0.3);
	margin-bottom: 0;
	min-height: 200px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 100%;
}

footer h2 {
	color: #2c3e50 !important;
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 18px;
	padding-bottom: 8px;
	border-bottom: 2px solid rgba(85, 157, 120, 0.4);
}

footer .footer-link {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .footer-link li {
	margin-bottom: 12px;
}

footer .footer-link p {
	color: #555 !important;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	white-space: nowrap !important;
}

footer .footerText {
	color: #555 !important;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	white-space: nowrap !important;
}

footer .footer-link a {
	color: #559d78 !important;
	font-size: 13px;
	line-height: 1.5;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-weight: 500;
	white-space: nowrap !important;
}

footer .footer-link a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #559d78;
	transition: width 0.3s ease;
}

footer .footer-link a:hover {
	color: #2c3e50 !important;
	transform: translateX(3px);
}

footer .footer-link a:hover::after {
	width: 100%;
}

footer .footer-bottom {
	text-align: center;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid rgba(85, 157, 120, 0.3);
}

footer .copyright-text p {
	color: #555;
	font-size: 14px;
	margin: 0;
}


@media (max-width: 1300px) {
	footer .footer-cards-row {
		flex-wrap: wrap;
		justify-content: center;
	}

	footer .footer-card-wrapper {
		width: 240px;
	}
}

@media (max-width: 991px) {
	footer .footer-info {
		min-height: auto;
		margin-bottom: 0;
	}

	footer h2 {
		font-size: 1.2em;
	}

	footer .footer-cards-row {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	footer .footer-card-wrapper {
		width: 100%;
		max-width: 500px;
	}
}

@media (max-width: 767px) {
	footer {
		padding-top: 40px !important;
		padding-bottom: 30px !important;
	}

	footer .footer-info {
		padding: 20px 15px;
		text-align: center;
	}

	footer h2 {
		font-size: 1.1em;
	}

	
	footer .footer-link p,
	footer .footerText,
	footer .footer-link a {
		white-space: normal !important;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
}


@media (max-width: 991px) {
	html,
	body {
		overflow-x: hidden !important;
		max-width: 100vw !important;
	}

	.container,
	.container-fluid {
		overflow-x: hidden !important;
		max-width: 100% !important;
	}
}

#Usluge .container {
	max-width: 1200px;
}

#Usluge .py-2 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#Usluge .postcard {
	display: block !important;
	flex-wrap: unset !important;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
	margin-bottom: 2rem;
	overflow: visible !important;
	transition: all 0.5s ease !important;
}


#Usluge .postcard.highlight-active {
	border: 4px solid #559d78 !important;
	box-shadow: 0 0 0 10px rgba(85, 157, 120, 0.4), 0 15px 50px rgba(0, 0, 0, 0.3) !important;
	background: linear-gradient(135deg, #f0f9f4 0%, #e8f5ec 100%) !important;
	transition: all 0.4s ease-in-out !important;
}


#Usluge .postcard.highlight-fading {
	border: 1px solid transparent !important;
	box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66) !important;
	background: #ffffff !important;
	transition: all 0.8s ease-out !important;
}

#Usluge .postcard::before,
#Usluge .postcard::after {
	display: none !important;
}

#Usluge .usluga-card-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	min-height: 340px;
	width: 100%;
}

#Usluge .usluga-image-wrap {
	display: flex !important;
	flex: 0 0 460px !important;
	width: 460px !important;
	min-width: 460px !important;
	max-width: 460px !important;
	height: 340px !important;
	overflow: hidden !important;
	border-radius: 10px 0 0 10px !important;
}

#Usluge .usluga-image {
	width: 100% !important;
	height: 340px !important;
	object-fit: cover !important;
	display: block !important;
	max-width: none !important;
}

#Usluge .img-responsive,
#Usluge .img-fluid {
	width: 100% !important;
	height: 100% !important;
}

#Usluge .usluga-text-col {
	display: flex !important;
	flex: 1 !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 0 !important;
	height: 340px !important;
	background-color: #ffffff !important;
	padding: 20px !important;
	border-radius: 0 10px 10px 0 !important;
}

#Usluge .usluga-text-col::before {
	display: none !important;
}

#Usluge .usluga-text-col > .align-self-center {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#Usluge .usluga-text-inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

#Usluge .usluga-text-inner h4 {
	text-align: center;
	margin-bottom: 15px;
}

#Usluge .usluga-text-inner p {
	text-align: center;
}

#Usluge .usluga-text-inner .ticks-list {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

#Usluge .ticks-list li i {
	margin-right: 6px;
}

@media (max-width: 991px) {
	#Usluge .postcard {
		display: block !important;
	}

	#Usluge .usluga-card-row {
		flex-direction: column !important;
		min-height: auto !important;
	}

	#Usluge .usluga-image-wrap {
		flex: 1 1 auto !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		border-radius: 10px 10px 0 0 !important;
	}

	#Usluge .usluga-image {
		height: 260px !important;
		width: 100% !important;
		max-width: 100% !important;
		object-fit: cover !important;
	}

	#Usluge .usluga-text-col {
		flex: 1 1 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 0 !important;
		height: auto !important;
		min-height: 300px !important;
		padding: 30px 15px !important;
		border-radius: 0 0 10px 10px !important;
	}

	#Usluge .usluga-text-col > .align-self-center {
		width: 100% !important;
	}

	#Usluge .usluga-text-inner {
		padding: 0 10px !important;
		width: 100% !important;
		text-align: center !important;
	}
}

@media (max-width: 576px) {
	#Usluge .usluga-image {
		height: 220px !important;
		width: 100% !important;
	}

	#Usluge .usluga-text-col {
		min-height: 250px;
		padding: 25px 10px !important;
		display: flex !important;
	}

	#Usluge .usluga-text-inner {
		padding: 0 5px;
	}

	#Usluge .usluga-text-inner h4 {
		font-size: 1.3em;
	}
}
