.home-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	background: #063f2d;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.home-topbar__inner {
	width: min(1180px, calc(100% - 32px));
	min-height: 42px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	font-family: "Quicksand", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
}

.home-topbar__group {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.home-topbar__item,
.home-topbar__social {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	line-height: 1.2;
	white-space: nowrap;
}

.home-topbar__item i {
	color: #c8f36c;
	font-size: 13px;
}

.home-topbar__item:hover,
.home-topbar__social:hover {
	color: #c8f36c;
}

.home-topbar__social {
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
}

.home-nav-bg {
	display: none;
}

.home-nav-action {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-family: "Quicksand", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	line-height: 1;
	padding: 13px 16px;
	white-space: nowrap;
}

.home-nav-action--appointment {
	background: #8bc34a;
	box-shadow: 0 10px 22px rgba(79, 132, 34, 0.24);
	color: #073823;
}

.home-nav-action--appointment:hover {
	background: #d9f58a;
	color: #073823;
	transform: translateY(-1px);
}

@media screen and (min-width: 768.5px) {
	.home-nav-bg {
		display: block;
		position: fixed;
		top: 42px;
		left: 0;
		right: 0;
		height: 82px;
		z-index: 1000;
		background: #fff;
		box-shadow: 0 8px 22px rgba(15, 71, 45, 0.08);
	}

	#colorlib-aside {
		top: 42px !important;
		bottom: auto !important;
		height: 82px !important;
		left: 50% !important;
		width: min(1180px, calc(100% - 32px)) !important;
		box-sizing: border-box;
		background: #fff !important;
		padding: 0 28px !important;
		border: 0 !important;
		border-radius: 0;
		box-shadow: none;
		display: grid !important;
		grid-template-columns: 180px 1fr 180px;
		gap: 18px;
		justify-content: stretch !important;
		overflow: visible !important;
		transform: translateX(-50%) !important;
	}

	#colorlib-aside #colorlib-logo {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		display: inline-flex !important;
		height: 82px;
		justify-content: flex-start;
		justify-self: start;
		margin: 0 !important;
		padding: 0;
	}

	#colorlib-aside #colorlib-logo a {
		padding: 0;
	}

	#colorlib-aside #colorlib-logo img {
		display: block;
		height: 56px;
		object-fit: contain;
		width: auto;
	}

	#colorlib-aside #colorlib-main-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		justify-self: center;
	}

	#colorlib-aside #colorlib-main-menu ul {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: flex !important;
		gap: 4px;
		margin: 0 !important;
		padding: 0 !important;
	}

	#colorlib-aside #colorlib-main-menu ul li {
		margin: 0 !important;
		letter-spacing: 0;
		text-transform: none;
	}

	#colorlib-aside #colorlib-main-menu ul li:hover {
		background: transparent !important;
	}

	#colorlib-aside #colorlib-main-menu ul li a {
		border-radius: 999px;
		color: #17351f !important;
		display: block;
		font-size: 15px;
		font-weight: 800 !important;
		line-height: 1;
		margin: 0 !important;
		padding: 13px 16px !important;
	}

	#colorlib-aside #colorlib-main-menu ul li a:after {
		display: none !important;
	}

	#colorlib-aside #colorlib-main-menu ul li a:hover {
		background: #edf6df;
		color: #11391f !important;
		transform: translateY(-1px);
	}

	#colorlib-aside #colorlib-main-menu ul li.colorlib-active a {
		background: #063f2d;
		box-shadow: 0 8px 18px rgba(6, 63, 45, 0.22);
		color: #fff !important;
	}

	.home-nav-actions {
		align-items: center;
		display: flex;
		gap: 0;
		justify-content: flex-end;
		justify-self: end;
		margin-left: 0;
	}

	#colorlib-hero {
		margin-top: 124px !important;
	}

	#colorlib-page > #colorlib-counter:first-of-type,
	#colorlib-main > #colorlib-counter:first-child,
	#colorlib-main > section:first-child {
		margin-top: 124px;
	}
}

.home-counter .home-section-kicker,
.home-counter .home-section-kicker i {
	color: #fff !important;
}

@media screen and (min-width: 768.5px) and (max-width: 1050px) {
	#colorlib-aside {
		gap: 12px;
		padding: 0 18px !important;
		grid-template-columns: 126px 1fr 145px;
	}

	#colorlib-aside #colorlib-main-menu ul {
		gap: 2px;
	}

	#colorlib-aside #colorlib-main-menu ul li a {
		font-size: 14px;
		padding: 13px 11px !important;
	}

	.home-nav-action {
		padding: 13px 14px;
	}
}

