@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.tj-blog-card{background:#f8f4ff}.tj-blog-card .blog-card{background:#fff;border-radius:16px;box-shadow:0 6px 15px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease-in-out;height:100%;display:flex;flex-direction:column}.tj-blog-card .blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px rgba(0,0,0,.12)}.tj-blog-card .blog-img{height:220px;overflow:hidden;border-radius:16px 16px 0 0;position:relative}.tj-blog-card .blog-img img{width:100%;height:100%;object-fit:cover;transition:.3s ease-in-out}.tj-blog-card .blog-card:hover .blog-img img{transform:scale(1.1)}.tj-blog-card .blog-content{flex:1 1;padding:12px 15px;display:flex;flex-direction:column;justify-content:space-between}.tj-blog-card .blog-content h5{font-weight:700;color:#222;font-size:1rem;margin-bottom:6px}.tj-blog-card .blog-content p{font-size:.9rem;color:#555;line-height:1.5}.read-more{text-decoration:none;font-weight:600;color:#d10000;display:inline-block;margin-top:8px;transition:all .3s}.read-more:hover{color:red;font-weight:700}@media (max-width:576px){.tj-blog-card .blog-img{height:180px}.tj-blog-card .blog-content h5{font-size:.95rem}.tj-blog-card .blog-content p{font-size:.8rem}}@media screen and (min-width:765px) and (max-width:1020px){.tj-blog-card .blog-img{height:130px}.tj-blog-card .blog-content{padding:10px 12px}.tj-blog-card .blog-content h5{font-size:.95rem}.tj-blog-card .blog-content p,.tj-blog-card .read-more{font-size:.85rem}}@media (min-width:1200px){.tj-blog-card .blog-img{height:240px}}