.font-sans {
	font-family: 'Inter', sans-serif;
}

.range-container {
	position: relative;
	height: 30px; /* Provide vertical space for the thumbs */
}

.fontHead{
	font-weight: 600;
	font-size: 30px;
}

.headColorFont{
	color: #02518C;
	font-weight: 600;
	font-size: 30px;
}

.fontdown{
	font-weight: 600;
	font-size: 18px;
	color: #0E1016;
}

.headColor{color: #0E1016 !important;font-size: 20px;}

.left_side_filter .p-3 {padding: 5px 15px !important;}
._price_filter ,.filter_item {margin: 5px 15px !important; }

/* The main track (light grey) */
.range-track {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	height: 6px;
	background: #D1D5DB; /* Light gray track background */
	border-radius: 3px;
}

/* The filled blue range (dynamically sized by JS) */
.range-filled {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	background: #02518C; /* Blue-600 */
	border-radius: 3px;
	pointer-events: none; /* Allows clicks to pass through to the real sliders */
}

/* Styling for BOTH range inputs (min and max) */
.range-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent; /* Make the input itself transparent */
	cursor: pointer;
	z-index: 2; /* Ensure sliders are on top of the filled track */
	margin: 0;
	padding: 0;
}

/* Webkit (Chrome, Safari) Thumb Styling */
.range-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	background: #02518C; /* Blue-600 */
	cursor: pointer;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2); /* Soft blue glow/ring */
}

/* Firefox Thumb Styling */
.range-slider::-moz-range-thumb {
	width: 16px;
	height: 16px;
	background: #02518C;
	cursor: pointer;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
}

/* Hide the default track in webkit browsers since we use a custom track */
.range-slider::-webkit-slider-runnable-track {
	background: transparent;
}
/* Hide the default track in Firefox browsers since we use a custom track */
.range-slider::-moz-range-track {
	background: transparent;
}

.cardCss{
	border-radius: 12px;
	border: 1px solid #D9D9D9; /* Light gray border */
}

.btnClass{
	background-color: #14AE5C !important;
	color: #fff !important;
	height: 39px !important;
	border-radius: 8px !important;
}
 
.buttonClass{
	background-color: #02518C;
	color: white;
	border-radius: 8px;
	height: 40px;
	border: none;
	border-radius: 8px !important;
}

.textColor{
	color: black !important;
}

.cardText{
    font-size: 16px;
    font-weight: 600;
}

.breadCrumb{
	font-weight: 500;
	font-size: 17px;
}

.pricebg{
	background-color:rgba(2, 81, 140, 0.1);
	padding: 4px 8px; 
	border-radius: 6px; 
	display: inline-block;
	color: #02518C !important;
}

         
.custom-pagination .page-link {
    color: #02518C !important;
    border: 1px solid #dee2e6;
    background-color: #fff;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 14px;
    transition: all 0.15s ease-in-out;
    line-height: 1.2;
}

.custom-pagination .page-item.active .page-link {
    color: #02518C !important
    ;
    background-color: #fff;
    border-color:  #02518C !important;

}

.custom-pagination .page-item.disabled .page-link {
    color: #adb5bd;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.custom-pagination .page-link:hover {
    background-color: #f8f9fa;
    color: #02518C;
}

.custom-pagination .page-link{
    color: black !important;
    line-height: 1.5 !important;

}


.custom-pagination {
    margin-right: -4px; 
}

.custom-pagination .page-item {
    margin-right: 4px; 
}

.custom-pagination .page-item:last-child {
    margin-right: 0;
}

.custom-select {
    width: 110px;
    border-radius: 6px;
    font-size: 13px;
    color: #212529;
}

.footerCss{
    font-weight: 500;
    font-size: 14px;
}

.fooheadcss{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.woocommerce ul.products li.product a img {width: 52% !important;margin: auto !important;}

.cardCss  h2.woocommerce-loop-product__title {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
	font-weight: 500 !important;
}

.cardCss .price {
	background-color: rgba(2, 81, 140, 0.1);
	padding: 4px 8px;
	border-radius: 6px;
	display: inline-block !important;
	color: #02518C !important;
	font-weight: 700 !important;
	font-size: 1.25rem !important;
}

.woocommerce ul.products li.product .button {
	display: block;
	width: 100%;
	text-align: center;
	color: #02518C !important;
}

@media(max-width:767px){
	.fontHead,.headColorFont{font-size:22px;}
	.fontdown {font-size: 14px;}
	.headColor {font-size: 18px;}
}

