/* Top header bar (social icons + language selector) */
.top-header-area {
	display: none !important;
}

/* Header search (desktop + mobile) */
.main-navbar .others-options,
.others-option-for-responsive {
	display: none !important;
}

/* Dark / light mode switcher */
.dark-version {
	display: none !important;
}

/* Main news slider images (source images have inconsistent aspect ratios) */
.news-slider-item img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

/* Featured category-page images (the first two, bigger cards) - same fix as the slider above */
.featured-news-image img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

/* Home page industry section cards (culture/tech/health rotation) - same fix again */
.culture-news-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.single-tech-news-box img,
.health-news-image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.single-health-news {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.news-slider-item img {
		height: 280px;
	}

	.featured-news-image img {
		height: 240px;
	}

	.culture-news-image img {
		height: 220px;
	}

	.single-tech-news-box img,
	.health-news-image img {
		height: 200px;
	}
}
