/* ==================================================
   SERVICES PAGES GLOBAL THEME STYLE DEFINITIONS
================================================== */
html,
body {
	overflow: visible !important;
}

.text-theme-primary {
	color: #147bbd !important;
}

.bg-theme-primary {
	background-color: #147bbd !important;
}

.border-theme-primary {
	border-color: rgba(20, 123, 189, 0.25) !important;
}

.btn-theme-primary {
	background-color: #147bbd !important;
	border-color: #147bbd !important;
	color: #ffffff !important;
	transition: all 0.3s ease;
}

.btn-theme-primary:hover {
	background-color: #0f2c59 !important;
	border-color: #0f2c59 !important;
	color: #ffffff !important;
}

.btn-outline-theme-primary {
	background-color: transparent !important;
	border-color: #147bbd !important;
	color: #147bbd !important;
	transition: all 0.3s ease;
}

.btn-outline-theme-primary:hover {
	background-color: #147bbd !important;
	border-color: #147bbd !important;
	color: #ffffff !important;
}

.hover-lift {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-lift:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(20, 123, 189, 0.08) !important;
}

.accordion-button:not(.collapsed) {
	background-color: #edf5fa;
	color: #147bbd;
}

.accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgba(20, 123, 189, 0.15);
	border-color: rgba(20, 123, 189, 0.5);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23147bbd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
