.blog-carousel{display:flex;gap:3vw;overflow-x:auto;scroll-behavior:smooth;padding:2vh 1vw;margin:0 auto;width:100%;max-width:90vw;box-sizing:border-box}.blog-carousel::-webkit-scrollbar{height:8px}.blog-carousel::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#ff4500,#ff7b00);border-radius:10px}.blog-carousel::-webkit-scrollbar-track{background:#e0e7ef;border-radius:10px}.post{position:relative;background:linear-gradient(135deg,rgba(0,59,113,.7),rgba(0,191,255,.7));padding:3vh 2vw;border-radius:2vh;text-align:left;color:#fff;min-width:26vw;max-width:40vw;width:34vw;min-height:30vh;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.post:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 8px 32px rgba(0,0,0,.13),0 3px 12px rgba(0,0,0,.09)}.post h3{margin-bottom:2vh;font-size:1.3em;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.15)}.post p{margin-bottom:2vh;color:#f0f0f0;text-shadow:0 1px 4px rgba(0,0,0,.1)}.post a{background:rgba(255,255,255,.9);color:#036;padding:.8vh 2.2vh;border-radius:2vh;font-weight:700;text-decoration:none;transition:background .2s,color .2s;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-top:auto;display:inline-block;text-align:center}.post a:hover{background:#036;color:#fff}.post1{background:linear-gradient(135deg,rgba(0,59,113,.6),rgba(0,191,255,.6)),url('/images/blog1_img.jpg') center/cover no-repeat}.post2{background:linear-gradient(135deg,rgba(0,59,113,.6),rgba(0,191,255,.6)),url('/images/number-eight-glowing.jpg') center/cover no-repeat}.post3{background:linear-gradient(135deg,rgba(0,59,113,.6),rgba(0,191,255,.6)),url('/images/b/3_cover.jpg') center/cover no-repeat}.post4{background:linear-gradient(135deg,rgba(0,59,113,.6),rgba(0,191,255,.6)),url('/images/b/4_cover.jpg') center/cover no-repeat}.scroll-controls{display:flex;justify-content:space-between;max-width:80vw;margin:0 auto 2vh}.scroll-btn{background:#036;color:#fff;border:none;padding:1vh 1.5vh;border-radius:50%;font-size:1rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:background .3s ease}.scroll-btn:hover{background-color:#0055a5}.blog-filters{display:flex;justify-content:center;gap:1vw;margin:2vh 0;flex-wrap:wrap}.filter-btn{padding:.7vh 1.8vh;border-radius:2vh;border:1px solid #ccc;background:#e6f0fa;color:#036;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background-color:#036;color:#fff;border-color:#036}@media (max-width:768px){.post{min-width:80vw;max-width:85vw;width:82vw}.scroll-controls{display:none}}