/* SR India public website enterprise theme. Loaded after vendor/template CSS. */
:root {
	--sr-navy: #071f3d;
	--sr-blue: #0b4f8a;
	--sr-teal: #078c8c;
	--sr-green: #19a66a;
	--sr-coral: #f26f4c;
	--sr-ink: #10233f;
	--sr-text: #536273;
	--sr-muted: #7a8ba0;
	--sr-line: #dce8ef;
	--sr-soft: #f4f9fb;
	--sr-white: #ffffff;
	--sr-shadow: 0 22px 55px rgba(7, 31, 61, 0.12);
	--sr-shadow-soft: 0 12px 28px rgba(7, 31, 61, 0.08);
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--sr-text);
	background: var(--sr-soft);
	font-size: 16px;
	line-height: 1.72;
	letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6,
.module-header {
	color: var(--sr-ink);
	letter-spacing: 0;
}

a,
button,
.theme_button,
.form-control {
	transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

a:hover,
a:focus {
	color: var(--sr-teal);
	text-decoration: none;
}

.container {
	width: min(1180px, 100%);
}

.ls,
.ds,
.cs {
	background-image: none;
}

.section_padding_top_100 {
	padding-top: 86px !important;
}

.section_padding_bottom_100 {
	padding-bottom: 92px !important;
}

.section_padding_top_150 {
	padding-top: 96px !important;
}

.section_padding_bottom_130 {
	padding-bottom: 104px !important;
}

.theme_button,
.theme_button.color1,
.theme_button.color2,
.theme_button.color2.inverse,
button.theme_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 24px;
	border: 0;
	border-radius: 6px;
	color: #fff !important;
	background: linear-gradient(135deg, var(--sr-coral), #e95333);
	box-shadow: 0 15px 30px rgba(242, 111, 76, 0.24);
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
}

.theme_button:hover,
.theme_button:focus,
button.theme_button:hover {
	color: #fff !important;
	background: linear-gradient(135deg, var(--sr-teal), var(--sr-blue));
	box-shadow: 0 15px 30px rgba(7, 140, 140, 0.22);
	transform: translateY(-1px);
}

.form-control {
	height: 52px;
	border: 1px solid var(--sr-line);
	border-radius: 6px;
	background: #fff;
	color: var(--sr-ink);
	box-shadow: none;
}

textarea.form-control {
	min-height: 136px;
	resize: vertical;
}

.form-control:focus {
	border-color: var(--sr-teal);
	box-shadow: 0 0 0 4px rgba(7, 140, 140, 0.12);
}

.alert {
	border: 0;
	border-radius: 8px;
	font-weight: 750;
}

/* Header */
.page_header_wrapper {
	position: relative;
	z-index: 9000 !important;
	overflow: visible !important;
}

.pharma-site-header.page_header {
	position: sticky;
	top: 0;
	z-index: 9001 !important;
	padding: 0;
	border-bottom: 1px solid rgba(220, 232, 239, 0.9);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 34px rgba(7, 31, 61, 0.08);
	backdrop-filter: blur(16px);
}

.pharma-site-header .container {
	position: relative;
	z-index: 9002;
	overflow: visible;
}

.front-topbar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 26px;
	min-height: 38px;
	border-bottom: 1px solid rgba(220, 232, 239, 0.8);
	color: var(--sr-text);
	background: #fff;
	font-size: 13px;
	font-weight: 750;
}

.front-topbar a:first-child {
	margin-right: auto;
}

.front-topbar a {
	color: var(--sr-ink);
	font-weight: 850;
}

.front-topbar a:hover {
	color: var(--sr-teal);
}

.pharma-site-header .display_table {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	gap: 22px;
}

.pharma-site-header .display_table_cell {
	display: block;
}

.top_logo {
	display: inline-flex !important;
	align-items: center;
	gap: 13px;
}

.top_logo img,
.page_footer .vertical_logo img {
	width: 70px !important;
	max-height: 70px;
	object-fit: contain;
}

.front-logo-text {
	display: inline-flex;
	flex-direction: column;
	text-align: left;
}

.front-logo-text strong {
	color: var(--sr-navy);
	font-size: 36px;
	font-weight: 950;
	line-height: 0.95;
}

.front-logo-text small {
	color: var(--sr-blue);
	font-size: 13px;
	font-weight: 850;
	line-height: 1.2;
}

