.blog-categories-section{position:relative;display:block;padding:50px 0 0;background-color:#EFF2F1}.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)}.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:2px;padding:0;margin:0;list-style:none;min-width:max-content}.blog-categories-list-horizontal li{flex-shrink:0;padding:0;margin:0}.category-item{position:relative;display:flex;align-items:center;justify-content:space-between;background:#EFF2F1;padding:10px 20px;min-width:150px;transition:all .4s ease;box-shadow:0 2px 8px rgba(0,0,0,.08);text-decoration:none;white-space:nowrap;flex-direction:column}.category-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(69,130,255,.3);text-decoration:none}.category-name{font-size:14px;font-weight:600;color:#1e1d1d;flex:auto}.category-count,.category-name{position:relative;transition:all .4s ease;align-items:center}.category-count{display:inline-flex;justify-content:center;width:24px;height:24px;line-height:1;text-align:center;font-size:12px;color:#ffffff;border-radius:50%;background:var(--theme-color-light,#4582ff);margin-left:10px}.category-item.active .category-name,.category-item:hover .category-name{color:#1e1d1d}.category-item.active .category-count,.category-item:hover .category-count{background:#ffffff;color:#1e1d1d}.category-item.active{background:#FFFFFF;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-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}@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:start;margin-bottom:30px}.blog-search-container{display:flex;flex-direction:column;align-items:flex-end;padding-top:15px}.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:8px;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 .category-name{color:#1e1d1d}@media only screen and (max-width:991px){.blog-search-wrapper{width:250px}}@media only screen and (max-width:767px){.blog-search-wrapper{width:100%}}