.blog-list-cover-image {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 350px;
	object-fit: cover;
	object-position: center center;
}

.blog-detail-cover-image {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 500px;
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 767.98px) {
	.blog-list-cover-image {
		height: 260px;
	}
    .blog-detail-cover-image
    {
        height: 400px;
    }
}

.sticky-whatsapp-btn {
	position: fixed;
	right: 15px;
	bottom: 35px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 999px;
	background-color: #25d366;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sticky-whatsapp-btn i {
	font-size: 22px;
	line-height: 1;
}

.sticky-whatsapp-btn:hover,
.sticky-whatsapp-btn:focus {
	color: #ffffff;
	background-color: #1db954;
	transform: translateY(-8px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.sticky-whatsapp-btn {
		right: 14px;
		bottom: 35px;
		padding: 10px 12px;
		font-size: 13px;
	}

	.sticky-whatsapp-btn i {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.custom-section-background .appear-animation {
		opacity: 1 !important;
		animation: none !important;
		-webkit-animation: none !important;
		transform: none !important;
	}

	.custom-section-background .container:before {
		content: none !important;
	}

	.custom-section-background .btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
	}
}


