.social-follow-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	color: black;
	background: rgb(240 240 240 / 98%);
	/* border-radius: 12px; */
	padding: 10px 20px;
	/* border: 1px rgba(0,0,0,0.4) solid; */
}

.social-follow-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: 10px; /* Add margin for spacing between icons */
	transition: background-color 0.3s ease;
}

.social-follow-buttons .follow-text {
	font-size: 14px;
	margin-right: 5px;
}

.social-follow-button.facebook {
	background-color: #0866ff;
}
.social-follow-button.twitter {
	background-color: #000000;
}

.social-follow-button.linkedin {
	background-color: #0077b5;
}

.social-follow-button.youtube {
	background-color: #ff0000;
}

.social-follow-button i {
	color: #fff;
	font-size: 16px;
}

.social-follow-button:hover {
	opacity: 0.8;
}

.social-follow-button:hover .follow-text {
	display: inline-block;
}

@media screen and (min-width: 512px) {
	#gallery-1 {
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
		gap: 20px;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 860px) {
	#gallery-1 {
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
		gap: 20px;
	}
}
