/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 18:25:13 */
.blogs_keyword_search .facetwp-input-wrap {
	width: 100%;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
}

.blogs_keyword_search .facetwp-search {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #000000;
	border-radius: 10px;
    background-color: #ffffff;
    padding: 12px 20px;
    color: #000000; 
}

.blogs_keyword_search .facetwp-search::placeholder {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

.blogs_keyword_search .facetwp-icon {
    background-color: #E3097E;
    padding: 4px;
    opacity: 1;
    position: absolute;
    right: -56px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 11px;
}

.blogs_keyword_search .facetwp-icon:before {
	background: url(/wp-content/uploads/2025/08/Vector-2.svg) no-repeat;
	width: 27px;
    height: 75%;
}


/* Blogs */

.blogs_featured_img img {
	width: 100%;
	aspect-ratio: 365/230;
	object-fit: cover;
}

.blogs_main_content {
	padding: 5px 20px;
}

.blogs_title a {
	color: #252467;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
	font-size: 21px;
	line-height: 27px;
	text-decoration: none;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
 	overflow: hidden;
	height: 90px;
}

.blogs_category_and_posted_date {
	display: flex;
	justify-content: space-between;
	padding-left: 5px;
    padding-right: 5px;
}

.blogs_category a, .posted_date p {
	color: #000000;
	font-family: "Poppins", sans-serif;
    font-weight: 300;
	font-size: 14px;
	line-height: 23px;
	text-decoration: none;
}

.blog_detail_img img {
	width: 100%;
	aspect-ratio: 527/369;
	object-fit: cover;
}