h1.entry-title {
    text-align: center;
}
.top-bar {
display: none;
}

/*for Navigation */
.main-navigation a {
font-weight: bold;	
text-transform:uppercase;
font-size:17px;	
}
.entry-title {
	color:white;
	background-color:#1e73be;
  padding: 20px;
}
.inside-left-sidebar .widget ul li.current-menu-item:not(.menu-separator) a {
    font-weight: 700;
    color: white;
}
.news_li a.newspost-title, .widget .news_li a.newspost-title, #secondary .widget .news_li a.newspost-title {
	color: white;
}

.gcse-searchresults { background-color: rgb(255, 255, 255); } 
.gcse-searchbox { background-color: rgb(255, 255, 255); }
.gsc-completion-container{
	background-color: rgb(0, 0, 0);
}

.wp-block-code {
	background-color: rgb(30,115,190);
}
/*for news Post*/
.date-post span { color: rgb(255, 255, 255); }

.news .news-title a{ background-color: rgb(255, 255, 255); }

.date-post p{ color: rgb(255, 255, 255); }

/*Date Color*/
.entry-meta { color: rgb(255, 255, 255); }


/* Display updated date */
.posted-on .updated {
    display: inline-block;
    margin-right: 1em;
}
Add date prefixes 
.posted-on .updated:before {
    content: 'Updated: ';
}
.posted-on .entry-date:before {
    content: 'Last Updated: ';
}
.entry-meta {
    color: #3175e4;
}
.entry-meta a {
    color: #3175e4;
}
/* Job listing CSS*/
.entry-content .job_listing_preview_title, .job_listing_preview_title {
	background-color: rgb(0,0,0);
}
.job_filters {background-color: rgb(0,0,0);
}
.job_filters .job_types {background-color: rgb(0,0,0);
}
.formbox__container select, .formbox__container select.formbox__field-select {
	background-color: rgb(0,0,0);
}

/*adsense Container*/
.adsense-container {
  height: 300px; /* Change this value to your desired height */
  overflow: hidden;
}

/* Ensure iframe takes full viewport height while maintaining aspect ratio */
.custom-iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: none;
    display: block;
    margin: 0;
}

/* Handle portrait mode for mobile devices */
@media (orientation: portrait) {
    .custom-iframe {
        width: 100%;
        height: auto;
        max-height: 100vh;
    }
}