@media screen and (max-width: 768px) {
	.home-topbar {
		z-index: 998;
	}

	.home-topbar__inner {
		width: calc(100% - 20px);
		min-height: 46px;
		justify-content: center;
		font-size: 12px;
	}

	.home-topbar__group:first-child,
	.home-topbar__social,
	.home-topbar__item--email {
		display: none;
	}

	.home-topbar__group {
		gap: 10px;
	}

	.home-header {
		margin-top: 46px;
	}

	.colorlib-nav-toggle {
		top: 46px;
	}

	#colorlib-aside {
		background: #f7fbef !important;
		box-shadow: 18px 0 45px rgba(0, 0, 0, 0.18);
		padding: 34px 24px !important;
	}

	#colorlib-aside #colorlib-logo {
		background: #fff;
		border-radius: 16px;
		box-shadow: 0 10px 26px rgba(18, 76, 44, 0.1);
		margin-bottom: 24px !important;
		padding: 12px;
	}

	#colorlib-aside #colorlib-main-menu ul {
		margin: 0 !important;
		text-align: left;
	}

	#colorlib-aside #colorlib-main-menu ul li {
		margin: 0 0 9px 0 !important;
		text-transform: none;
		letter-spacing: 0;
	}

	#colorlib-aside #colorlib-main-menu ul li:hover {
		background: transparent !important;
	}

	#colorlib-aside #colorlib-main-menu ul li a {
		align-items: center;
		background: #fff;
		border: 1px solid rgba(104, 146, 45, 0.14);
		border-radius: 14px;
		box-shadow: 0 8px 18px rgba(15, 71, 45, 0.07);
		color: #17351f !important;
		display: flex;
		font-size: 15px;
		font-weight: 800 !important;
		justify-content: space-between;
		padding: 14px 16px !important;
	}

	#colorlib-aside #colorlib-main-menu ul li a:after {
		display: none !important;
	}

	#colorlib-aside #colorlib-main-menu ul li a:hover,
	#colorlib-aside #colorlib-main-menu ul li.colorlib-active a {
		background: #063f2d;
		color: #fff !important;
	}

	.home-nav-actions {
		display: grid;
		gap: 10px;
		margin-top: 18px;
	}

	.home-nav-action {
		align-items: center;
		border-radius: 14px;
		display: flex;
		font-family: "Quicksand", Arial, sans-serif;
		font-size: 15px;
		font-weight: 800;
		gap: 10px;
		justify-content: center;
		padding: 14px 16px;
	}

	.home-nav-action--appointment {
		background: #063f2d;
		color: #fff;
	}
}

.home-footer {
	background: #052f23;
	color: rgba(255, 255, 255, 0.82);
	padding: 0 !important;
}

.home-footer__top {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 58px 0 42px;
	display: grid;
	grid-template-columns: 1.1fr 0.75fr 1.25fr;
	gap: 42px;
}

.home-footer__brand img {
	width: 118px;
	height: auto;
	padding: 10px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.home-footer__brand h2,
.home-footer__title {
	margin: 18px 0 12px;
	color: #fff;
	font-size: 22px;
	font-weight: 900 !important;
}

.home-footer__brand p {
	max-width: 380px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	font-weight: 600 !important;
	line-height: 1.7 !important;
}

.home-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.home-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-footer__social a:hover {
	background: #8bc34a;
	color: #073823;
}

.home-footer__links,
.home-footer__contact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-footer__links li {
	margin-bottom: 9px;
}

.home-footer__links a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	font-weight: 700;
}

.home-footer__links a i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.09);
	color: #d9f58a;
	font-size: 12px;
}

.home-footer__links a:hover {
	color: #d9f58a;
}

.home-footer__contact {
	display: grid;
	gap: 12px;
}

.home-footer__contact li {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 12px;
	align-items: start;
	padding: 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-footer__contact i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #8bc34a;
	color: #073823;
}

.home-footer__contact a,
.home-footer__contact span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.home-footer__contact a:hover {
	color: #d9f58a;
}

.home-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: #041f18;
}

.home-footer__bottom-inner {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 18px 0;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
}

.home-footer__bottom a {
	color: #d9f58a;
}

@media screen and (max-width: 900px) {
	.home-footer__top {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.home-footer__bottom-inner {
		flex-direction: column;
		text-align: center;
	}
}
