.rating-container {
	display: flex;
	align-items: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.rating-container .star {
	color: gold;
	margin-right: 5px;
}

.phone-cta-btn {
	border: 1px #ee212b solid;
	border-radius: 5px;
	padding: 10px;
}

.footer-contact-link {
	color: #fff;
}

.home-page-title {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #111;
}

.home-seo-content {
	padding: 3rem 0;
	background: #f8fafc;
}

.home-seo-content h2 {
	font-size: 28px;
	margin-bottom: 16px;
	color: #111;
}

.home-seo-content p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 16px;
	color: #555;
}

.home-blog-section {
	padding: 3rem 0;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.float .my-float {
	margin-top: 16px;
}

.float1 {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	left: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.float1 .my-float1 {
	margin-top: 16px;
}

@media (max-width: 767px) {
	.home-page-title {
		font-size: 26px;
	}
}

/* Mobil logo bar - JS/cache bagimsiz */
.mobile-site-header {
	display: none;
}

@media (max-width: 991px) {
	.mobile-site-header {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 58px;
		background: #ffffff;
		border-bottom: 1px solid #e5e5e5;
		z-index: 998;
		padding: 6px 56px 6px 12px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	}

	.mobile-site-header__logo {
		display: block;
		line-height: 0;
	}

	.mobile-site-header__logo img {
		display: block;
		max-height: 46px;
		width: auto;
		height: auto;
	}

	body.sticky-header {
		padding-top: 58px;
	}

	.mean-container .mean-bar {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		height: 58px !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		pointer-events: none;
		z-index: 999 !important;
	}

	.mean-container .mean-bar .mobile-menu-nav-back {
		display: none !important;
	}

	.mean-container a.meanmenu-reveal {
		pointer-events: auto;
		position: absolute !important;
		top: 8px !important;
		right: 8px !important;
		float: none !important;
	}

	.mean-container .mean-nav {
		pointer-events: auto;
		top: 58px !important;
	}
}
