.elementor-2345 .elementor-element.elementor-element-d9e9165{--display:flex;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2345 .elementor-element.elementor-element-19a0a1d .section-title__title{font-family:"Poppins", Sans-serif;}.elementor-2345 .elementor-element.elementor-element-19a0a1d .blog-one__date span{font-family:"Poppins", Sans-serif;}.elementor-2345 .elementor-element.elementor-element-19a0a1d .row [class*=col-]{width:50% !important;}/* Start custom CSS for agrion-blog, class: .elementor-element-19a0a1d *//* ==========================
   RESPONSIVE BLOG CARDS
========================== */

.blog-grid,
.posts-grid,
.row.blogs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card,
.post-card,
.blog-item {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .3s ease;
}

.blog-card img,
.post-card img,
.blog-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.blog-content,
.post-content,
.blog-text {
    padding: 20px;
}

.blog-content h3,
.post-content h3,
.blog-text h3 {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 12px;
    word-break: normal;
    overflow-wrap: break-word;
}

.blog-content p,
.post-content p,
.blog-text p {
    font-size: 16px;
    line-height: 1.7;
}

.blog-date {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 70px;
    height: 70px;
    font-size: 14px;
}

/* ==========================
   TABLET
========================== */

@media (max-width:991px){

.blog-grid,
.posts-grid,
.row.blogs{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.blog-card img,
.post-card img,
.blog-item img{
    height:190px;
}

.blog-content,
.post-content,
.blog-text{
    padding:18px;
}

.blog-content h3,
.post-content h3,
.blog-text h3{
    font-size:22px;
}

}

/* ==========================
   MOBILE
========================== */

@media (max-width:767px){

.blog-grid,
.posts-grid,
.row.blogs{
    grid-template-columns:1fr;
    gap:18px;
}

.blog-card,
.post-card,
.blog-item{
    border-radius:12px;
}

.blog-card img,
.post-card img,
.blog-item img{
    height:200px;
}

.blog-content,
.post-content,
.blog-text{
    padding:16px;
}

.blog-content h3,
.post-content h3,
.blog-text h3{
    font-size:20px;
    line-height:1.4;
}

.blog-content p,
.post-content p,
.blog-text p{
    font-size:15px;
}

.blog-date{
    width:58px;
    height:58px;
    font-size:12px;
    right:10px;
    top:10px;
}

/* Prevent floating buttons from covering content */
.floating-social,
.social-icons,
.sticky-social{
    right:8px;
    transform:scale(.85);
}

/* Images and videos stay responsive */
img,
video,
iframe{
    max-width:100%;
    height:auto;
}

/* Prevent long text overflow */
h1,h2,h3,h4,h5,h6,p,a{
    overflow-wrap:break-word;
}

}/* End custom CSS */