/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2026 | 08:59:25 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
  .blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blogboxwrapper {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.blogboxwrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.blogboxwrapper .tag {
  display: inline-block;
  margin: 12px;
  font-size: 13px;
  color: var( --e-global-color-12f0c91 );
  font-weight: 600;
}

.blogboxwrapper h3 {
  margin: 0 12px;
  font-size: 18px;
}

.blogboxwrapper .date {
  margin: 8px 12px 16px;
  font-size: 14px;
  color: #777;
}

/* Tablet */
@media (max-width: 1024px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .blog-list {
    grid-template-columns: 1fr;
  }
}
/* Make all cards equal height */
.blog-list li {
  height: 100%;
}

.blogboxwrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}
.blogboxwrapper a.link_details {
    position: absolute;
    inset: 0;
}
/* Image wrapper effect */
.blogboxwrapper img {
  transition: transform 0.5s ease;
}

/* Push date to bottom for equal height */
.blogboxwrapper .date {
  margin-top: auto;
}

/* Hover animation */
.blogboxwrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.blogboxwrapper:hover img {
  transform: scale(1.08);
}

/* Optional: smooth text hover */
.blogboxwrapper h3 {
  transition: color 0.3s ease;
}

.blogboxwrapper:hover h3 {
  color: var( --e-global-color-12f0c91 );
}

.addcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e3e3;
    width: 100%;
	border-radius: 5px;
    min-height: 150px;
}

.addbox {
    width: 100%;
    height: 100%;
    display: flex;
}

.blog-list li.addbox.fullW {
    grid-column: 1 / -1;
}


/*  */
.single_blog_wrapper {
    padding: 0 15px;
    max-width: 1200px !important;
    margin-inline: auto;
    width: 100%;
}

.single_blog_wrapper .banner {
    padding-block: 40px;
    width: 100%;
}

.single_blog_wrapper .banner .imgholder {
    display: flex;
    position: relative;
    width: 100%;
}

.single_blog_wrapper .banner .imgholder img {
    width: 100%;
}

.single_blog_wrapper .banner .content {
    position: absolute;
    width: 90%;
    left: 0px;
    bottom: 0px;
    padding: 30px;
}

.single_blog_wrapper .banner .content .tag {
    font-family: "Manrope", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    color: #FFFFFF;
    background-color: var( --e-global-color-12f0c91 );
    margin: 0px 0px 10px 0px;
    padding: 3px 6px 3px 6px;
    text-align: start;
    display: inline-flex;
}

.single_blog_wrapper .banner .content .title {
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #FFFFFF;
}

.single_blog_wrapper .banner .content .date {
    margin: 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #8C8C8C;
}

.single_blog_wrapper .banner .container {
    position: relative;
    width: 100%;
}

.addwrapper.fullw {
    min-height: 200px;
    background-color: #E4E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7A7A7A;
}

.single_blog_wrapper .maincontent {padding-top: 40px;position: relative;}

.single_blog_wrapper .maincontent .container {
}

.single_blog_wrapper .maincontent .row {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    position: relative;
    align-items: flex-start;
}

.single_blog_wrapper .maincontent  .addpart {
    width: 20%;
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 0;
}

.single_blog_wrapper .maincontent .main_bloglistst {
    width: 80%;
    flex-basis: 80%;
}

.single_blog_wrapper .maincontent  .addwrapper {
    min-height: 200px;
    background-color: #E4E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7A7A7A;
}

.single_blog_wrapper .main_bloglistst .blg_catwrapper {}

.single_blog_wrapper .main_bloglistst .blg_catwrapper .catname {
    display: flex;
    margin: 0;
    border-color: #61CE70;
    border-width: 0 0 0 3px;
    border-style: solid;
    padding-left: 12px;
    font-family: "Lexend", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #2C2C2C;
    align-items: center;
    gap: 12px;
}

.single_blog_wrapper .main_bloglistst .blg_catwrapper .catname:after {
    content: "";
    width: 100%;
    background: #000;
    height: 1px;
}

.single_blog_wrapper .main_bloglistst .blg_catwrapper .blg_list {
    list-style: none;
    padding: 40px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.single_blog_wrapper  .blg_catwrapper .blogboxwrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    align-items: stretch;
}


.single_blog_wrapper .blg_catwrapper .blogboxwrapper .blog_image {
    flex-basis: 50%;
    width: 50%;
    overflow: hidden;
}

