@font-face {
	font-family: "HelveticaNeueRoman";
	src: url("../fonts/HelveticaNeueRoman.otf") format("opentype");
}

@font-face {
	font-family: "HelveticaNeueMedium";
	src: url("../fonts/HelveticaNeueMedium.otf") format("opentype");
}

:root {
	--hbm-red: #cf3835;
	--hbm-red-dark: #9f2523;
	--hbm-ink: #171717;
	--hbm-muted: #676767;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #fff;
	color: var(--hbm-ink);
	font-family: "HelveticaNeueRoman", Arial, sans-serif;
	letter-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

.catalogue-page {
	width: 100%;
	margin: 0;
	background: #fff;
}

@media (min-width: 992px) {
	.catalogue-page header .navbar-expand-lg {
		width: auto;
		min-width: 0;
	}

	.catalogue-page header .navbar-collapse {
		justify-content: flex-end;
	}

	.catalogue-page header .navbar-nav {
		align-items: center;
		gap: clamp(10px, 1.2vw, 24px);
		width: auto;
	}

	.catalogue-page header .navbar-nav.nav-fill > .nav-item {
		flex: 0 0 auto;
		text-align: center;
	}

	.catalogue-page header .navbar-light .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}

	.catalogue-page header .navbar-light .navbar-nav .nav-link.nav-quick-link {
		color: #da2128;
		font-size: 15px;
		font-weight: 600;
		white-space: nowrap;
		display: inline-block;
		padding: 8px 16px;
		background: #fff;
		border: #da2128 solid 2px;
		border-radius: 6px;
		line-height: 1.2;
		transition: all 0.3s ease-in-out;
	}

	.catalogue-page header .navbar-light .navbar-nav .nav-link.nav-quick-link:hover,
	.catalogue-page header .navbar-light .navbar-nav .nav-link.nav-quick-link.active {
		background: #da2128;
		color: #fff;
	}

	.catalogue-page header .navbar-light .navbar-nav .nav-link.active span {
		border-bottom: #da2128 solid 2px;
	}

	.catalogue-page header .navbar-light .navbar-nav .nav-link.nav-quick-link.active span,
	.catalogue-page header .navbar-light .navbar-nav .nav-link.nav-quick-link:hover span {
		border-bottom: none;
	}

	.catalogue-page header .navbar-light .navbar-nav .nav-item-quick .nav-link.nav-quick-link {
		font-size: 13px;
	}

	.catalogue-page header .navbar-light .navbar-nav .nav-link.btn {
		width: 155px;
		margin-top: 0;
		padding: 10px 0;
	}
}

.catalogue-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	height: 798px;
	padding: 0;
	overflow: hidden;
}

.hero-media {
	position: relative;
	overflow: hidden;
	background: url("../pdf-webview/latest.jpg") left top / cover no-repeat;
}

.hero-media::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 540px;
	height: 540px;
	border: 32px solid #e3262c;
	border-radius: 50%;
	top: 30px;
	right: -34px;
	opacity: .95;
}

.hero-media::after {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	background: rgba(211, 45, 48, .18);
	pointer-events: none;
}

.hero-copy {
	position: absolute;
	z-index: 3;
	left: 40px;
	top: 184px;
	color: #fff;
	display: grid;
	gap: 8px;
	font-family: "HelveticaNeueMedium", Arial, sans-serif;
	font-size: 34px;
	line-height: 1.12;
	text-shadow: 0 2px 8px rgba(0,0,0,.2);
}

.hero-copy strong {
	font-size: 1.08em;
}

.hero-surgeon {
	position: absolute;
	z-index: 4;
	right: clamp(-240px, -15vw, -130px);
	bottom: 0;
	width: clamp(800px, 61vw, 940px);
	max-width: none;
	height: auto;
	pointer-events: none;
}

@media (min-width: 901px) {
	.hero-media::before,
	.hero-media::after,
	.hero-copy,
	.hero-surgeon {
		display: none;
	}
}

@media (max-width: 1440px) and (min-width: 1201px) {
	.hero-media {
		background-position: left top;
	}
}

@media (max-width: 1200px) and (min-width: 901px) {
	.hero-media {
		background-position: left top;
	}
}

@media (max-width: 1100px) and (min-width: 901px) {
	.hero-media {
		background-position: left top;
	}
}

.download-panel {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	padding: 35px 148px 36px 94px;
}