.header_mainmenu {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.pharma-site-header .header_mainmenu {
	width: auto !important;
	min-width: 0;
	padding: 0 !important;
	overflow: visible;
}

.mainmenu_wrapper .mainmenu {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2px;
}

.mainmenu_wrapper .mainmenu > li > a {
	position: relative;
	padding: 16px 13px;
	color: var(--sr-ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mainmenu_wrapper .mainmenu > li > a:after {
	content: "";
	position: absolute;
	right: 13px;
	bottom: 9px;
	left: 13px;
	height: 2px;
	border-radius: 99px;
	background: var(--sr-teal);
	transform: scaleX(0);
	transition: transform 0.18s ease;
}

.mainmenu_wrapper .mainmenu > li > a:hover,
.mainmenu_wrapper .mainmenu > li.active > a {
	color: var(--sr-teal);
}

.mainmenu_wrapper .mainmenu > li > a:hover:after,
.mainmenu_wrapper .mainmenu > li.active > a:after {
	transform: scaleX(1);
}

@media (min-width: 992px) {
	.pharma-site-header .mainmenu_wrapper {
		position: static !important;
		display: block !important;
		width: auto !important;
		min-width: max-content;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.pharma-site-header .sf-menu > li.sf-md-hidden {
		display: block !important;
	}

	.pharma-site-header .sf-menu > li.sf-more-li {
		display: none !important;
	}
}

.header_cta_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 6px;
	color: #fff;
	background: var(--sr-navy);
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 12px 26px rgba(7, 31, 61, 0.16);
}

.header_cta_button:hover {
	color: #fff;
	background: var(--sr-teal);
	transform: translateY(-1px);
}

.pharma-site-header .toggle_menu {
	display: none !important;
	border: 0;
}

/* Hero */
.front-hero-slider {
	border-top: 1px solid rgba(220, 232, 239, 0.8);
}

.intro_section.page_mainslider {
	position: relative;
	overflow: hidden;
	background: #e9f7fb;
}

.intro_section .slides > li {
	position: relative;
	min-height: 665px;
}

.intro_section .slides > li > img {
	width: 100%;
	min-height: 665px;
	object-fit: cover;
	filter: saturate(1.03) contrast(1.03);
}

.intro_section .slides > li:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.72) 38%, rgba(255, 255, 255, 0.26) 68%, rgba(255, 255, 255, 0.04) 100%),
		linear-gradient(180deg, rgba(7, 31, 61, 0.04), rgba(7, 31, 61, 0.12));
}

.intro_section.page_mainslider:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 5;
	height: 78px;
	background:
		linear-gradient(174deg, transparent 0 48%, #fff 49%),
		linear-gradient(178deg, transparent 0 58%, var(--sr-teal) 59% 62%, var(--sr-navy) 63% 66%, #fff 67%);
	pointer-events: none;
}

.slide_description_wrapper {
	position: relative;
	z-index: 2;
	text-align: left;
}

.slide_description .with_corner_border.with_padding {
	max-width: 760px;
	padding: 36px 0 116px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.slide_description .bottom_corners,
.slide_description .with_corner_border:before,
.slide_description .with_corner_border:after {
	display: none;
}

.slide_description h5,
.front-kicker,
.front-section-heading span,
.pharma-section-heading span {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 7px 12px;
	border: 1px solid rgba(25, 166, 106, 0.22);
	border-radius: 999px;
	color: #087247;
	background: rgba(25, 166, 106, 0.09);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.slide_description h2 {
	margin: 0 0 18px;
	color: var(--sr-navy);
	font-size: clamp(42px, 5.5vw, 74px);
	line-height: 1.08;
	font-weight: 950;
}

.slide_description h2 span {
	color: var(--sr-green);
}

.slide_description p {
	max-width: 610px;
	margin-bottom: 24px;
	color: #243a55;
	font-size: 18px;
	line-height: 1.72;
}

.front-hero-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.front-hero-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border: 1px solid var(--sr-navy);
	border-radius: 6px;
	color: #fff !important;
	background: var(--sr-navy);
	font-weight: 900;
	box-shadow: 0 12px 24px rgba(7, 31, 61, 0.18);
}

.front-hero-secondary:hover {
	color: #fff;
	border-color: var(--sr-teal);
	background: var(--sr-teal);
}

.front-hero-points {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	max-width: 860px;
	margin-top: 42px;
}

.front-hero-points div {
	position: relative;
	min-height: 116px;
	padding: 18px 16px 16px;
	border: 1px solid rgba(220, 232, 239, 0.88);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--sr-shadow-soft);
}

.front-hero-points div:before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	margin-bottom: 9px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, rgba(25, 166, 106, 0.28), transparent 58%),
		linear-gradient(135deg, #ffffff, #e8f7f2);
	border: 1px solid rgba(25, 166, 106, 0.25);
}

