/* Shared site perf helpers (masters + public pages) */
.hi-devanagari,
a.popup-youtube.video {
	font-family: "Noto Sans Devanagari", Poppins, "Open Sans", sans-serif;
}

/* YouTube thumbs only (not title links that also use .popup-youtube.video) */
.single-news > div > a.popup-youtube.video {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}
.single-news > div > a.popup-youtube.video > img:first-of-type {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.h4, h4 {
	font-size: 1.2rem !important;
}

img[loading="lazy"] {
	content-visibility: auto;
}

/*
  Article grid thumbs (Spiritual Column): keep 200px frame, no stretch.
  Scoped to .col-lg-3 cards so store/slider offer cards are unchanged.
*/
.col-lg-3 > .single-what-we-offer > a:first-child {
	display: block;
	position: relative;
	height: 200px;
	overflow: hidden;
	background: #f0ebe0;
	line-height: 0;
}
.col-lg-3 > .single-what-we-offer > a:first-child > img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto !important;
	height: auto !important;
	max-width: none !important;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	border: 0 !important;
}

/*
  CLS: single-item carousels — hide extra slides until Owl initializes
  so they do not stack and then collapse.
*/
.hero-slider.owl-carousel:not(.owl-loaded) > *:nth-child(n + 2),
.hero-slider-style-two.owl-carousel:not(.owl-loaded) > *:nth-child(n + 2) {
	display: none !important;
}

.hero-slider-area {
	width: 100%;
	aspect-ratio: 1930 / 666;
	overflow: hidden;
	background: #f0ebe0;
	position: relative;
}
.hero-slider-area .hero-slider,
.hero-slider-area .owl-stage-outer,
.hero-slider-area .owl-stage,
.hero-slider-area .owl-item,
.hero-slider-area .hero-slider-item {
	height: 100%;
}
.hero-slider-area .hero-slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Service / article header banners (admin: 1920×500) */
#himg img,
section.section > img[style*="width:100%"],
section.section > img[style*="width: 100%"] {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 500;
	object-fit: cover;
	display: block;
	background: #f0ebe0;
}

/* Mobile header stable while MeanMenu injects */
@media (max-width: 991px) {
	.navbar-area .mobile-nav {
		min-height: 62px;
	}
	.mobile-nav .logo img {
		width: auto;
		max-width: 180px;
		height: 45px;
		object-fit: contain;
	}
}

/* Zodiac / square icon thumbs */
.col-3.text-center a > img,
.col-sm-2.text-center a > img,
.col-md-1.text-center a > img {
	width: 100%;
	max-width: 72px;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
}

img[width][height] {
	height: auto;
	max-width: 100%;
}

footer img[src*="ccavenue"],
.copy-right-area img[src*="ccavenue"],
img[src*="ccavenue.gif"] {
	aspect-ratio: 460 / 67;
	height: auto;
}
