.news-categories{background:#fff;padding:20px 0;border-bottom:1px solid var(--border-color);position:sticky;top:80px;z-index:100;box-shadow:0 5px 15px rgba(0,0,0,.05)}.category-tabs{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.category-tab{padding:8px 20px;border:none;background:0 0;color:var(--text-color);font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative}.category-tab::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--primary-color);transition:all .3s ease;transform:translateX(-50%)}.category-tab:hover{color:var(--primary-color)}.category-tab.active{color:var(--primary-color);font-weight:500}.category-tab.active::after{width:30px}.news-list-section{padding:60px 0;background:var(--background-color)}.featured-news{background:#fff;border-radius:20px;overflow:hidden;margin-bottom:40px;box-shadow:0 15px 30px rgba(0,122,255,.1);display:grid;grid-template-columns:1fr 1fr;gap:30px}.featured-news .news-image{position:relative;height:100%;min-height:400px}.featured-news .news-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-news .news-content{padding:40px;display:flex;flex-direction:column;justify-content:center}.featured-news h2{font-size:2rem;margin-bottom:20px;color:var(--text-color);line-height:1.4}.featured-news p{text-indent:2em;color:var(--light-text-color);font-size:1.1rem;line-height:1.8;margin-bottom:30px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:40px}.news-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 20px rgba(0,122,255,.05);transition:var(--transition)}.news-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,122,255,.1)}.news-card .news-image{position:relative;height:200px}.news-card .news-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-tag{position:absolute;top:15px;left:15px;padding:6px 12px;background:var(--primary-color);color:#fff;border-radius:30px;font-size:.9rem}.news-card .news-content{padding:25px}.news-card h3{font-size:1.3rem;margin-bottom:15px;color:var(--text-color);line-height:1.4}.news-card p{color:var(--light-text-color);font-size:1rem;line-height:1.6;margin-bottom:20px}.news-meta{display:flex;justify-content:space-between;align-items:center}.news-date{color:var(--light-text-color);font-size:.9rem}.read-more{color:var(--primary-color);text-decoration:none;font-size:.9rem;display:flex;align-items:center;gap:5px;transition:var(--transition)}.read-more:hover{color:var(--secondary-color)}.read-more .arrow-right{transition:transform .3s ease}.read-more:hover .arrow-right{transform:translateX(5px)}.pagination{display:flex;justify-content:center;align-items:center;gap:10px}.page-btn,.page-next{padding:8px 16px;border:1px solid var(--border-color);background:#fff;color:var(--text-color);border-radius:8px;cursor:pointer;transition:var(--transition)}.page-btn:hover,.page-next:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.page-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.page-dots{color:var(--light-text-color)}@media (max-width:1200px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.featured-news{grid-template-columns:1fr}.featured-news .news-image{min-height:300px}.featured-news .news-content{padding:30px}.featured-news h2{font-size:1.8rem}}@media (max-width:768px){.page-header{padding:100px 0 40px}.page-header h1{font-size:2.2rem}.news-grid{grid-template-columns:1fr}.category-tabs{gap:15px}.category-tab{padding:6px 15px;font-size:.95rem}.featured-news h2{font-size:1.6rem}.featured-news p{font-size:1rem}}@media (max-width:480px){.page-header h1{font-size:2rem}.featured-news .news-image{min-height:250px}.featured-news .news-content{padding:25px}.featured-news h2{font-size:1.4rem}.news-card .news-image{height:180px}.pagination{flex-wrap:wrap}}
/*# sourceMappingURL=news.vceb88aec.css.map */
