.blog-section{background-color:#f8fafc;position:relative}.blog-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.blog-title-block h4{margin-bottom:.25rem}.blog-subheading{color:#64748b;font-size:14.5px;font-weight:400;margin:0}.blog-actions-wrapper{display:flex;align-items:center;gap:1.25rem}.blog-arrows-container{display:flex;gap:10px}.blog-nav-btn{width:42px;height:42px;border-radius:50%;border:1px solid #e2e8f0;background:#ffffff;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .25s cubic-bezier(.16,1,.3,1)}.blog-nav-btn:hover:not(.disabled){background:#005ec4;color:#ffffff;border-color:#005ec4;transform:scale(1.08);box-shadow:0 6px 16px rgba(0,94,196,.25)}.blog-nav-btn.disabled{opacity:.4;cursor:not-allowed}.blog-view-all-link{color:#005ec4;font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px;text-decoration:none;transition:gap .2s ease}.blog-view-all-link:hover{gap:10px;color:#004493}.blog-view-all-link .icon{display:flex;align-items:center;font-size:16px}.blog-slider-wrapper{overflow:hidden;position:relative;width:100%}.blog-slider-track{display:flex;transition:transform .5s cubic-bezier(.16,1,.3,1);width:100%}.blog-card-slider{box-sizing:border-box;padding:0 12px}.stitch-blog-card{display:flex;flex-direction:column;background:#ffffff;border:1px solid #e7ecf3;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;height:100%;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px rgba(0,0,0,.03)}.stitch-blog-card:hover{transform:translateY(-6px);border-color:rgba(0,94,196,.4);box-shadow:0 16px 32px rgba(0,45,88,.1)}.stitch-blog-img-container{position:relative;width:100%;height:220px;overflow:hidden;background:#e2e8f0}.stitch-blog-img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.stitch-blog-card:hover .stitch-blog-img{transform:scale(1.07)}.stitch-blog-badge{position:absolute;top:14px;left:14px;background:linear-gradient(135deg,#005ec4,#007bff);color:#ffffff;padding:5px 14px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;z-index:2;box-shadow:0 4px 12px rgba(0,94,196,.3);backdrop-filter:blur(4px)}.stitch-blog-content{display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem 1.25rem 1rem;flex-grow:1}.stitch-blog-title{font-size:16px;font-weight:600;line-height:1.45;color:#0f172a;margin:0 0 1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .25s ease}.stitch-blog-card:hover .stitch-blog-title{color:#005ec4}.stitch-blog-meta{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9;padding-top:.85rem}.stitch-author{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:500;color:#64748b}.author-icon-box{width:26px;height:26px;border-radius:50%;background:#eff6ff;color:#005ec4;display:flex;align-items:center;justify-content:center}.author-icon{font-size:16px!important}.read-more-text{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:600;color:#005ec4;transition:gap .2s ease}.stitch-blog-card:hover .read-more-text{gap:8px}.link-arrow{font-size:14px!important}.no-blogs-text{text-align:center;padding:2rem;color:#777;font-size:14px;font-weight:500}