.download-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #f9dddd;
	color: var(--hbm-red);
	margin-bottom: 24px;
}

.download-icon img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.download-panel h1 {
	margin: 0;
	text-align: center;
	font-family: "HelveticaNeueMedium", Arial, sans-serif;
	font-size: 36px;
	line-height: 1.12;
}

.download-panel h1 span,
.trusted-section h2 {
	color: var(--hbm-red);
}

.title-rule {
	width: 212px;
	height: 2px;
	background: #222;
	margin: 20px 0 22px;
}

.download-form {
	width: 100%;
	display: grid;
	gap: 26px;
	max-width: 585px;
}

.download-form h2 {
	margin: 0 0 -16px;
	font-family: "HelveticaNeueMedium", Arial, sans-serif;
	font-size: 36px;
	line-height: 1.1;
	color: #000;
}

.field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.download-form label {
	display: grid;
	gap: 13px;
	font-family: "HelveticaNeueMedium", Arial, sans-serif;
	font-size: 21px;
	color: #000;
}

.download-form input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #777;
	border-radius: 0;
	height: 42px;
	padding: 4px 2px 8px;
	font: inherit;
	outline: none;
	background: transparent;
}

.download-form input:focus {
	border-color: var(--hbm-red);
}

.download-form button {
	justify-self: center;
	border: 0;
	border-radius: 7px;
	background: var(--hbm-red);
	color: #fff;
	padding: 15px 34px 14px;
	font-family: "HelveticaNeueMedium", Arial, sans-serif;
	cursor: pointer;
	min-width: 188px;
	font-size: 18px;
	margin-top: 6px;
}

.download-form button:disabled {
	opacity: .7;
	cursor: wait;
}

.form-message {
	min-height: 0;
	height: 0;
	margin: -12px 0 -18px;
	text-align: center;
	font-family: "HelveticaNeueMedium", Arial, sans-serif;
	font-size: 14px;
	overflow: visible;
}

.form-message.error {
	color: #b92522;
}

.form-message.success {
	color: #1b7f4d;
}

.trusted-section {
	padding: 50px 64px 22px;
	text-align: center;
}

.trusted-section h2 {
	margin: 0 0 34px;
	font-family: "HelveticaNeueMedium", Arial, sans-serif;
	font-size: 30px;
	line-height: 1.2;
}

.hospital-strip {
	display: grid;
	grid-template-columns: 194px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
}

.hospital-strip img {
	display: block;
}

.medanta-logo {
	width: 194px;
	height: auto;
	justify-self: start;
}

.hospital-strip-logo {
	width: 100%;
	height: 102px;
	object-fit: fill;
	object-position: left center;
}

.value-band {
	margin: 34px auto 54px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #d3423f;
	color: #fff;
	border-radius: 6px;
	overflow: hidden;
	max-width: 1298px;
}

.value-band div {
	min-height: 278px;
	padding: 39px 42px 32px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.55);
}

.value-band div:last-child {
	border-right: 0;
}

.band-icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #fff;
	display: inline-grid;
	place-items: center;
	margin-bottom: 22px;
	overflow: hidden;
}

.band-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.value-band h3 {
	margin: 0 0 8px;
	font-family: "HelveticaNeueMedium", Arial, sans-serif;
	font-size: 26px;
	line-height: 1.18;
	color: #fff;
}

.value-band p {
	margin: 0;
	font-size: 18px;
	line-height: 1.34;
}