.single_blog_wrapper .blg_catwrapper .blogboxwrapper .bloginfo {
    flex-basis: 100%;
    width: 100%;
    padding: 20px;
}

.single_blog_wrapper .blg_catwrapper .blogboxwrapper .bloginfo .btitle {
    margin: 0 0 12px 0;
    font-size: 28px;
}

.single_blog_wrapper .blg_catwrapper .blogboxwrapper .bloginfo p {
margin-bottom: 5px;
    font-size: 18px;
    color: #777;
}

.single_blog_wrapper .blg_catwrapper .blogboxwrapper .bloginfo p strong, .single_blog_wrapper .blg_catwrapper .blogboxwrapper .bloginfo p b {
    color: #000;
}

.single_blog_wrapper .blg_catwrapper .blogboxwrapper .blog_image img {
    height: 100%;
    object-fit: cover;
}

.single_blog_wrapper .blg_catwrapper .blogboxwrapper .map {
    display: flex;
    flex-basis: 50%;
    width: 50%;
    padding: 0;
}

.single_blog_wrapper .blg_catwrapper .blogboxwrapper .map iframe {
    height: 200px;
}

.single_blog_wrapper .blg_catwrapper .blogboxwrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}
.recentblogs{
	padding-block: 40px;
}
.recentblogs .blog-list .slick-track {
    display: flex;
    gap: 20px;
}
.recentblogs .blogboxwrapper:hover{
	transform: none;
	box-shadow: none;
}
.single_blog_wrapper .maincontent + .addwrapper.fullw{
	margin-top:40px;
}
.swiper-slide .blogboxwrapper {
    box-shadow: none;
}
.specialitems_filterpart {
    position: sticky;
    top: 10px;
}

.specialitems_filterpart .filterpart {
    display: flex;
    flex-direction: column;
    gap: 10px;
	max-height: calc(100vh - 20px);
    overflow: auto;
    scrollbar-width: none;
}

.specialitems_filterpart .filterpart .filteritem a {
    aspect-ratio: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var( --e-global-color-12f0c91);
}

.specialitems_filterpart .filterpart .filteritem {
    width: 40px;
}

.specialitems_blog_list .main_bloglistst {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.specialitems_blog_list .main_bloglistst .blg_catwrapper .catname {
    display: flex;
    margin: 0;
    border-color: #61CE70;
    border-width: 0 0 0 3px;
    border-style: solid;
    padding-left: 12px;
    font-family: "Lexend", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #2C2C2C;
    align-items: center;
    gap: 12px;
}

.specialitems_blog_list .main_bloglistst .blg_catwrapper .catname:after {
    content: "";
    width: 100%;
    background: #000;
    height: 1px;
}

.specialitems_blog_list .main_bloglistst .blg_catwrapper ul.blg_list {
    list-style: none;
    padding: 40px 0;
    margin: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.blog_grid_23 .blogboxwrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 290 / 180;
    object-fit: cover;
}
.post_slider_wrapper .blogboxwrapper  img {
 width: 100%;
    height: auto;
    aspect-ratio: 290 / 180;
    object-fit: cover;
}
@media (max-width:1024px){
	.specialitems_blog_list .main_bloglistst{
		    gap: 20px;
	}
}
@media(max-width:767px){
	.specialitems_blog_list .main_bloglistst .blg_catwrapper ul.blg_list{
	    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
		padding: 30px 0;
	}
	.single_blog_wrapper .blg_catwrapper .blogboxwrapper .bloginfo .btitle {
    font-size: 18px;
}

.single_blog_wrapper .maincontent .row {
    gap: 10px;
}


.single_blog_wrapper .blg_catwrapper .blogboxwrapper .blog_image, .single_blog_wrapper .blg_catwrapper .blogboxwrapper .map {
    width: 100%;
    flex-basis: 100%;
    min-height: 150px;
}

.single_blog_wrapper .blg_catwrapper .blogboxwrapper .bloginfo p {
    font-size: 14px;
}

.single_blog_wrapper .main_bloglistst .blg_catwrapper .blg_list {
    padding-block: 20px;
    gap: 20px;
}

.single_blog_wrapper .banner .imgholder img {
    min-height: 200px;
    object-fit: cover;
}

.single_blog_wrapper .banner .content {
    padding: 10px;
    width: 100%;
}

.single_blog_wrapper .banner .content .title {
    font-size: 18px;
    line-height: 26px;
}

.single_blog_wrapper .banner .content .tag {
    margin-bottom: 8px;
}
}