
form#searh-form input {
    box-shadow: 0px 2px 15px 0px #211F540F;
}

form#searh-form input:focus {
    border-color:var(--bs-border-color);
}
.sticky_post {
	margin-top: 1rem;
}
a.featured_image_wrap {
    display: block;
    width: 100%;
    /*overflow: hidden;*/
    border-radius: 12px;
    max-height: 410px;
}
.sticky_post .sticky_post_thumbnail {
	height: 350px;
	position: relative;
}
.sticky_post .sticky_post_thumbnail .blog_article_badge {
	position: absolute;
	padding: 1px 16px;
	left: 10px;
	top: 10px;
	background: #fff;
	color: #1cac76;
	border-radius: 7px;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	z-index: 9;
}
.sticky_post .m-0 {
	margin: 0px;
}
.sticky_post .pr-0 {
	padding-right: 0px;
}
.sticky_post .sticky_post_content {
	width: 64%;
	margin-left: 4rem;
}

.sticky_post .sticky_post_content h3 {
	font-weight: 600;
	margin-bottom: 20px;
}
a.featured_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sticky_post .sticky_post_content a.button {
	width: 144px;
	display: inline-block;
	border: 2px solid #1cac76;
	border-radius: 50px;
	padding: 6px 14px;
	text-align: center;
	text-decoration: none;
	color: #1cac76;
	font-weight: 600;
}
.blogs_grid {
	padding-top: 3.5rem;
}

.blogs_grid h3 {
	font-weight: 600;
}
.blogs_grid img {
	width: 100%;
}
.blogs_grid article {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1em;
}
.blogs_grid article:hover img {
	transform: scale(1.1);
}
.blogs_grid article .blog-image {
	position: relative;
	/*height: 280px;*/
	/*overflow: hidden;*/
	border-radius: 25px;
}
.blogs_grid article .blog-image .blog_article_badge {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.blogs_grid article .blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s transform;
}
.blogs_grid article .blog-body {
	padding: 18px 0px;
}
.blogs_grid article .blog-body .blog-details .blog_title {
	text-decoration: none;
}
.blogs_grid article .blog-body .blog-details .blog_title h4 {
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blogs_grid article .blog-body .read_more_btn {
	text-decoration: none;
	margin-top: 13px;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
}
.blogs_grid article .blog-body .read_more_btn i {
	margin-right: 10px;
	color: #1cac76;
	font-size: 16px;
}
.blogs_grid .custom-btn1 {
	padding: 0.3em 5em;
	border-radius: 8px;
	background-color: #1cac76 !important;
	color: #fff !important;
	border-color: #1cac76;
	font-size: 16px;
	margin: 5px auto;
	display: table;
	transition: 0.4s all;
}
.blogs_grid .custom-btn1:focus {
	outline: unset !important;
}
.blogs_grid .custom-btn1:hover {
	background: #00504d !important;
	border-color: #00504d;
	color: #fff !important;
}
.blogs_grid .text-center {
	text-align: center;
}
.blogs_grid .no_recent_blogs {
	display: none;
}
.sticky_post .sticky_post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_meta {
    color: #6E7191;
    font-weight: 500;
    font-size: 15px;
}
.blog-details .divider {
    width: 24px;
    height: 1px;
    background: #6E7191;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #eee;
    transition: .3s all;
    text-decoration: none;
    color:var(--primary_col);
    background: #fff;
}
.pagination .page-numbers.current,.pagination .page-numbers:hover {
    background: var(--primary_col);
    color: #fff;
}
.categories-list a {
    box-shadow: 0px 2px 15px 0px #211F540F;
    color: #211F54;
}
.categories-list .active a {
    background: var(--primary_col) !important;
    color: #fff;
}
.design-div{
    background: #89FFF5;
    text-align: center;
    min-width: 100px;
    padding: 8px 14px;
    border-radius: 32px;
    display: inline-block;
}
.innovation-text{
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 400px;
    color: #121212;
}
.innovation-title{
    width: 438px;
}

@media (min-width: 1199px) {
	.sticky_post .mb-lg-0 {
		margin-bottom: 0px;
   }
}

@media (max-width: 767px) {
	.sticky_post .order_mob_1 {
		order: 1;
   }
   .innovation-title{
    width: auto;
}
}

/*New Design*/

/* Card Hover Effect */
.transition-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.transition-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
}

/* Title Styling */
.card-title-hover {
    transition: color 0.2s ease;
    font-size: 1.1rem;
}
.card-title-hover:hover {
    color: #10b981 !important; /* Matches your green theme */
}

/* Image handling */
.object-fit-cover {
    object-fit: cover;
}

/* Font Awesome Icon Size Fix */
.blog-body i {
    color: #94a3b8; /* Soft grey icons */
    
    
}
/* Fix Title Height (2 lines) */
.fixed-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits title to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em; /* Line-height (1.5) * 2 lines */
    margin-bottom: 1rem !important;
}

/* Fix Excerpt Height (3 lines) */
.fixed-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits description to 3 lines */
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    height: 1rem; /* Line-height (1.5) * 3 lines */
    line-height: 1.5;
}

/* Ensure the card hover is smooth */
.transition-hover {
    transition: all 0.3s ease;
}
.transition-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1) !important;
}
.load_more_blogs{
    background-color: #1CAC76;
    color: white;
    border-radius: 20px !important;
}

/* Clean up borders */
.blog_article {
    border-color: #f1f5f9 !important;
}

@media (max-width: 500px) {
	.sticky_post .sticky_post_content {
		padding-top: 10px;
		width: 75%;
		margin-left: 20px;
		margin-bottom: 15px;
   }
   .sticky_post .sticky_post_thumbnail {
    	height: 250px;
	}
	.sticky_post .sticky_post_content h3 {
		font-size: 1.5rem;
   }
   .sticky_post_content h3 {
     font-size: 20px !important;
   }
   .blogs_grid {
		padding-top: 1.5rem;
   }
   .blogs_grid h3 {
		font-size: 1.5rem;
   }
}