/* Highbrow Global School wordmark in header, mobile drawer, sidebar, footer */
.header-logo img,
.sticky-header .header-logo img,
.mobile-logo img,
.sidebar-logo .dark-logo img,
.footer-section .brand-info .logo img,
.footer-area .logo img,
.footer-wrapper .logo img {
	max-height: 52px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Highbrow Global School — photo crops for site3 (design03 base theme)
   Remote campus imagery uses the same Unsplash library as site/; aligns with
   highbrowglobalschool.com editorial content (public SPA assets are not hotlink-stable). */
.bg.image > img,
.bg.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.choose-left-img img,
.choose-left-img.img-anim-left img,
.thumb.img-anim-right img,
.achivement-box .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.about-area .image img,
.about-area .image .image img {
	object-fit: cover;
	object-position: center;
}
.portfolio-item .portfolio-thumb img,
.portfolio-box .image img,
.image-box .image img,
.image-box > img {
	object-fit: cover;
	object-position: center;
}
#strategy-img {
	object-fit: cover;
	object-position: center;
}
.testimonial-wrap .user-image,
.social-proof .user-image {
	object-fit: cover;
	object-position: center;
}
img.hgs-photo-icon {
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 24px;
	display: inline-block;
	box-shadow: 0 8px 28px rgba(15, 35, 52, 0.12);
}
@media (max-width: 575.98px) {
	img.hgs-photo-icon { width: 88px; height: 88px; }
}
.hgs-photo-cover img,
.box-img.hgs-photo-cover img,
.image-box img { object-fit: cover; }
.hgs-gallery-thumb img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}
.hgs-gallery-thumb a {
	display: block;
	overflow: hidden;
	border-radius: 12px;
}
