.categories-horizontal-container{display:flex;align-items:center;gap:15px;position:relative}.scroll-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff;border:1px solid #e5e5e5;color:#666;cursor:pointer;transition:all .3s ease;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.1);font-size:16px}.scroll-arrow:hover:not(.disabled){background:var(--theme-color,#4582ff);color:white;border-color:var(--theme-color,#4582ff);transform:scale(1.05)}.scroll-arrow.disabled{opacity:.3;cursor:not-allowed}.categories-scroll-container{flex:1 1;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.categories-scroll-container::-webkit-scrollbar{display:none}.blog-categories-list-horizontal{display:flex;gap:12px;padding:5px 0;margin:0;list-style:none;min-width:max-content}.blog-categories-list-horizontal li{flex-shrink:0;padding:0;margin:0}.category-item{border-radius:25px;padding:10px 20px;min-width:120px;box-shadow:0 2px 8px rgba(0,0,0,.08);text-decoration:none;white-space:nowrap}.category-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(69,130,255,.3);text-decoration:none}.category-name{font-size:15px}.category-count{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;line-height:1;font-size:12px;background:var(--theme-color-light,#4582ff)}.category-item.active .category-name,.category-item:hover .category-name{color:#ffffff}.category-item.active .category-count,.category-item:hover .category-count{background:#ffffff;color:var(--theme-color,#4582ff)}.category-item.active{background:var(--theme-color,#4582ff);transform:translateY(-2px);box-shadow:0 4px 15px rgba(69,130,255,.3)}@media only screen and (max-width:991px){.scroll-arrow{width:35px;height:35px;font-size:14px}.category-item{min-width:100px;padding:10px 16px}.category-name{font-size:14px}.category-count{width:20px;height:20px;font-size:11px}}@media only screen and (max-width:767px){.blog-categories-section{padding:30px 0 10px}.blog-categories-section .categories-heading h2{font-size:28px;line-height:38px}.categories-horizontal-container{gap:10px}.scroll-arrow{width:32px;height:32px;font-size:12px}}@media only screen and (max-width:575px){.blog-categories-section .categories-heading h2{font-size:24px;line-height:34px}.category-item{min-width:90px;padding:8px 12px}.category-name{font-size:13px}}.blog-categories-section{position:relative;display:block;padding:50px 0 20px;background-color:#f8f8f8}.blog-categories-section .categories-heading{position:relative;display:block;margin-bottom:30px;text-align:center}.blog-categories-section .categories-heading h2{position:relative;display:inline-block;font-size:36px;line-height:46px;font-weight:700;color:#1e1d1d;margin-bottom:0}.blog-categories-section .categories-heading h2:after{position:absolute;content:"";width:70px;height:2px;left:50%;bottom:-10px;transform:translateX(-50%);background:var(--theme-color,#4582ff)}.blog-categories-section .categories-container{position:relative;display:block}.blog-categories-list{position:relative;display:flex;flex-wrap:wrap;justify-content:center;margin:0 -10px;padding:0;list-style:none}.blog-categories-list li{position:relative;padding:0 10px;margin-bottom:20px}.category-item{position:relative;display:flex;align-items:center;justify-content:space-between;background:#ffffff;border-radius:10px;padding:5px;min-width:150px;transition:all .4s ease;box-shadow:0 5px 15px rgba(0,0,0,.05);flex-direction:column}.category-item:hover{background:var(--theme-color,#4582ff);transform:translateY(-5px)}.category-name{font-weight:600;color:#1e1d1d;align-items:center;flex:auto}.category-count,.category-name{position:relative;font-size:14px;transition:all .4s ease}.category-count{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;color:#ffffff;border-radius:50%;background:var(--theme-color-light);margin-left:10px}.category-item:hover .category-name{color:#ffffff}.category-item:hover .category-count{background:#ffffff;color:var(--theme-color,#4582ff)}@media only screen and (max-width:1199px){.blog-categories-section{padding:40px 0 10px}.blog-categories-section .categories-heading h2{font-size:32px;line-height:42px}}@media only screen and (max-width:991px){.category-item{min-width:160px;padding:12px 20px}}@media only screen and (max-width:767px){.blog-categories-section{padding:30px 0 10px}.blog-categories-section .categories-heading h2{font-size:28px;line-height:38px}.blog-categories-list{margin:0 -5px}.blog-categories-list li{padding:0 5px;margin-bottom:15px}.category-item{min-width:140px;padding:10px 15px}.category-name{font-size:15px}.category-count{width:26px;height:26px;line-height:26px;font-size:12px}}@media only screen and (max-width:575px){.blog-categories-section .categories-heading h2{font-size:24px;line-height:34px}}.blog-header-wrapper{position:relative;width:100%;display:flex;justify-content:flex-end;margin-bottom:30px}.blog-search-container{display:flex;flex-direction:column;align-items:flex-end}.blog-search-wrapper{position:relative;width:300px;z-index:1}.blog-search-wrapper input{position:relative;width:100%;height:50px;background:#ffffff;border:1px solid #e5e5e5;border-radius:25px;padding:10px 60px 10px 20px;font-size:16px;color:#777777;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .4s ease}.blog-search-wrapper input:focus{border-color:var(--theme-color);outline:none}.blog-search-wrapper button{position:absolute;right:5px;top:5px;width:40px;height:40px;line-height:40px;text-align:center;border:none;background:var(--theme-color-light);color:#ffffff;font-size:16px;border-radius:50%;cursor:pointer;transition:all .4s ease;z-index:2}.blog-search-wrapper button:hover{background:#333333}.category-item.active{background:var(--theme-color-light)}.category-item.active .category-name{color:#ffffff}.category-item.active .category-count{background:#ffffff;color:var(--theme-color,#4582ff)}@media only screen and (max-width:991px){.blog-search-wrapper{width:250px}}@media only screen and (max-width:767px){.blog-search-wrapper{width:100%}}.blog-posts-container{padding:2rem 0}.blog-card{background:#ffffff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);height:100%;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.blog-image-wrapper{position:relative;height:240px;overflow:hidden;border-radius:16px}.blog-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.3),rgba(0,0,0,.1));display:flex;align-items:flex-start;justify-content:flex-start;padding:1.5rem}.blog-category-badge{background:rgba(255,255,255,.95);color:#2c3e50;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blog-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.blog-meta{gap:1rem;margin-bottom:.5rem;font-size:.7rem;color:#64748b}.blog-meta,.blog-meta span{display:flex;align-items:center}.blog-meta span{gap:.5rem;padding:0 15px}.blog-meta i{color:#3b82f6;font-size:.75rem}.blog-category{text-transform:uppercase;font-weight:600;background:#eee;border-radius:15px;border:1px solid}.blog-title{margin:0 0 1rem;font-size:1.25rem;font-weight:700;line-height:1.4;color:#1e293b}.blog-title a{color:inherit;text-decoration:none;transition:color .3s ease}.blog-title a:hover{color:var(--theme-color-light)}.blog-excerpt{color:#64748b;font-size:.9rem;line-height:1.6;margin-bottom:1rem;flex:1 1}.blog-footer{margin-top:auto;padding-top:.5rem;border-top:1px solid #e2e8f0}.read-more-btn{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;font-weight:600;text-decoration:none;font-size:.9rem;transition:all .3s ease}.read-more-btn:hover{color:#2563eb;gap:.75rem}.read-more-btn i{font-size:.75rem;transition:transform .3s ease}.read-more-btn:hover i{transform:translateX(2px)}@media (prefers-color-scheme:dark){.blog-card{background:#1e293b;border:1px solid #334155}.blog-title{color:#f1f5f9}.blog-excerpt{color:#94a3b8}.blog-footer{border-top-color:#334155}.blog-category-badge{background:rgba(30,41,59,.95);color:#f1f5f9}}@media (max-width:768px){.blog-posts-container{padding:1rem 0}.blog-image-wrapper{height:auto}.blog-content{padding:1.25rem}.blog-title{font-size:1.125rem}.blog-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:576px){.blog-image-wrapper{height:auto}.blog-overlay{padding:1rem}.blog-category-badge{font-size:.7rem;padding:.4rem .8rem}}