.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 32px;
	line-height: 60px;
	z-index: 9999;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 3%;
}

.whatsapp-float:hover {
	transform: scale(1.1);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
	color: #fff;

}

.whatsapp-float,
.whatsapp-float:visited,
.whatsapp-float:hover,
.whatsapp-float:active,
.whatsapp-float:focus {
	color: #fff;
	background-color: #25d366;
	text-decoration: none;
}

.text-color-yellow {
	color: #ffc800;
}

.color-logo-grey{
	color: #333332 !important;
}
.color-text-grey{
	color: #dddddd !important;
}

.custom-section-img {
	position: relative;
	min-height: 520px;
	overflow: hidden;
}

.custom-section-img::before {
	content: "";
	position: absolute;
	justify-content: center;
	width: 45%;
	height: 80%;
	background-image: url("../imgs/bg/ehliyet.png");
	background-repeat: no-repeat;
	background-position: 60% center;
	background-size: cover;
	margin-left: 2%;
	border-radius: 0.375rem;
	z-index: 0;
}


.custom-section-img > .container {
	position: relative;
	z-index: 999;
}

/* MOBİL */
@media (max-width: 991px) {
	.custom-section-img::before {
		display: none;
	}
	.custom-section-img {
		min-height: auto;
	}
}