@media (max-width: 991px) {
	.catalogue-page {
		width: 100%;
	}

	.catalogue-page header {
		padding: 10px 0 12px;
	}

	.catalogue-page header .container {
		width: 100%;
		max-width: none;
		padding: 0 12px;
	}

	.catalogue-page header .navbar-brand img {
		width: 103px;
		height: auto !important;
	}

	.catalogue-page header .navbar-toggler {
		width: 22px;
		height: 22px;
		border-radius: 0;
		background: transparent;
		border: 0;
		padding: 0;
		margin-top: 0;
	}

	.catalogue-page header .navbar-toggler-icon {
		display: block;
		width: 22px;
		height: 17px;
		background-image: linear-gradient(#111, #111), linear-gradient(#111, #111), linear-gradient(#111, #111);
		background-repeat: no-repeat;
		background-size: 22px 2px;
		background-position: 0 0, 0 7px, 0 14px;
	}

	.catalogue-page header .navbar-brand,
	.catalogue-page header .navbar {
		padding-top: 0;
		padding-bottom: 0;
	}

	.catalogue-hero {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
		overflow: visible;
	}

	.hero-media {
		width: calc(100% - 22px);
		aspect-ratio: 815 / 361;
		height: auto;
		min-height: 0;
		margin: 0 auto 10px;
		border-radius: 9px;
		overflow: hidden;
		background: url("../images/hbm-catalogue/mobile-pdf-hero-card.png") center/100% 100% no-repeat;
	}

	.hero-media::before,
	.hero-media::after,
	.hero-media .hero-surgeon {
		display: none;
	}

	.hero-copy {
		display: none;
	}

	.download-panel {
		position: relative;
		width: calc(100% - 22px);
		margin: 0 auto;
		padding: 27px 18px 13px;
		border-radius: 10px;
		box-shadow: 0 0 13px rgba(0, 0, 0, .13);
	}

	.download-icon {
		position: absolute;
		top: -21px;
		left: 50%;
		transform: translateX(-50%);
		display: grid;
		width: 44px;
		height: 44px;
		margin: 0;
	}

	.download-icon img {
		width: 36px;
		height: 36px;
	}

	.download-panel h1 {
		display: block;
		font-size: 17px;
		line-height: 1.22;
	}

	.title-rule {
		display: block;
		width: 96px;
		height: 1px;
		margin: 9px 0 17px;
		background: #222;
	}

	.download-form {
		max-width: none;
		gap: 12px;
	}

	.download-form h2 {
		display: block;
		margin: 0 0 -3px;
		font-size: 14px;
	}

	.download-form label {
		gap: 5px;
		margin: 0;
		font-size: 11px;
		line-height: 1.1;
	}

	.field-row {
		gap: 28px;
	}

	.download-form input {
		height: 18px;
		border-bottom: 1px solid #4a4a4a;
		padding: 0 0 3px;
	}

	.form-message {
		margin: -5px 0 -10px;
		font-size: 11px;
	}

	.download-form button {
		min-width: 157px;
		border-radius: 4px;
		padding: 8px 20px 7px;
		margin-top: 3px;
		font-size: 12px;
		background: #e51d2a;
	}

	.download-form button::after {
		content: none;
	}

	.trusted-section {
		display: block;
		width: calc(100% - 22px);
		aspect-ratio: 815 / 159;
		margin: 10px auto 8px;
		padding: 0;
		border-radius: 5px;
		background: url("../images/hbm-catalogue/mobile-pdf-trusted-card.png") center/100% 100% no-repeat;
		box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	}

	.trusted-section h2,
	.trusted-section .hospital-strip {
		display: none;
	}

	.value-band {
		display: block;
		width: calc(100% - 22px);
		aspect-ratio: 815 / 250;
		margin: 0 auto 12px;
		border-radius: 5px;
		background: url("../images/hbm-catalogue/mobile-pdf-value-card.png") center/100% 100% no-repeat;
	}

	.value-band > * {
		display: none;
	}

	.catalogue-page + footer,
	footer {
		min-height: 433px;
		padding: 74px 0 38px;
		background-color: #c4c4c4;
	}

	footer:before {
		opacity: .3;
		background-position: 42% 58%;
		background-size: 178% auto;
	}

	footer .container {
		width: 100%;
		max-width: none;
		padding: 0 20px;
	}

	footer ul {
		margin: 0 0 70px;
		display: flex;
		justify-content: center;
		align-items: center;
		row-gap: 18px;
	}

	footer ul li {
		margin: 0;
		padding: 0 16px;
	}

	footer ul li a {
		font-size: 17px;
		line-height: 1.2;
	}

	footer ul li:before {
		top: 1px;
		bottom: 1px;
	}

	footer .copyright .f_logo {
		margin-bottom: 11px;
		font-size: 17px;
		line-height: 1.2;
	}

	footer .copyright p {
		max-width: 360px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 1.45;
	}

	footer .copyright ul.social {
		margin: 26px 0 0;
	}

	footer .copyright ul.social li a {
		font-size: 18px;
	}
}

@media (max-width: 520px) {
	.field-row {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}

	.download-form {
		gap: 12px;
	}

	#toTop {
		right: 21px;
		bottom: 25px;
		width: 42px;
		height: 42px;
		border-radius: 7px;
		background: rgba(67, 67, 70, .82);
	}

	#toTop:after {
		line-height: 40px;
	}

}
