.blogSection{background-color:#f8fafc}.bloghead{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.blog-card{background:#fff;border-radius:28px;padding:20px;transition:all .3s ease}.blog-card:hover{transform:translateY(-6px)}.blog-img img{border-radius:22px;height:220px;object-fit:cover;width:100%}.blog-content{padding:20px 10px 10px;position:relative}.category{color:#04bce7;display:inline-block;font-size:12px;font-weight:600;letter-spacing:1px;margin-bottom:15px}.title{font-weight:600;line-height:1.4;margin-bottom:50px}.arrow-btn{align-items:center;background:#f1f3f5;border-radius:50%;bottom:0;color:#000;display:flex;height:42px;justify-content:center;left:10px;position:absolute;transition:all .3s ease;width:42px}.arrow-btn.active,.arrow-btn:hover{background:#04bce7;color:#fff}.arrow-btn img{height:auto;width:20px!important}.arrow-btn:hover img{filter:brightness(0) invert(1)}.blog-slider.owl-carousel .owl-nav{position:absolute;right:0;top:25%}@media only screen and (max-width:565px){.bloghead{flex-wrap:wrap;justify-content:center;text-align:center}.bloghead div{width:100%}}.blogSection .owl-carousel .owl-nav{display:flex;gap:0 8px;justify-content:space-between;margin:0;width:100%}.blogSection .owl-carousel .owl-nav button.owl-prev{transform:scale(-1)}.blogSection .owl-dots{display:flex;gap:0 10px;justify-content:center;margin-top:18px}.blogSection .owl-carousel button.owl-dot{background-color:var(--gray-light);border:2px solid var(--secondary-color);border-radius:100%;height:18px;width:18px}.blogSection .owl-carousel button.owl-dot.active{background-color:var(--secondary-color)}