.front-hero-points strong,
.front-hero-points small {
	display: block;
}

.front-hero-points strong {
	color: var(--sr-navy);
	font-size: 14px;
	font-weight: 950;
}

.front-hero-points small {
	color: #40536b;
	font-size: 12px;
	line-height: 1.45;
}

/* Home sections */
.front-about-section,
.front-services-section,
.front-why-section {
	background: #fff;
}

.front-about-section {
	padding: 76px 0 44px;
}

.front-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr) minmax(220px, 0.55fr);
	gap: 42px;
	align-items: center;
}

.front-about-image {
	position: relative;
}

.front-about-image:after {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -18px;
	z-index: 0;
	width: 54%;
	height: 46%;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--sr-teal), var(--sr-green));
}

.front-about-image img,
.front-cert-stack img {
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: var(--sr-shadow);
}

.front-about-image img {
	min-height: 410px;
}

.front-about-content h2,
.front-section-heading h2,
.pharma-section-heading h3 {
	margin: 0 0 16px;
	color: var(--sr-navy);
	font-size: clamp(30px, 3.4vw, 44px);
	line-height: 1.15;
	font-weight: 950;
}

.front-about-content h2 strong {
	color: var(--sr-green);
}

.front-about-content p,
.front-section-heading p,
.pharma-section-heading p {
	color: var(--sr-text);
	font-size: 17px;
}

.front-check-list {
	margin: 20px 0 24px;
	padding: 0;
	list-style: none;
}

.front-check-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	color: var(--sr-ink);
	font-weight: 800;
}

.front-check-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--sr-green);
	box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px rgba(25, 166, 106, 0.28);
}

.front-primary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 6px;
	color: #fff;
	background: var(--sr-navy);
	font-weight: 900;
}

.front-primary-link:hover {
	color: #fff;
	background: var(--sr-teal);
}

.front-cert-stack {
	display: grid;
	gap: 14px;
}

.front-cert-stack img {
	height: 136px;
}

.front-cert-card {
	padding: 23px 18px;
	border: 1px solid var(--sr-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--sr-shadow-soft);
	text-align: center;
}

.front-cert-card span,
.front-cert-card strong,
.front-cert-card small {
	display: block;
}

.front-cert-card span {
	color: var(--sr-green);
	font-size: 14px;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.front-cert-card strong {
	color: var(--sr-navy);
	font-size: 30px;
	font-weight: 950;
	line-height: 1.05;
}

.front-cert-card small {
	color: var(--sr-muted);
	font-weight: 750;
}

.front-services-section {
	padding: 38px 0 36px;
}

.front-section-heading,
.pharma-section-heading {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.front-service-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 22px;
}

.front-service-card {
	position: relative;
	min-height: 230px;
	padding: 26px 18px;
	border: 1px solid var(--sr-line);
	border-radius: 8px;
	background: #fff;
	text-align: center;
	box-shadow: var(--sr-shadow-soft);
	overflow: hidden;
}

.front-service-card:before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--sr-teal), var(--sr-green));
}

.front-service-card:hover {
	border-color: rgba(7, 140, 140, 0.38);
	box-shadow: var(--sr-shadow);
	transform: translateY(-4px);
}

.front-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 4px auto 18px;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, var(--sr-teal), var(--sr-navy));
	font-family: FontAwesome;
	font-size: 25px;
	line-height: 1;
}

.front-service-card h3 {
	margin: 0 0 8px;
	color: var(--sr-navy);
	font-size: 17px;
	font-weight: 950;
}

.front-service-card p {
	margin: 0;
	color: var(--sr-text);
	font-size: 14px;
	line-height: 1.58;
}

.front-stats-band {
	padding: 30px 0;
	background: linear-gradient(90deg, var(--sr-navy), var(--sr-teal));
}

.front-stat-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
}

