<style>
        /* Maintain existing styles from template */
        top-bar {
            background-color:#EE0E82;
            padding: 20px 0;
            font-size: 16px;
        }
        top-bar a {
            color: white;
            text-decoration: none;
            margin-right:15px;
            padding:55px;
        }
        .navbar {
            background-color: #060270;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            height:auto;
            margin-top: 10px;
        }
        .navbar-brand img {
            height: 70px;
        }
        .nav-link {
            color: #FE9900;
            font-weight: 500;
        }
        .section {
            padding: 60px 0;
        }
        .section-title {
            color: #003366;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 600px;
            height: 3px;
            background-color: #ff9900;
        }
        footer {
            background-color:#060270;
            color: white;
            padding: 20px 0 20px;
          
        }
        footer h5 {
            color: #ff9900;
            margin-bottom:5px;
        }
        footer a {
            color: #ddd;
            text-decoration: none;
            display: block;
            margin-bottom: 5px;
        }
        footer a:hover {
            color: white;
        }
        .social-icons a {
            display: inline-block;
            margin-right: 15px;
            font-size: 15px;
        }
        .copyright {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 15px;
            margin-top: 10px;
            text-align: center;
        }
        
        /* New styles for news page */
        .hero-banner {
            background: linear-gradient(rgba(0,2,70,0.8), rgba(238,14,130,0.8)), 
                        url('https://images.pexels.com/photos/5905482/pexels-photo-5905482.jpeg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            text-align: center;
            margin-top: 20px;
        }
        
        /* News/Blog specific styles */
        .news-container {
            display: flex;
            margin-top: 40px;
        }
        
        .main-content {
            flex: 0 0 70%;
            padding-right: 30px;

        }
        
        .sidebar {
            flex: 0 0 30%;
            background-image: linear-gradient(to top, #7e94fb, #f889de, #ff96a2, #ffc571, #eff97a);
            padding: 20px;
            height: 100%;
            position: sticky;
            top: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .news-card {
            margin-bottom: 40px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .news-card:hover {
            transform: translateY(-5px);
        }
        
        .news-card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        
        .news-card .card-body {
            padding: 25px;
        }
        
        .news-category {
            display: inline-block;
            background-color: #060270;
            color: white;
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 12px;
            margin-bottom: 10px;
        }
        
        .news-date {
            color: #6c757d;
            font-size: 14px;
            margin-bottom: 10px;
        }
        
        .news-title {
            font-size: 24px;
            margin-bottom: 15px;
            color: #060270;
        }
        
        .news-excerpt {
            color: #495057;
            margin-bottom: 20px;
        }
        
        .read-more {
            color: #EE0E82;
            font-weight: 600;
            text-decoration: none;
        }
        
        .read-more:hover {
            text-decoration: underline;
        }
        
        .sidebar-title {
            font-size: 20px;
            color: #060270;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #EE0E82;
        }
        
        .featured-news-item {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }
        
        .featured-news-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .featured-news-item img {
            width: 100%;
            height: 120px;
            object-fit: cover;
            border-radius: 5px;
            margin-bottom: 10px;
        }
        
        .featured-news-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .featured-news-date {
            font-size: 12px;
            color: #6c757d;
        }
        
        .news-tags {
            margin-top: 30px;
        }
        
        .tag {
            display: inline-block;
            background-color: #f1f1f1;
            color: #333;
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 12px;
            margin-right: 5px;
            margin-bottom: 5px;
            text-decoration: none;
        }
        
        .tag:hover {
            background-color: #060270;
            color: white;
        }
        
        .newsletter-form {
            margin-top: 30px;
        }
        
        .comment-form {
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 8px;
            margin-top: 50px;
        }
        
        .comment-form h3 {
            margin-bottom: 20px;
            color: #060270;
        }
        
        .pagination {
            justify-content: center;
            margin-top: 30px;
        }
        
        .page-item.active .page-link {
            background-color: #060270;
            border-color: #060270;
        }
        
        .page-link {
            color: #060270;
        }
        
        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            margin-bottom: 20px;
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        @media (max-width: 991px) {
            .news-container {
                flex-direction: column;
            }
            
            .main-content {
                padding-right: 0;
                margin-bottom: 40px;

            }
            
            .sidebar {
                width: 100%;
                position: static;
            }
        }
    </style>