.home-recent-post-section { padding: 120px 0 66px; }
.home-recent-post-section .heading-title { margin-bottom: 60px; text-align: center; } 
.home-recent-post-section .heading-title h2 { margin-bottom: 0; }
.home-recent-post-section .main-recent-post-section { display: flex; flex-wrap: wrap; margin: 0 -15px;justify-content:center; }
.home-recent-post-section .main-recent-post-section .item-post { width: 33.33%; padding: 0 15px; }
.home-recent-post-section .main-recent-post-section .inner-item-post { height: 100%; box-shadow: 0px 0px 20px 0px #0000001A; border-radius: 12px; overflow: hidden;position:relative; }
.home-recent-post-section  .inner-item-post .image-item-post { height: 270px; } 
.home-recent-post-section .inner-item-post .image-item-post img { height: 100%; object-fit: cover; object-position: center center; width: 100%; } 
.home-recent-post-section .inner-item-post .conatent-item-post { height: calc(100% - 270px); padding: 20px; display: flex; flex-wrap: wrap; flex-direction: column; }
.home-recent-post-section .inner-item-post .tag-item-post { margin-bottom: 20px; }
.home-recent-post-section .inner-item-post .tag-item-post a { text-decoration: none; padding: 5px 10px; font-size: 14px; line-height: 1.714; display: inline-flex; border-radius: 8px;align-items:center; } 
.home-recent-post-section .inner-item-post .title-item-post { margin-bottom: 10px; } 
.home-recent-post-section .inner-item-post .title-item-post h5 { margin-bottom: 0; } 
.home-recent-post-section .inner-item-post .cta-item-post { margin-top: auto; } 
.home-recent-post-section .inner-item-post .cta-item-post a { position: relative;z-index: 11; } 
.home-recent-post-section.light-bg-mode { background-color: var(--primary_color) !important; } 
.home-recent-post-section.light-bg-mode .heading-title h2 { color: var(--secondary_color); } 
.home-recent-post-section.light-bg-mode .main-recent-post-section .item-post .inner-item-post { background-color: var(--secondary_color); } 
.home-recent-post-section.light-bg-mode .item-post .inner-item-post .tag-item-post a { border: 1px solid var(--primary_color); color: var(--primary_color); } 
.home-recent-post-section.light-bg-mode .main-recent-post-section .item-post .inner-item-post .title-item-post h5 { color: var(--primary_color); } 
.home-recent-post-section.light-bg-mode .main-recent-post-section .item-post .inner-item-post .summary-item-post p { color: var(--primary_color); } 
.home-recent-post-section.dark-bg-mode { background-color: var(--secondary_color) !important; }
.home-recent-post-section.dark-bg-mode .heading-title h2 { color: var(--primary_color); }
.home-recent-post-section.dark-bg-mode .main-recent-post-section .item-post .inner-item-post { background-color: var(--primary_color); } 
.home-recent-post-section.dark-bg-mode .main-recent-post-section .item-post .inner-item-post .tag-item-post a { border: 1px solid var(--secondary_color); color: var(--secondary_color); } 
.home-recent-post-section.dark-bg-mode .main-recent-post-section .item-post .inner-item-post .title-item-post h5 { color: var(--secondary_color); } 
.home-recent-post-section.dark-bg-mode .main-recent-post-section .item-post .inner-item-post .summary-item-post p { color: var(--secondary_color);); } 
.home-recent-post-section.dark-bg-mode .main-recent-post-section .item-post .inner-item-post .cta-item-post a { color: var(--secondary_color); border-color: var(--secondary_color); } 
.home-recent-post-section.dark-bg-mode .main-recent-post-section .item-post .inner-item-post .cta-item-post a:hover { border: 1px solid var(--tertiary_color); color: var(--tertiary_color); } 
.home-recent-post-section span.tag-icon { width: 16px; height: 16px; display: inline-block; } 
.home-recent-post-section.light-bg-mode .item-post .inner-item-post .tag-item-post a span.tag-icon path { fill: var(--primary_color); transition: all 0.5s ease-in-out; } 
.home-recent-post-section .inner-item-post .tag-item-post a span.tag-text { padding-left: 5px; } 
.home-recent-post-section .inner-item-post .tag-item-post a:hover span svg path {fill: var(--tertiary_color);} 
.home-recent-post-section .item-post .inner-item-post .tag-item-post a:hover span.tag-icon path { fill:var(--secondary_color) !important; } 
.home-recent-post-section .item-post .inner-item-post .tag-item-post a:hover { color: var(--secondary_color) !important; border-color: var(--primary_color) !important; background-color: var(--primary_color) !important;}
.home-recent-post-section .inner-item-post .tag-item-post a span svg path { transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; }
.home-recent-post-section .main-recent-post-section .inner-item-post .link-contant-item { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } 
.home-recent-post-section .main-recent-post-section .inner-item-post .link-contant-item a { width: 100%; height: 100%; display: inline-block; } 
.home-recent-post-section .main-recent-post-section .inner-item-post:hover .cta-item-post a { border: 1px solid #fff; color: #000; }
.home-recent-post-section .inner-item-post .tag-item-post a.topic-link {position: relative;z-index: 1;}


.home-recent-post-section .main-recent-post-section .inner-item-post:hover .cta-item-post a {
    border: 1px solid var(--primary_color) !important;
    color: var(--secondary_color) !important;
    background-color: var(--primary_color) !important;
}

.home-recent-post-section .btn-wrapper {
    margin: 60px 0 0px;
    text-align: center;
    width: 100%;
}
.home-recent-post-section.dark-bg-mode .main-recent-post-section .item-post .inner-item-post .tag-item-post a:hover {border: 1px solid var(--secondary_color) !important; color: var(--primary_color) !important; background-color: var(--secondary_color) !important;}
.home-recent-post-section.dark-bg-mode .main-recent-post-section .item-post .inner-item-post:hover .cta-item-post a { border-color: #000000 !important; background-color: #000000 !important; color: #fff !important; }

.home-recent-post-section.dark-bg-mode .main-recent-post-section .item-post .inner-item-post .tag-item-post a:hover span.tag-icon path { fill: var(--primary_color) !important; }
@media(max-width:991px){
    .home-recent-post-section { padding: 80px 0; } 
    .home-recent-post-section .main-recent-post-section .item-post { width: 50%; margin-bottom: 30px; } 
    .home-recent-post-section .main-recent-post-section .item-post:last-child { margin-bottom: 0; } 
    .home-recent-post-section .heading-title { margin-bottom: 40px; }
}

@media(max-width:767px){
    .home-recent-post-section { padding: 60px 0; }  
    .home-recent-post-section .heading-title { margin-bottom: 30px; }
    .home-recent-post-section .main-recent-post-section .item-post { width: 100%; }
}