:root{--kt-primary:#4e5af2;--kt-dark:#1e1e2d;--kt-text-gray:#5e6278;--kt-light-gray:#f5f8fa;--kt-border-color:#eff2f5}body{font-family:'Inter',sans-serif;background-color:#fff;color:var(--kt-dark)}.container{max-width:1400px!important}.header{background-color:var(--kt-dark);min-height:80px;display:flex;align-items:center;position:sticky;top:0;z-index:1000}.page-header{background-image:url('../Pages/images/hero5.png');background-size:cover;background-position:center;background-attachment:fixed;padding:120px 0;position:relative;color:#fff;text-align:center;margin-bottom:60px}.page-header::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(30,30,45,.9) 0%,rgba(30,30,45,.7) 100%);z-index:1}.page-header .container{position:relative;z-index:2}.news-card{border:1px solid var(--kt-border-color);border-radius:1.5rem;overflow:hidden;transition:all .4s ease;background:#fff;margin-bottom:30px;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.05);border-color:var(--kt-primary)}.news-image{height:240px;background-size:cover;background-position:center;position:relative}.news-badge{position:absolute;top:20px;left:20px;background:var(--kt-primary);color:#fff;padding:8px 16px;border-radius:10px;font-weight:600;font-size:.85rem}.news-content{padding:2.5rem}.news-meta{color:var(--kt-text-gray);font-size:.9rem;margin-bottom:1rem;display:flex;gap:15px}.news-title{font-size:1.75rem;font-weight:700;margin-bottom:1.25rem;line-height:1.4}.news-title a{color:var(--kt-dark);text-decoration:none;transition:.3s}.news-title a:hover{color:var(--kt-primary)}.news-excerpt{color:var(--kt-text-gray);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.sidebar-widget{background:var(--kt-light-gray);border-radius:1.5rem;padding:2rem;margin-bottom:30px}.widget-title{font-weight:700;margin-bottom:1.5rem;position:relative;padding-bottom:10px}.widget-title::after{content:'';position:absolute;left:0;bottom:0;width:40px;height:3px;background:var(--kt-primary)}.pagination .page-link{border:0;margin:0 5px;border-radius:10px;color:var(--kt-dark);font-weight:600;padding:12px 20px}.pagination .active .page-link{background-color:var(--kt-primary);color:#fff}.footer{background-color:var(--kt-dark);color:#fff;padding:100px 0 50px}.footer h5{font-size:1.4rem;font-weight:600;margin-bottom:2rem;color:#fff}.footer a{color:#92929f;text-decoration:none;font-size:1.1rem;transition:.3s}.footer-bottom{border-top:1px solid #2b2b40;margin-top:60px;padding-top:40px;color:#565674}