.front-stat-grid div {
	padding: 8px 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
}

.front-stat-grid div:last-child {
	border-right: 0;
}

.front-stat-grid span,
.front-stat-grid strong {
	display: block;
}

.front-stat-grid span {
	color: #95f0c4;
	font-size: 28px;
	font-weight: 950;
	line-height: 1;
}

.front-stat-grid strong {
	margin-top: 6px;
	font-size: 15px;
	line-height: 1.34;
}

.front-why-section {
	padding: 42px 0 48px;
}

.front-why-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.front-why-grid div {
	padding: 20px 18px;
	border: 1px solid var(--sr-line);
	border-radius: 8px;
	background: linear-gradient(180deg, #fff, #f8fcfd);
	box-shadow: var(--sr-shadow-soft);
}

.front-why-grid strong,
.front-why-grid span {
	display: block;
}

.front-why-grid strong {
	color: var(--sr-navy);
	font-weight: 950;
}

.front-why-grid span {
	color: var(--sr-text);
	font-size: 13px;
	line-height: 1.55;
}

.front-cta-band {
	padding: 30px 0;
	background: linear-gradient(90deg, var(--sr-green), var(--sr-blue));
}

.front-cta-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	color: #fff;
}

.front-cta-content h2 {
	margin: 0 0 4px;
	color: #fff;
	font-size: 25px;
	font-weight: 950;
}

.front-cta-content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
}

.front-cta-details {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	flex-wrap: wrap;
}

.front-cta-details a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 15px;
	border-radius: 6px;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	font-weight: 900;
}

.front-cta-details a:last-child {
	background: #fff;
	color: var(--sr-navy);
}

/* Products */
.pharma-products-section {
	position: relative;
	padding-top: 82px !important;
	padding-bottom: 98px !important;
	background: linear-gradient(180deg, #fff 0%, #f4f9fb 100%);
}

#products.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
	margin: 0;
}

#products.products:before,
#products.products:after {
	display: none;
}

#products.products > li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#products .vertical-item.with_border {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid var(--sr-line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--sr-shadow-soft);
}

#products .vertical-item.with_border:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--sr-teal), var(--sr-green));
	z-index: 2;
}

#products .vertical-item.with_border:hover {
	border-color: rgba(7, 140, 140, 0.38);
	box-shadow: var(--sr-shadow);
	transform: translateY(-6px);
}

#products .item-media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 238px;
	margin-bottom: 0;
	background:
		radial-gradient(circle at 50% 44%, rgba(7, 140, 140, 0.14), transparent 58%),
		linear-gradient(145deg, #eef8fa, #fff);
}

#products .item-media img {
	width: auto;
	max-width: 86%;
	max-height: 190px;
	object-fit: contain;
	filter: drop-shadow(0 16px 16px rgba(7, 31, 61, 0.14));
}

#products .vertical-item.with_border:hover .item-media img {
	transform: scale(1.04);
}

#products .item-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 22px 28px;
	text-align: left;
}

#products h4 {
	min-height: 52px;
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.32;
	font-weight: 950;
}

#products h4 a {
	color: var(--sr-navy);
}

#products h4 a:hover {
	color: var(--sr-teal);
}

#products .price {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 7px;
	margin: 4px 0 14px;
	padding: 7px 11px;
	border-radius: 999px;
	color: var(--sr-blue);
	background: rgba(7, 140, 140, 0.1);
	font-size: 14px;
	font-weight: 900;
}

#products .price del {
	margin-right: 0;
	color: var(--sr-muted);
}

#products .price ins {
	color: var(--sr-green);
	text-decoration: none;
}

#products .product-summary {
	min-height: 76px;
	color: var(--sr-text);
	font-size: 15px;
	line-height: 1.62;
}

#products .topmargin_30 {
	margin-top: auto;
}

#products .min_width_button {
	width: 100%;
}

