/*
* PPC CSS
* Consolidated styles for the provided HTML page
* HMI Technologies Mumbai
*/

/* General body and text styles */
body, .main {
	color: #000000;
	font-family: 'Gilroy-Regular', sans-serif;
}
h1, h2, h3, h4, .btn {
	color: #000;
	font-weight: bold;
}
p {
	font-size: 1rem;
}
@media only screen and (max-width: 450px) {
	.thick-h1 {
		font-size: 25px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 639px) {
	.show-sm-only {
		display: block !important;
	}
}
@media only screen and (max-width: 768px) {
	.row {
		flex-direction: column !important;
		width: 100% !important;
		max-width: none !important;
		padding: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.col.testimonial-card {
		width: 100% !important;
		max-width: none !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-bottom: 20px !important;
	}
}

/* Block text and typography styles */
.block-text {
	color: #000000;
	font-weight: 400 !important;
}
.thick-h1 {
	font-weight: 800;
	font-size: 20px;
	line-height: 32px;
}
.thick-h2 {
	font-weight: 800;
	font-size: 20px;
	line-height: 32px;
}
.thick-h3 {
	font-weight: 800;
	font-size: 20px;
	line-height: 32px;
}
.font-regular {
	color: #000;
}

/* Brands section styles */
.brands {
	padding: 10px 0;
	background-color: #F9F9F9;
}
.brands .scroll-auto {
	padding: 10px;
	overflow-x: auto;
}
.brands .brand-box {
	flex: 1 0 auto;
	padding: 0 20px;
}
.brands .scroll-auto .mobile-show {
	display: block;
}

/* Slider styles */
.lSSlideOuter .lSPager.lSpg {
	position: absolute;
	right: 3.5em;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background: #fff;
	border: 3px solid rgba(255, 255, 255, 0);
	width: 14px;
	height: 14px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #fff;
	border: 3px solid rgba(255, 255, 255, 0.3);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 20px;
	height: 20px;
}
.lSSlideOuter .lSPager.lSpg > li {
	display: block;
}
@media only screen and (max-width: 600px) {
	.lSSlideOuter .lSPager.lSpg > li.active a {
		width: 10px;
		height: 10px;
	}
	.lSSlideOuter .lSPager.lSpg > li {
		padding: 0;
		margin: 0;
	}
	.lSSlideOuter .lSPager.lSpg > li a {
		width: 7px;
		height: 7px;
	}
	.lSSlideOuter .lSPager.lSpg {
		margin: 0;
		right: 1.5em;
	}
}

/* Banner block styles - FIXED */
.slider-top-texts {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 99;
	text-align: left;
}
.slider-top-texts h2 {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.slider-top-texts p {
	font-size: 1.5rem;
	color: #fff;
}
@media only screen and (max-width: 1026px) {
	.slider-top-texts {
		padding-left: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.slider-top-texts {
		top: 50%;
		padding-left: 15px;
	}
}
@media only screen and (max-width: 769px) {
	.slider-top-texts h2 {
		font-size: 2rem;
	}
	.slider-top-texts p {
		font-size: 0.875rem;
	}
}
@media only screen and (max-width: 600px) {
	.slider-top-texts h2 {
		font-size: 1.5rem;
	}
	.slider-top-texts p {
		font-size: 1rem;
	}
}

/* FIXED Banner block display rules - Maximum specificity */

/* Remove any existing display rules first */
section.banner-block {
	position: relative;
}

/* Mobile-first: Hide desktop video, show mobile video by default */
html body section.banner-block.hide-sm-max {
	display: none !important;
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

html body section.banner-block.hide-dk-max {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Desktop: Show desktop video, hide mobile video completely */
@media only screen and (min-width: 640px) {
	/* Force desktop video to show */
	html body section.banner-block.hide-sm-max {
		display: block !important;
		position: relative !important;
		width: 100% !important;
		height: auto !important;
		overflow: visible !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	/* Force mobile video to hide completely */
	html body section.banner-block.hide-dk-max {
		display: none !important;
		position: absolute !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		z-index: -9999 !important;
	}

	/* Extra insurance - hide the entire mobile video container */
	html body section.banner-block.hide-dk-max,
	html body section.banner-block.hide-dk-max * {
		display: none !important;
		max-height: 0 !important;
	}
}

/* Button styles */
.btn-black, .btn-white {
	width: 100%;
	line-height: 32px;
}
.btn-black:hover {
	background: #eaeaea !important;
	color: #000 !important;
}
@media only screen and (min-width: 639px) {
	.btn-black, .btn-white {
		width: 20%;
	}
}
@media only screen and (max-width: 600px) {
	.btn-black, .btn-white {
		width: 49%;
		line-height: 20px;
	}
}

/* Testimonial styles */
.testimonial-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	padding: 20px;
	min-height: 400px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 8px;
}

/* Image and media styles */
.img-responsive {
	width: 100%;
}
.full-width {
	width: 100%;
}
img {
	vertical-align: middle;
	border-style: none;
}

/* Spacing styles */
.spacing-2-v {
	padding-top: 10px;
	padding-bottom: 10px;
}
.spacing-v {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Miscellaneous styles */
.grey-mist-bg {
	background: #F9F9F9;
}
.text-center {
	text-align: center;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
li.mob-trade.nologin-links {
	display: none !important;
}
a.top-nav-link-sm {
	display: none !important;
}
li.top-nav-tel.nologin-links {
	display: none !important;
}
.whatsapp-chat {
	display: none !important;
}
.container.white-bg {
	display: none;
}
main.main {
	margin-top: 0px;
}