.userFilter .rbt-aux {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.addrMap {
	height: 400px;
	position: relative;
}
div#addrMapDiv {
	height: 400px;
}

em {
	color: red;
}

/* Scroll to Top Button */
.scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: #7542d6;
	color: white;
	text-decoration: none;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 996;
}

.scroll-top:hover {
	background: #5e2fb8;
	color: white;
	text-decoration: none;
	transform: scale(1.1);
}

.scroll-top.active {
	opacity: 1;
	visibility: visible;
}

.scroll-top i {
	font-size: 24px;
	line-height: 1;
}

/* Header Scroll Effect */
#header.header-scrolled {
	--background-color: rgba(255, 255, 255, 0.95);
	--default-color: #2c3e50;
	--heading-color: #2c3e50;
	background-color: var(--background-color);
	color: var(--default-color);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled .logo h1 {
	color: var(--heading-color);
}

#header.header-scrolled .navmenu a {
	color: var(--default-color);
}

#header.header-scrolled .navmenu .dropdown > a {
	color: var(--default-color);
}

#header.header-scrolled .navmenu .dropdown ul li a {
	color: var(--default-color);
}

#header.header-scrolled .btn-getstarted {
	color: #7542d6;
	border-color: #7542d6;
}

#header.header-scrolled .btn-getstarted:hover {
	color: white;
	background-color: #7542d6;
	border-color: #7542d6;
}

/* Blog Card Hover Effects */
.blog .card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: none;
	border-radius: 12px;
	overflow: hidden;
}

.blog .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(117, 66, 214, 0.15);
}

.blog .card-title a {
	color: #2c3e50;
	font-weight: 600;
	line-height: 1.4;
}

.blog .card-title a:hover {
	color: #7542d6 !important;
	transition: color 0.3s ease;
}

.blog .card-text {
	font-size: 0.95rem;
	line-height: 1.6;
	height: 4.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blog .post-tags .badge {
	font-size: 0.75rem;
	font-weight: 500;
	border: 1px solid #7542d6;
	background-color: rgba(117, 66, 214, 0.1) !important;
}

.blog .post-tags .badge:hover {
	background-color: #7542d6 !important;
	color: white !important;
}

/* Blog Section Spacing */
.blog.section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.blog .container {
	max-width: 1200px;
}

/* Blog Pagination */
.blog .pagination .page-link {
	color: #7542d6;
	border-color: #7542d6;
	margin: 0 2px;
	border-radius: 8px;
}

.blog .pagination .page-link:hover {
	background-color: #7542d6;
	border-color: #7542d6;
	color: white;
}

.blog .pagination .page-item.active .page-link {
	background-color: #7542d6;
	border-color: #7542d6;
	color: white;
}

.blog .pagination .page-item.disabled .page-link {
	color: #6c757d;
	border-color: #dee2e6;
}

/* Blog Post Layout */
.blog-post.section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.blog-post .post {
	background: white;
	border-radius: 12px;
}

.blog-post .post-content {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #2c3e50;
}

.blog-post .post-content h2 {
	color: #7542d6;
	font-weight: 600;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.blog-post .post-content h3 {
	color: #5e2fb8;
	font-weight: 500;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.blog-post .post-content p {
	margin-bottom: 1.5rem;
	text-align: justify;
}

.blog-post .post-content ul,
.blog-post .post-content ol {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}

.blog-post .post-content li {
	margin-bottom: 0.5rem;
}

.blog-post .post-meta {
	font-size: 0.9rem;
}

.blog-post .post-tags .badge {
	font-size: 0.8rem;
	font-weight: 500;
	border: 1px solid #7542d6;
	background-color: rgba(117, 66, 214, 0.1) !important;
}

.blog-post .share-buttons .btn {
	transition: all 0.3s ease;
}

.blog-post .share-buttons .btn:hover {
	transform: translateY(-2px);
}

/* Blog Sidebar */
.blog-sidebar {
	background: white;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 100px;
}

.blog-sidebar .widget-title {
	color: #7542d6;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #e9ecef;
}

.blog-sidebar .sidebar-post {
	padding: 0.75rem;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.blog-sidebar .sidebar-post:hover {
	background-color: #f8f9fa;
}

.blog-sidebar .sidebar-post-title {
	color: #2c3e50;
	font-size: 0.9rem;
	line-height: 1.4;
	margin-bottom: 0.25rem;
}

.blog-sidebar .sidebar-post:hover .sidebar-post-title {
	color: #7542d6;
}

.blog-sidebar .tag-cloud .badge {
	font-size: 0.8rem;
	font-weight: 500;
	border: 1px solid #7542d6;
	background-color: rgba(117, 66, 214, 0.1) !important;
	cursor: pointer;
	transition: all 0.3s ease;
}

.blog-sidebar .tag-cloud .badge:hover {
	background-color: #7542d6 !important;
	color: white !important;
	transform: translateY(-1px);
}

.blog-sidebar .widget-content p {
	font-size: 0.9rem;
	line-height: 1.6;
}

/* Responsive sidebar */
@media (max-width: 991px) {
	.blog-sidebar {
		position: static;
		margin-bottom: 2rem;
	}
}

/* Page Title Background */
.page-title {
	background: linear-gradient(135deg, #7542d6 0%, #5e2fb8 100%);
	color: white;
	padding: 60px 0 40px;
	position: relative;
}

.page-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	pointer-events: none;
}

.page-title h1,
.page-title h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.page-title p {
	font-size: 1.2rem;
	opacity: 0.9;
	margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.scroll-top {
		right: 15px;
		bottom: 15px;
		width: 45px;
		height: 45px;
	}

	.scroll-top i {
		font-size: 20px;
	}

	.page-title h1,
	.page-title h2 {
		font-size: 2rem;
	}

	.page-title p {
		font-size: 1rem;
	}
}