/* About page */
.pharma-about-page {
	background: linear-gradient(180deg, #fff 0%, #f4f9fb 100%);
}

.pharma-about-page .about-card {
	margin-bottom: 28px;
	padding: 32px;
	border: 1px solid var(--sr-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--sr-shadow-soft);
}

.pharma-about-page .about-card h3 {
	margin-top: 0;
	color: var(--sr-navy);
	font-weight: 950;
}

.pharma-about-page .about-card img {
	width: min(360px, 46%);
	margin: 4px 28px 16px 0;
	border-radius: 8px;
	box-shadow: var(--sr-shadow-soft);
}

/* Contact */
.pharma-contact-section {
	background: linear-gradient(180deg, #f4f9fb 0%, #fff 100%);
}

.pharma-contact-section form {
	padding: 34px;
	border: 1px solid var(--sr-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--sr-shadow);
}

.pharma-contact-section label {
	color: var(--sr-ink);
	font-size: 14px;
	font-weight: 850;
}

.pharma-contact-section .list1.no-bullets li {
	margin-bottom: 16px;
	padding: 22px;
	border: 1px solid var(--sr-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--sr-shadow-soft);
}

.pharma-contact-section .list1 .media {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.pharma-contact-section .list1 .media-left {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: rgba(7, 140, 140, 0.11);
}

.pharma-contact-section .list1 .media-left i {
	color: var(--sr-teal);
}

.pharma-contact-section .media-heading {
	margin-bottom: 4px;
	color: var(--sr-navy);
	font-weight: 950;
}

/* Product detail */
.pharma-product-detail {
	background: linear-gradient(180deg, #fff 0%, #f4f9fb 100%);
}

.product-detail-shell {
	border: 1px solid var(--sr-line) !important;
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--sr-shadow);
}

.product-detail-shell .images {
	border-radius: 8px;
	background:
		radial-gradient(circle at 50% 45%, rgba(7, 140, 140, 0.13), transparent 58%),
		linear-gradient(145deg, #eef8fa, #fff);
	text-align: center;
}

.product-detail-shell .images img {
	width: auto;
	max-width: 92%;
	max-height: 470px;
	object-fit: contain;
	filter: drop-shadow(0 18px 22px rgba(7, 31, 61, 0.15));
}

.product-detail-shell h1.product_title {
	margin-top: 0;
	color: var(--sr-navy);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 950;
}

.product-detail-shell .product_meta {
	display: inline-flex;
	margin: 12px 0 4px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(7, 140, 140, 0.1);
	color: var(--sr-blue);
	font-weight: 850;
}

.product-detail-shell [itemprop="description"] {
	margin: 24px 0;
	color: var(--sr-text);
}

.product-detail-shell .summary .price {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	color: var(--sr-navy);
	font-size: 22px;
	font-weight: 950;
}

.product-detail-shell .summary .price ins {
	color: var(--sr-green);
}

.product-detail-shell .stock {
	font-weight: 850;
}

.woocommerce-tabs {
	margin-top: 58px;
}

.woocommerce-tabs .nav-tabs {
	border-bottom: 1px solid var(--sr-line);
}

.woocommerce-tabs .nav-tabs > li > a {
	border: 0;
	border-radius: 6px 6px 0 0;
	color: var(--sr-ink);
	font-weight: 900;
}

.woocommerce-tabs .nav-tabs > li.active > a,
.woocommerce-tabs .nav-tabs > li > a:hover {
	color: #fff;
	background: var(--sr-navy);
}

.woocommerce-tabs .tab-content {
	padding: 30px;
	border: 1px solid var(--sr-line);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
}

/* Footer */
.page_footer.ds.color {
	padding-top: 38px !important;
	padding-bottom: 30px !important;
	background:
		linear-gradient(135deg, rgba(7, 31, 61, 0.97), rgba(4, 16, 28, 0.98)),
		url("../images/slide02.jpg") center/cover;
}

.pharma-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px;
	align-items: start;
}

.pharma-footer .widget {
	margin: 0;
}

.pharma-footer .vertical_logo {
	display: inline-flex;
	margin: 0 0 10px;
}

.page_footer .widget-title,
.page_footer h4 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 19px;
	font-weight: 950;
}

.page_footer p,
.page_footer .media-body {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.62;
}

.pharma-footer-contact .media {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 12px;
}

.pharma-footer-contact .media-left {
	padding: 0;
	width: 24px;
	flex: 0 0 24px;
	color: #95f0c4;
}

.pharma-footer-contact .media-body {
	min-width: 0;
	overflow-wrap: anywhere;
	white-space: normal;
}

.page_footer a {
	color: rgba(255, 255, 255, 0.92);
}

.page_footer a:hover {
	color: #fff;
}

.page_footer .social-icon {
	margin-right: 8px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
}

.footer_enquiry_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 6px;
	color: var(--sr-navy) !important;
	background: #fff;
	font-weight: 950;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.footer_enquiry_button:hover {
	color: #fff !important;
	background: var(--sr-green);
	transform: translateY(-1px);
}

.page_copyright.ds.color.darker {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background: #04101c;
}

.page_copyright p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
}

.pharma-policy-links {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

.pharma-policy-links a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.pharma-policy-links a:hover {
	color: #fff;
}

.pharma-policy-page {
	background: #f4f9fb;
}

.pharma-policy-card {
	max-width: 980px;
	margin: 0 auto;
	padding: clamp(24px, 5vw, 54px);
	border: 1px solid #dce8ef;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(7, 31, 61, 0.08);
}

.pharma-policy-header {
	margin-bottom: 30px;
	padding-bottom: 22px;
	border-bottom: 1px solid #dce8ef;
}

.pharma-policy-header h1 {
	margin: 0;
	color: var(--sr-navy);
	font-size: clamp(30px, 5vw, 46px);
	line-height: 1.12;
}

.pharma-policy-kicker {
	margin: 0 0 9px;
	color: var(--sr-teal);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.pharma-policy-content {
	color: #536273;
	font-size: 16px;
	line-height: 1.75;
}

.pharma-policy-content h3 {
	margin: 28px 0 8px;
	color: var(--sr-navy);
	font-size: 21px;
}

.pharma-policy-content p,
.pharma-policy-content ul,
.pharma-policy-content ol {
	margin-bottom: 15px;
}

.pharma-policy-contact {
	margin-top: 34px;
	padding: 22px;
	border-left: 4px solid var(--sr-teal);
	border-radius: 8px;
	background: #f4f9fb;
}

.pharma-policy-contact h2 {
	margin: 0 0 12px;
	color: var(--sr-navy);
	font-size: 22px;
}

.pharma-policy-contact p:last-child {
	margin-bottom: 0;
}

.whatsapp-floating-button {
	position: fixed;
	right: 22px;
	bottom: 96px;
	z-index: 3000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 0 18px;
	border-radius: 999px;
	color: #fff !important;
	background: #25d366;
	box-shadow: 0 16px 36px rgba(7, 31, 61, 0.24);
	font-size: 15px;
	font-weight: 950;
	line-height: 1;
}

.whatsapp-floating-button i {
	font-size: 21px;
}

.whatsapp-floating-button:hover,
.whatsapp-floating-button:focus {
	color: #fff !important;
	background: #128c4a;
	transform: translateY(-2px);
}

@media (min-width: 992px) {
	.whatsapp-floating-button {
		bottom: 136px;
	}
}

@media (max-width: 1199px) {
	#products.products,
	.front-service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.front-stat-grid,
	.front-why-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.front-about-grid {
		grid-template-columns: 1fr 1fr;
	}

	.front-cert-stack {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body.sr-mobile-menu-open,
	body.sr-mobile-menu-open #canvas,
	body.sr-mobile-menu-open #box_wrapper {
		overflow: visible !important;
	}

	.front-topbar {
		display: none;
	}

	.pharma-site-header.page_header {
		background: #fff;
		z-index: 9001 !important;
	}

	.pharma-site-header .display_table {
		min-height: 72px;
	}

	.front-logo-text strong {
		font-size: 28px;
	}

	.header_mainmenu {
		position: static;
		width: auto !important;
		min-width: 46px;
		padding: 0 !important;
		gap: 0;
	}

	.header_cta_button {
		display: none;
	}

	.pharma-site-header .toggle_menu {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		margin: 0 !important;
		padding: 0;
		border: 1px solid var(--sr-navy);
		border-radius: 8px;
		background: var(--sr-navy);
		box-shadow: 0 10px 24px rgba(7, 31, 61, 0.12);
		cursor: pointer;
		z-index: 1004;
	}

	.pharma-site-header .toggle_menu:before,
	.pharma-site-header .toggle_menu span:before,
	.pharma-site-header .toggle_menu span:after {
		content: none !important;
		display: none !important;
	}

	.pharma-site-header .toggle_menu .menu-line {
		position: absolute !important;
		left: 50% !important;
		display: block !important;
		width: 24px;
		height: 3px;
		border-radius: 99px;
		background-color: #fff !important;
		opacity: 1 !important;
		margin: 0 !important;
		transition: transform 0.18s ease, opacity 0.18s ease, top 0.18s ease;
	}

	.pharma-site-header .toggle_menu .menu-line-top {
		top: 14px !important;
		transform: translateX(-50%) !important;
	}

	.pharma-site-header .toggle_menu .menu-line-middle {
		top: 21px !important;
		transform: translateX(-50%) !important;
	}

	.pharma-site-header .toggle_menu .menu-line-bottom {
		top: 28px !important;
		transform: translateX(-50%) !important;
	}

	.pharma-site-header .toggle_menu.mobile-active {
		top: auto !important;
		right: auto !important;
		background: var(--sr-navy);
	}

	.pharma-site-header .toggle_menu.mobile-active .menu-line-top {
		top: 21px !important;
		transform: translateX(-50%) rotate(45deg) !important;
	}

	.pharma-site-header .toggle_menu.mobile-active .menu-line-middle {
		opacity: 0 !important;
	}

	.pharma-site-header .toggle_menu.mobile-active .menu-line-bottom {
		top: 21px !important;
		transform: translateX(-50%) rotate(-45deg) !important;
	}

	.pharma-site-header .mainmenu_wrapper {
		position: fixed !important;
		top: var(--sr-mobile-menu-top, 86px) !important;
		right: 14px !important;
		left: 14px !important;
		bottom: auto !important;
		width: auto !important;
		max-height: calc(100vh - var(--sr-mobile-menu-top, 86px) - 14px);
		padding: 10px;
		overflow-y: auto;
		overflow-x: hidden;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		background: #fff;
		border: 1px solid rgba(220, 232, 239, 0.96);
		border-radius: 8px;
		box-shadow: 0 24px 46px rgba(7, 31, 61, 0.16);
		transform: translateY(-8px);
		transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
		z-index: 99999 !important;
	}

	.pharma-site-header.mobile-active .mainmenu_wrapper,
	.mobile-active .pharma-site-header .mainmenu_wrapper {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		background: #fff;
		transform: translateY(0);
	}

	.pharma-site-header .mainmenu_wrapper .mainmenu,
	.pharma-site-header.mobile-active .sf-menu {
		position: static !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		width: 100% !important;
		height: auto !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
		background: transparent !important;
		opacity: 1 !important;
		gap: 4px;
		text-transform: none !important;
	}

	.pharma-site-header .mainmenu_wrapper .mainmenu > li {
		display: block;
		width: 100%;
		border: 0;
	}

	.pharma-site-header .mainmenu_wrapper .mainmenu > li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 46px;
		padding: 13px 14px;
		border-radius: 6px;
		color: var(--sr-ink);
		background: #f7fbfd;
		font-size: 13px;
		line-height: 1.2;
		text-align: left;
	}

	.pharma-site-header .mainmenu_wrapper .mainmenu > li > a:after {
		display: none;
	}

	.pharma-site-header .mainmenu_wrapper .mainmenu > li.active > a,
	.pharma-site-header .mainmenu_wrapper .mainmenu > li > a:hover {
		color: #fff;
		background: var(--sr-teal);
	}

	#products.products,
	.front-hero-points,
	.front-about-grid,
	.front-service-grid,
	.front-stat-grid,
	.front-why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.front-cta-content {
		align-items: flex-start;
		flex-direction: column;
	}

	.pharma-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

}

@media (max-width: 767px) {
	.section_padding_top_100,
	.section_padding_top_150 {
		padding-top: 62px !important;
	}

	.section_padding_bottom_100,
	.section_padding_bottom_130 {
		padding-bottom: 68px !important;
	}

	.pharma-site-header.page_header {
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 9001 !important;
	}

	.pharma-site-header .display_table {
		display: flex;
		min-height: 66px;
		gap: 12px;
	}

	.pharma-site-header .display_table_cell {
		display: block;
	}

	.header_left_logo {
		min-width: 0;
	}

	.header_mainmenu {
		width: 42px !important;
		min-width: 42px;
		flex: 0 0 42px;
		padding: 0 !important;
	}

	.top_logo img {
		width: 54px !important;
	}

	.front-logo-text strong {
		font-size: 23px;
	}

	.front-logo-text small {
		font-size: 11px;
	}

	.pharma-site-header .toggle_menu {
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
	}

	.pharma-site-header .toggle_menu:before,
	.pharma-site-header .toggle_menu .menu-line {
		left: 50% !important;
	}

	.front-hero-slider .container {
		width: 100%;
		padding-left: 18px;
		padding-right: 18px;
	}

	.intro_section .slides > li {
		display: flex !important;
		align-items: center;
		min-height: auto;
		padding: 76px 0 86px;
	}

	.intro_section .slides > li > img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 0;
		object-fit: cover;
		opacity: 1;
		filter: saturate(1.08) contrast(1.04) brightness(0.94);
	}

	.intro_section .slides > li:before {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.62) 52%, rgba(255, 255, 255, 0.48) 100%),
			linear-gradient(180deg, rgba(7, 31, 61, 0.08), rgba(7, 31, 61, 0.18));
	}

	.intro_section.page_mainslider:after {
		height: 42px;
	}

	.slide_description_wrapper {
		text-align: center;
	}

	.slide_description .with_corner_border.with_padding {
		max-width: 100%;
		padding: 0;
	}

	.slide_description h5 {
		margin-bottom: 10px;
		padding: 6px 9px;
		font-size: 10px;
	}

	.slide_description h2 {
		margin-bottom: 12px;
		font-size: 30px;
		line-height: 1.12;
		overflow-wrap: break-word;
	}

	.slide_description p {
		max-width: 100%;
		margin-bottom: 16px;
		font-size: 15px;
		line-height: 1.55;
	}

	.front-hero-actions {
		justify-content: center;
		gap: 10px;
	}

	.front-hero-secondary,
	.front-hero-actions .theme_button {
		width: 100%;
		min-height: 42px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.front-hero-points {
		margin-top: 18px;
		gap: 10px;
	}

	.front-hero-points div {
		min-height: auto;
		padding: 12px;
		text-align: left;
	}

	.front-hero-points div:before {
		width: 26px;
		height: 26px;
		margin-bottom: 6px;
	}

	.front-hero-points strong {
		font-size: 13px;
	}

	.front-hero-points small {
		font-size: 11px;
	}

	#products.products,
	.front-hero-points,
	.front-about-grid,
	.front-cert-stack,
	.front-service-grid,
	.front-stat-grid,
	.front-why-grid {
		grid-template-columns: 1fr;
	}

	.front-about-section {
		padding-top: 50px;
	}

	.front-about-image img {
		min-height: 250px;
	}

	.front-about-image:after {
		right: -8px;
		bottom: -8px;
	}

	.front-stat-grid div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.front-stat-grid div:last-child {
		border-bottom: 0;
	}

	.pharma-contact-section form {
		padding: 22px;
	}

	.pharma-about-page .about-card {
		padding: 22px;
	}

	.pharma-about-page .about-card img {
		float: none !important;
		width: 100%;
		margin: 0 0 18px;
	}

	.woocommerce-tabs .tab-content {
		padding: 20px;
	}

	.page_footer.ds.color {
		padding-top: 30px !important;
		padding-bottom: 24px !important;
	}

	.pharma-footer-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.pharma-footer-brand,
	.pharma-footer-contact,
	.pharma-footer-action,
	.pharma-footer-policies {
		width: 100%;
		min-width: 0;
	}

	.pharma-footer-contact .media {
		width: 100%;
	}

	.pharma-footer-contact .media-body {
		line-height: 1.72;
	}

	.pharma-footer-contact .pharma-footer-address .media-body {
		overflow-wrap: normal;
		word-break: normal;
	}

	.whatsapp-floating-button {
		right: 14px;
		bottom: 76px;
		min-height: 48px;
		width: 48px;
		padding: 0;
		border-radius: 50%;
	}

	.whatsapp-floating-button span {
		display: none;
	}
}

@media (max-width: 420px) {
	.top_logo {
		gap: 9px;
	}

	.top_logo img {
		width: 48px !important;
	}

	.front-logo-text strong {
		font-size: 20px;
	}

	.front-logo-text small {
		max-width: 150px;
		font-size: 10px;
	}

	.intro_section .slides > li {
		padding: 64px 0 78px;
	}

	.slide_description h2 {
		font-size: 27px;
	}

	.slide_description p {
		font-size: 14px;
	}

	.front-hero-points {
		margin-top: 14px;
	}

	.front-hero-points div {
		padding: 10px 11px;
	}
}
