/*
Theme Name: Virun
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1597904105
Updated: 2020-08-20 07:15:05

*/

/* ----------------------------- */
/* Common CSS Start */
/* ----------------------------- */
@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Regular.woff2') format('woff2'),
        url('./fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('./fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Bold.woff2') format('woff2'),
        url('./fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url('./fonts/ArialMT.woff2') format('woff2'),
        url('./fonts/ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url('./fonts/Arial-BoldMT.woff2') format('woff2'),
        url('./fonts/Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    --primary-font: 'Open Sans';
    --secondary-font: 'Arial';
	--orange: #ff6c00;
	
}
body {
    font-family: var(--primary-font);
    font-weight: 600;
	color: black;
	font-size: 20px;
}
.container {
    width: 100%;
    max-width: 1670px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}
h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
}
h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
}
h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
}
h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
}
h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
}
a {
	transition: all 0.5s;
}
a.btn {
    background: var(--orange);
    color: white !important;
    padding: 12px 38px;
    display: inline-block;
    font-size: 20px;
    border-radius: 60px;
    min-width: 180px;
    text-align: center;
    font-weight: 500;
}
a.btn:hover {
    background: black;
}
.subtitle-1 {
    font-size: 40px;
    display: block;
    line-height: 1.15;
}
.subtitle-2 {
    font-size: 35px;
    display: block;
    line-height: 1.2;
}
.subtitle-3 {
    font-size: 28px;
    display: block;
    line-height: 1.2;
}
/* ----------------------------- */
/* Common CSS End */
/* ----------------------------- */

/* ----------------------------- */
/* Header CSS Start */
/* ----------------------------- */
body.home header.site-header {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
header.site-header {
    width: 100% !important;
    max-width: calc(1750px - 50px) !important;
    padding: 16px 20px 16px 20px;
    margin-top: 20px;
    align-items: center;
}
header.site-header .site-branding {
    max-width: 220px;
    padding-left: 2px;
}
header.site-header .site-branding a.custom-logo-link {
    display: flex;
}
header.site-header nav.site-navigation > ul > li.menu-item-has-children ul.sub-menu {
    width: 200px;
}
header.site-header nav.site-navigation > ul > li.menu-item-has-children:after {
    font-size: 0;
    width: 18px;
    height: 7px;
    background: url(/wp-content/uploads/2026/06/down-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    right: 12px;
    margin-top: 2px;
}
header.site-header .header-set-btn a.header-cta {
    background: var(--orange);
    color: white;
    padding: 12px 28px;
    display: inline-block;
    font-size: 18px;
    border-radius: 60px;
    min-width: 180px;
    text-align: center;
    font-weight: 500;
    margin-left: 15px;
}
header.site-header nav.site-navigation > ul > li.menu-item-has-children {
    padding-right: 6px;
}
header.site-header .header-set-btn a.header-cta:hover {
    background: black;
	color: white;
}
header.site-header nav.site-navigation > ul > li > a:hover {
    color: var(--orange);
}
header.site-header nav.site-navigation > ul > li.menu-item-has-children ul.sub-menu {
    width: 220px;
    box-shadow: 0 0 60px 4px #0000001f;
    border-radius: 8px;
	overflow: hidden;
}
header.site-header nav.site-navigation > ul > li.menu-item-has-children ul.sub-menu li a {
    padding: 12px 20px;
    color: #000;
    width: 100%;
    font-size: 18px;
}
header.site-header nav.site-navigation > ul > li.menu-item-has-children ul.sub-menu li a:hover {
    background: #ff6c00;
    color: white;
}
header.site-header nav.site-navigation > ul > li > a {
    color: black;
    font-size: 18px;
    padding: 8px 20px;
}
header .site-navigation {
	display: flex;
}
header .menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
}
header .menu-toggle .menu-icon {
	width: 24px;
	height: 2px;
	background: #000;
	display: block;
	position: relative;
}
header .menu-toggle .menu-icon::before,
header .menu-toggle .menu-icon::after {
	content: '';
	width: 24px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
}
header .menu-toggle .menu-icon::before {
	top: -8px;
}
header .menu-toggle .menu-icon::after {
	top: 8px;
}
@media (max-width: 1024px) {
header .site-navigation {
	display: none;
	flex-direction: column;
}
header .site-navigation.active {
	display: flex;
	position: absolute;
	width: 100%;
	max-width: 98%;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	top: 100px;
	padding: 14px 20px 22px 20px;
	border-radius: 12px;
	box-shadow: 0 0 14px 2px #00000024;
}
header .menu-toggle {
	display: block;
}
header .site-navigation ul.menu {
    display: block;
    width: 100%;
}	
header.site-header nav.site-navigation > ul > li.header-cta > a {
    margin-top: 12px;
}	
}
/* ----------------------------- */
/* Header CSS End */
/* ----------------------------- */

/* ----------------------------- */
/* Home CSS Start */
/* ----------------------------- */
section.hero-sec {
    position: relative;
    padding-bottom: 110px;
	height: 65vw;
}
section.hero-sec .video {
    height: 100%;
    display: flex;
}
section.hero-sec video {
    object-fit: cover;
    height: 100%;
}
section.hero-sec .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1700px;
    padding: 0 20px;
}
section.hero-sec .content h1 {
    margin-top: 0;
    max-width: 680px;
    margin-bottom: 25px;
    margin-left: -6px;
}
section.hero-sec .content h1 span {
    background: linear-gradient(90deg, #9db551 5%, #c8d72a 15%, #f0b31a 30%, #f47b20 45%, #f95a2a 58%, #ef2b63 72%, #a96ab0 84%, #3db7d3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.hero-sec .content p {
    font-size: 22px;
    max-width: 470px;
    line-height: 1.35;
}
section.hero-sec .content .btn-group {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
section.hero-sec .content .btn-group a.btn-white {
    background: white;
    color: black !important;
    font-weight: 600;
    border: 1px solid #8c8b8b;
}
section.hero-sec .content .btn-group a.btn-white:hover {
    background: black;
    color: white !important;
}
section.sliding-content {
	overflow: hidden;
	padding: 20px 0;
}
section.sliding-content .group {
    display: flex;
    gap: 50px;
	will-change: transform;
    animation: scrolling 50s linear infinite;
	flex: 0 0 100%;
}
section.sliding-content .content .card {
    color: black;
    font-size: 100px;
    font-weight: 700;
    width: 600px;
    display: flex;
}
section.sliding-content .content .carousel {
    display: flex;
	gap: 50px;
}
section.sliding-content .content .card:nth-child(odd) span {
    color: var(--orange);
}
section.sliding-content .content .card:nth-child(even) {
    opacity: 0.3;
}
@keyframes scrolling {
0% {
   transform: translateX(0);
}
100% {
   transform: translateX(-100%);
}
}
section.who-we-are-sec {
    height: 55vw;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
}
section.who-we-are-sec .content {
    max-width: 620px;
    margin-left: auto;
    margin-top: -5%;
}
section.who-we-are-sec .content .sub-heading {
    font-size: 28px;
    text-transform: uppercase;
}
section.who-we-are-sec .content .below-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    max-width: 550px;
    line-height: 1.25;
}
section.who-we-are-sec .content p {
    max-width: 500px;
    margin-bottom: 28px;
}
section.who-we-are-sec-main h2 {
    max-width: 580px;
}
section.image-slider-sec {
    overflow: hidden;
    padding: 100px 0;
    padding-right: 25px;
}
.image-slider-sec .slider-container {
	position: relative;
	width: 100%;
	display: flex;
	gap: 60px;
	align-items: center;
}
/* Left Column - Text Content */
.image-slider-sec .content-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	position: relative;
	z-index: 1;
	order: 1;
}
/* Right Column - Image Display */
.image-slider-sec .image-section {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	max-width: 100%;
	order: 2;
}
/* Navigation - Center of image, left and right vertically */
.image-slider-sec .navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 1000;
    cursor: pointer;
}
.image-slider-sec .image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 20;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}
.image-slider-sec .image-container:active {
	cursor: grabbing;
}
.image-slider-sec .card {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	will-change: transform, opacity, left, top;
	background: #1a1a1a;
	transform-origin: center center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	transform-style: preserve-3d;
	top: 0;
	left: 0;
	/* Smooth rendering optimizations */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.image-slider-sec .card-image, .image-slider-sec .card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: scale(1.008);
}
.image-slider-sec .content-number {
	display: flex;
	flex-direction: column;
}
.image-slider-sec .sub-heading {
    font-size: 28px;
    text-transform: uppercase;
}
.image-slider-sec .content-title-wrapper {
	display: flex;
	flex-direction: column;
}
.image-slider-sec .below-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    max-width: 550px;
    line-height: 1.25;
}
.image-slider-sec .content-description {
	max-width: 500px;
    margin-bottom: 28px;
}
.image-slider-sec .content-description p {
	margin-bottom: 0;
}
.image-slider-sec .nav-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--orange) !important;
    color: white;
    font-size: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: all;
    background-image: url(/wp-content/uploads/2025/12/right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: none;
    position: relative;
    right: -50px;
}
.image-slider-sec .nav-btn:first-child {
    right: unset;
    left: -50px;
    transform: rotate(180deg) !important;
}
@media (max-width: 1280px) and (min-width: 1025px) {
.image-slider-sec .content-section #contentTitle1 {
    font-size: 68px;
}	
}
@media (max-width: 1024px) {
	section.image-slider-sec {
		padding-right: 0;
	}
	.image-slider-sec .slider-container {
		flex-direction: column;
		gap: 30px;
		padding: 20px;
		min-height: auto;
	}
	/* Image on top, text on bottom for mobile */
	.image-slider-sec .image-section {
        order: 1;
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }
	.image-slider-sec .sub-heading, .image-slider-sec #contentTitle1, .image-slider-sec .btn-inner {
		text-align: center;
	}
	.image-slider-sec .below-heading {
		max-width: 100%;
		text-align: center;
	}
	.image-slider-sec .content-description {
		max-width: 100%;
		text-align: center;
	}
	.image-slider-sec .content-section {
        order: 2;
        padding: 10px 0;
        width: 100%;
    }
	.image-slider-sec .image-container {
        width: 100%;
        height: auto;
    }
	.image-slider-sec .card {
		width: 100%;
		height: 100%;
	}
	.image-slider-sec .navigation {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		padding: 0 10px;
	}
	.image-slider-sec .nav-btn:first-child {
		left: 10px;
	}
	.image-slider-sec .nav-btn {
		right: 10px;
	}
	section.image-slider-sec {
		padding: 70px 0;
	}
}
@media (max-width: 768px) {
	.image-slider-sec .slider-container {
        padding: 0;
        gap: 20px;
    }
}
@media (max-width: 767px) {
.image-slider-sec .nav-btn {
    width: 50px;
    height: 50px;
    right: 0;
	background-size: 26px !important;
}
.image-slider-sec .nav-btn:first-child {
	left: 0;
}	
.image-slider-sec .sub-heading {
    font-size: 24px;
}	
.image-slider-sec .below-heading {
    font-size: 24px;
}	
}
section.tech-sec {
	overflow: hidden;
}
section.tech-sec .technology-sec {
    padding: 20px 0;
    background-size: cover !important;
    background-position: top center !important;
	display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
section.tech-sec .technology-sec.active {
    display: block;
    opacity: 1;
}
section.tech-sec .content .sub-heading {
    font-size: 28px;
    text-transform: uppercase;
}
section.tech-sec .content .below-heading {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
section.tech-sec .content p {
    max-width: 500px;
    margin-bottom: 28px;
}
section.tech-sec .row {
    display: flex;
    flex-wrap: wrap;
}
section.tech-sec .left-content {
    width: 50%;
}
section.tech-sec .right-content {
    width: 50%;
    padding-top: 130px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
section.tech-sec .right-content .content {
    max-width: 540px;
    margin: 0 auto;
    z-index: 99;
    position: relative;
    padding-left: 50px;
    padding-top: 2vw;
}
section.tech-sec .right-content:after {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0, rgba(87, 199, 133, 0) 90%);
    top: 0;
    border-radius: 50%;
    z-index: 9;
    filter: blur(12px);
    left: -110px;
}
section.tech-sec .technology-sec .esolv-content {
    aspect-ratio: 1 / 1;
    max-width: 31vw;
    margin-left: auto;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    font-weight: 600;
    position: relative;
	cursor: pointer;
}
section.tech-sec .technology-sec.active .esolv-content {
    opacity: 1;
}
section.tech-sec .technology-sec .esolv-content {
    opacity: 0;
    transition: all 0.5s;
}
section.tech-sec .left-content .esolv-content:first-child {
    cursor: unset;
}
section.tech-sec .technology-sec .esolv-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/12/Esolv-img.svg);
    background-size: contain !important;
    background-position: center !important;
	animation: orbit 25s linear infinite;
}
section.tech-sec .technology-sec .esolv-content .circle-title {
    position: relative;
    z-index: 99;
}
@keyframes orbit {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
section.tech-sec .technology-sec .esolv-content .circle-title span {
    font-size: 1.6vw;
    margin-left: 0.7vw;
    top: -0.98vw;
    position: relative;
}
section.tech-sec .technology-sec .esolv-content-2 {
    margin-left: 0;
    max-width: 13vw;
    margin-top: 2vw;
    font-size: 0.9vw;
    line-height: 1.2;
}
section.tech-sec .technology-sec .esolv-content-2 .circle-title {
    max-width: 5vw;
    text-align: center;
    margin: 0 auto;
}
section.tech-sec .technology-sec .esolv-content-2:after {
	animation: orbit2 25s linear infinite;
}
@keyframes orbit2 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(-360deg);
}
}
section.tech-sec .technology-sec .esolv-content-3 {
    margin-left: auto;
    max-width: 17vw;
    margin-top: -5vw;
    margin-bottom: 0.5vw;
    font-size: 1.25vw;
    line-height: 1.2;
    margin-right: 0;
}
section.tech-sec .technology-sec .esolv-content-4 {
    margin-left: auto;
    margin-right: 5vw;
    max-width: 15vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 0.9vw;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
section.tech-sec .technology-sec .esolv-content-4:after {
	animation: orbit2 25s linear infinite;
}
.technology-sec.esolv .esolv-content.esolv-content-3 .circle-title {
    max-width: 7vw;
    text-align: center;
    line-height: 0.9;
}
.technology-sec.esolv .esolv-content.esolv-content-3 .circle-title span, .technology-sec.esolv .esolv-content.esolv-content-2 .circle-title span, .technology-sec.dp-technology .esolv-content.esolv-content-3 span {
    display: none;
}
.technology-sec.esolv .esolv-content.esolv-content-3 {
    font-size: 1.1vw;
}
/* probiferrin-sec */
section.tech-sec .probiferrin-sec .esolv-content:after {
    background: url(/wp-content/uploads/2025/12/dp-technology-1.svg);
}
section.tech-sec .probiferrin-sec .esolv-content {
    max-width: 26vw;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
}
section.tech-sec .probiferrin-sec .esolv-content-2 {
    margin-left: 0;
    max-width: 10vw;
    margin-top: 2vw;
    font-size: 1.8vw;
    line-height: 1.2;
    display: flex;
}
.technology-sec.probiferrin-sec .esolv-content:first-child {
    text-align: center;
    line-height: 1;
}
section.tech-sec .probiferrin-sec .esolv-content-2 .circle-title span {
    top: -0.5vw;
    margin-left: 0.1vw;
    font-size: 1.35vw;
}
.technology-sec.probiferrin-sec .esolv-content.esolv-content-3 .circle-title span {
    font-size: 1vw;
    top: -0.5vw;
    margin-left: 0;
}
section.tech-sec .probiferrin-sec .esolv-content-2:after {
	background: url(/wp-content/uploads/2025/12/dp-technology-2.svg);
}
section.tech-sec .probiferrin-sec .esolv-content-2 .circle-title {
    max-width: unset;
}
section.tech-sec .probiferrin-sec .esolv-content-3 {
    margin-left: auto;
    max-width: 10vw;
    margin-top: -1vw;
    margin-bottom: 0.5vw;
    font-size: 1.2vw;
    line-height: 1.2;
    margin-right: 4vw;
}
section.tech-sec .probiferrin-sec .esolv-content-3 .circle-title {
    max-width: 8vw;
    text-align: center;
}
section.tech-sec .probiferrin-sec .esolv-content-3:after {
	background: url(/wp-content/uploads/2025/12/dp-technology-3.svg);
}
section.tech-sec .probiferrin-sec .esolv-content-4 {
    margin-left: auto;
    margin-right: 5vw;
    max-width: 10vw;
    margin-bottom: 1vw;
    font-size: 1.1vw;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    position: relative;
    top: -1vw;
}
section.tech-sec .probiferrin-sec .esolv-content-4:after {
	background: url(/wp-content/uploads/2025/12/dp-technology-4.svg);
}
section.tech-sec .probiferrin-sec {
    padding-bottom: 80px;
    background-position: center !important;
}
section.tech-sec .probiferrin-sec .content p {
    max-width: 450px;
}
/* dp-technology */
section.tech-sec .dp-technology .esolv-content:after {
    background: url(/wp-content/uploads/2025/12/Probiferrin-img-1.svg);
}
section.tech-sec .dp-technology .esolv-content {
    max-width: 26vw;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
}
section.tech-sec .dp-technology .esolv-content-2 {
    margin-left: 0;
    max-width: 10vw;
    margin-top: 2vw;
    font-size: 1.8vw;
    line-height: 1.2;
    display: flex;
}
section.tech-sec .dp-technology .esolv-content-2 .circle-title span {
    top: -0.5vw;
    margin-left: 0.1vw;
    font-size: 1.35vw;
}
section.tech-sec .dp-technology .esolv-content-2:after {
	background: url(/wp-content/uploads/2025/12/Probiferrin-img-2-1.svg);
}
section.tech-sec .dp-technology .esolv-content-2 .circle-title {
    max-width: unset;
}
section.tech-sec .dp-technology .esolv-content-3 {
    margin-left: auto;
    max-width: 10vw;
    margin-top: 2vw;
    margin-bottom: 0.5vw;
    font-size: 1.2vw;
    line-height: 1.2;
    margin-right: 4vw;
}
section.tech-sec .dp-technology .esolv-content-3 .circle-title {
    max-width: 8vw;
    text-align: center;
}
section.tech-sec .dp-technology .esolv-content-3:after {
	background: url(/wp-content/uploads/2025/12/Probiferrin-img-3.svg);
}
section.tech-sec .dp-technology .esolv-content-3 .circle-title span {
	top: -0.5vw;
    margin-left: 0.1vw !important;
    font-size: 1.35vw;
}
section.tech-sec .dp-technology .esolv-content-4 {
    margin-left: auto;
    margin-right: 5vw;
    max-width: 10vw;
    margin-bottom: 1vw;
    font-size: 1.1vw;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    position: relative;
    top: -1vw;
}
section.tech-sec .dp-technology .esolv-content-4:after {
	background: url(/wp-content/uploads/2025/12/Probiferrin-img-4.svg);
}
section.tech-sec .dp-technology {
    padding-bottom: 80px;
    background-position: center !important;
}
section.tech-sec .dp-technology .content p {
    max-width: 450px;
}
section.tech-sec .dp-technology .esolv-content .circle-title {
    text-align: center;
    line-height: 1.1;
}
section.tech-sec .dp-technology .esolv-content .circle-title span {
    margin-left: 0.3vw;
}
section.tech-sec .probiferrin-sec .right-content .content {
    max-width: 720px;
    padding-left: 40px;
}
section.tech-sec .probiferrin-sec .right-content .content h2 br {
    display: none;
}
/* Bicarbonate */
section.tech-sec .bicarbonate .esolv-content:after {
    background: url(/wp-content/uploads/2025/12/baking-soda-1.svg);
}
section.tech-sec .bicarbonate .esolv-content {
    max-width: 30vw;
    margin-top: 0vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 2.5vw;
}
section.tech-sec .bicarbonate .esolv-content-2 {
    margin-left: 0;
    max-width: 10vw;
    margin-top: 2vw;
    font-size: 1.8vw;
    line-height: 1.2;
    display: flex;
}
section.tech-sec .bicarbonate .esolv-content-2 .circle-title span {
    top: -0.5vw;
    margin-left: 0.1vw;
    font-size: 1.35vw;
}
section.tech-sec .bicarbonate .esolv-content-2:after {
	background: url(/wp-content/uploads/2025/12/lemons-bg-1.svg);
}
section.tech-sec .bicarbonate .esolv-content-2 .circle-title {
    max-width: unset;
}
section.tech-sec .bicarbonate .esolv-content-3 {
    margin-left: auto;
    max-width: 10vw;
    margin-top: 2vw;
    margin-bottom: 0.5vw;
    font-size: 1.2vw;
    line-height: 1.2;
    margin-right: 4vw;
}
section.tech-sec .bicarbonate .esolv-content-3 .circle-title {
    max-width: 8vw;
    text-align: center;
}
section.tech-sec .bicarbonate .esolv-content-3:after {
	background: url(/wp-content/uploads/2025/12/lemons-bg-1.svg);
}
section.tech-sec .bicarbonate .esolv-content-3 .circle-title span {
	top: -0.5vw;
    margin-left: 0.1vw !important;
    font-size: 1.35vw;
}
section.tech-sec .bicarbonate .esolv-content-4 {
    margin-left: auto;
    margin-right: 5vw;
    max-width: 10vw;
    margin-bottom: 1vw;
    font-size: 1.1vw;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    position: relative;
    top: -1vw;
}
section.tech-sec .bicarbonate .esolv-content-4:after {
	background: url(/wp-content/uploads/2025/12/lemons-bg-1.svg);
}
.technology-sec.bicarbonate .esolv-content.esolv-content-4 .circle-title {
    line-height: 0.4;
}
section.tech-sec .bicarbonate {
    padding-bottom: 80px;
}
section.tech-sec .bicarbonate .content p {
    max-width: 450px;
}
section.tech-sec .bicarbonate .esolv-content .circle-title {
    text-align: center;
    line-height: 1.1;
}
section.tech-sec .bicarbonate .esolv-content .circle-title span {
    margin-left: 0.3vw;
}
section.tech-sec .bicarbonate .right-content .content {
    max-width: 720px;
    padding-left: 40px;
}
section.tech-sec .bicarbonate .right-content:after {
    width: 1000px;
    height: 1000px;
    left: -240px;
}
section.application-sec {
    padding-top: 130px;
    background: url(/wp-content/uploads/2025/12/applications-bg.svg);
    background-size: cover;
    background-position: top;
    overflow: hidden;
}
section.application-sec .content {
    text-align: center;
}
section.application-sec .content h2 {
    color: white;
}
section.application-sec .content p {
    font-size: 22px;
    max-width: 700px;
    margin: 0 auto;
    color: white;
    margin-top: 26px;
    margin-bottom: 24px;
}
section.application-sec .all-product-images {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: -250px;
}
section.application-sec .all-product-images .img-col {
    width: 33.33%;
}
section.application-sec .all-product-images .img-col:nth-child(2) {
    padding-bottom: 50px;
}
section.application-sec .all-product-images .img-col:first-child {
    padding-bottom: 120px;
}
section.application-sec .all-product-images .img-col img.img-2 {
    margin: 0 auto;
    display: block;
	animation: animation2 5s linear infinite;
}
section.application-sec .all-product-images .img-col img.img-3 {
	animation: animation3 3s linear infinite;
}
section.application-sec .all-product-images .img-col img.img-4 {
    margin-left: auto;
    display: block;
    position: relative;
    top: -50px;
	animation: animation4 8s linear infinite;
}
section.application-sec .all-product-images .img-col img.img-1 {
    animation: animation1 3s linear infinite;
}
section.application-sec .all-product-images .img-col img.img-5 {
	margin-bottom: -5px;
    animation: animation5 3s linear infinite;
}
@keyframes animation1 {
0 {
    transform: translateX(0);
}
25% {
    transform: translateX(-20px);
}
50% {
    transform: translateX(-40px);
}
75% {
    transform: translateX(-20px);
}	
100% {
    transform: translateX(0);
}
}
@keyframes animation2 {
0 {
    transform: rotate(0deg);
}
25% {
    transform: rotate(20deg);
}
50% {
    transform: rotate(40deg);
}
75% {
    transform: rotate(20deg);
}	
100% {
    transform: rotate(0);
}
}
@keyframes animation3 {
0 {
    transform: translateY(0);
}
25% {
    transform: translateY(-20px);
}
50% {
    transform: translateY(-40px);
}
75% {
    transform: translateY(-20px);
}	
100% {
    transform: translateY(0);
}
}
@keyframes animation4 {
0 {
    transform: rotate(0deg);
}
25% {
    transform: rotate(-20deg);
}
50% {
    transform: rotate(-40deg);
}
75% {
    transform: rotate(-20deg);
}	
100% {
    transform: rotate(0);
}
}
@keyframes animation5 {
0 {
    transform: translateX(0);
}
25% {
    transform: translateX(20px);
}
50% {
    transform: translateX(40px);
}
75% {
    transform: translateX(20px);
}	
100% {
    transform: translateX(0);
}
}
section.why-virun-sec {
    padding-top: 180px;
    background: url(/wp-content/uploads/2025/12/why-virun-bg-scaled.jpg);
    background-size: cover;
    background-position: top center;
    height: 85vw;
	position: relative;
}
section.why-virun-sec:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    background: url(/wp-content/uploads/2025/12/white-overlay-set.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}
section.why-virun-sec .content {
    max-width: 550px;
    position: relative;
}
section.why-virun-sec .content span.sub-heading {
    font-size: 28px;
    text-transform: uppercase;
}
section.faqs-sec {
    padding: 110px 0;
}
section.faqs-sec .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
section.faqs-sec .row .col-4 {
    width: calc(40% - 30px);
}
section.faqs-sec .row .col-6 {
    width: 60%;
}
section.faqs-sec .row .col-4 h2 {
    font-size: 32px;
    max-width: 310px;
    line-height: 1.25;
    margin: 0;
}
section.faqs-sec .panel {
    max-width: 100%;
    padding: 0;
    color: #808184;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
section.faqs-sec .items {
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}
section.faqs-sec .accordion.active {
    padding-bottom: 8px;
}
/* ----------------------------- */
/* Home CSS End */
/* ----------------------------- */

/* ----------------------------- */
/* Footer CSS Start */
/* ----------------------------- */
footer.site-footer {
    max-width: 100% !important;
    background: url(/wp-content/uploads/2026/06/footer-bg-set.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 30px;
}
footer.site-footer .container {
    position: relative;
}
footer.site-footer .inner-content {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 100px;
}
footer.site-footer .inner-content img {
    max-width: 200px;
}
footer.site-footer .inner-content h2 {
    color: white;
    margin-top: 25px;
    margin-bottom: 30px;
}
footer.site-footer .inner-content p {
    color: white;
    max-width: 520px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 34px;
}
footer.site-footer .menu-set {
    border-bottom: 1px solid #91D2E8;
    padding-bottom: 32px;
    position: relative;
}
footer.site-footer .menu-set ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
footer.site-footer .menu-set ul li a {
    color: white;
    font-size: 18px;
}
footer.site-footer .menu-set ul li a:hover {
    color: black;
}
footer.site-footer .menu-set .social-icons {
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    top: 0;
    right: 0;
}
footer.site-footer .menu-set .social-icons a img {
    transition: all 0.5s;
}
footer.site-footer .menu-set .social-icons a img:hover {
    filter: brightness(0);
}
footer.site-footer .footer-bottom {
    padding-top: 26px;
    padding-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #91D2E8;
}
footer.site-footer .footer-bottom ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
footer.site-footer .footer-bottom ul li a {
    color: #ffffff8f;
    font-size: 18px;
}
footer.site-footer .footer-bottom ul li a:hover {
    color: white;
}
footer.site-footer .footer-bottom .copyright {
    color: #ffffff8f;
	font-size: 18px;
}
footer.site-footer .footer-bottom .copyright p {
    margin-bottom: 0;
}
/* ----------------------------- */
/* Footer CSS End */
/* ----------------------------- */

@media(max-width: 1530px) {
header.site-header {
    max-width: calc(100% - 50px) !important;
}	
}

@media(max-width: 1380px) {
section.who-we-are-sec .content .below-heading {
	max-width: 550px;
	line-height: 1.25;
}		
}

@media(max-width: 1150px) {
header.site-header .site-branding {
    max-width: 180px;
}	
header.site-header nav.site-navigation > ul > li > a {
    font-size: 17px;
    padding: 8px 15px;
}	
}

@media(max-width: 1440px) and (min-width: 1025px) {
section.tech-sec .bicarbonate .esolv-content:first-child {
    max-width: 35vw;
    left: 2vw;
}	
body section.tech-sec .bicarbonate .esolv-content-2 {
	max-width: 16vw !important;
	font-size: 2.5vw !important;
}
section.tech-sec .bicarbonate .esolv-content-3 {
    max-width: 16vw;
    font-size: 1.8vw;
}
section.tech-sec .bicarbonate .esolv-content-3 .circle-title {
    max-width: 100%;
}	
section.tech-sec .bicarbonate .esolv-content-4 {
    max-width: 15vw;
    font-size: 1.8vw;
    margin-top: 5vw;
}	
section.tech-sec .technology-sec .esolv-content:first-child {
    max-width: 35vw;
    margin-right: 18px;
}	
section.tech-sec .technology-sec .esolv-content-2 {
    max-width: 18vw;
    font-size: 1vw !important;
}	
section.tech-sec .technology-sec .esolv-content-2 .circle-title {
    max-width: 7vw;
}	
section.tech-sec .dp-technology .esolv-content-2 {
    font-size: 2.7vw !important;
}	
section.tech-sec .dp-technology .esolv-content-3 {
    max-width: 16vw;
    font-size: 1.8vw;
}	
section.tech-sec .dp-technology .esolv-content-3 .circle-title {
    max-width: 100%;
}	
section.tech-sec .dp-technology .esolv-content-4 {
    max-width: 15vw;
    margin-top: 6vw;
    font-size: 1.55vw;
}	
section.tech-sec .probiferrin-sec .esolv-content-2 {
    font-size: 2.8vw !important;
}
section.tech-sec .probiferrin-sec .esolv-content-2 .circle-title {
    max-width: 100%;
}	
section.tech-sec .probiferrin-sec .esolv-content-3 {
    max-width: 14vw;
    font-size: 1.7vw;
}
section.tech-sec .probiferrin-sec .esolv-content-3 .circle-title {
    max-width: 10vw;
}	
section.tech-sec .probiferrin-sec .esolv-content-4 {
    max-width: 14vw;
    font-size: 1.5vw;
    margin-top: 5vw;
}	
}

@media(max-width: 1024px) {
header .menu-toggle[aria-expanded="true"] span.menu-icon {
    background: transparent;
}	
header .menu-toggle[aria-expanded="true"] span.menu-icon:before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}	
header .menu-toggle[aria-expanded="true"] span.menu-icon:after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}	
section.hero-sec .content p {
    font-size: 20px;
}	
h1 {
    font-size: 70px;
    line-height: 1;
}	
h2 {
    font-size: 50px;
}
section.who-we-are-sec .content {
    max-width: 450px;
}	
footer.site-footer .inner-content {
    padding-top: 80px;
    padding-bottom: 80px;
}	
section.why-virun-sec {
    background-size: 130vw;
    height: 100vw;
}	
section.who-we-are-sec-main {
	height: 85vw;
}
section.who-we-are-sec-main .content {
    margin-top: -14vw;
}	
section.sliding-content .content .card {
    font-size: 80px;
    width: 480px;
}	
}

@media(max-width: 991px) {
section.who-we-are-sec .content .below-heading {
    max-width: 100%;
}		
section.tech-sec .left-content {
    width: 100%;
}	
section.tech-sec .right-content {
    width: 100%;
    padding-top: 60px;
    display: block;
}	
section.tech-sec .right-content .content {
    padding-left: 0;
    margin: 0;
}	
.technology-sec.bicarbonate .esolv-content:first-child {
    max-width: 340px !important;
}	
.technology-sec.esolv .esolv-content.esolv-content-3 .circle-title {
    max-width: 150px !important;
}
.technology-sec.esolv .esolv-content.esolv-content-3 {
    font-size: 16px;
}	
section.tech-sec .left-content .esolv-content:first-child {
    margin: 0 auto;
    max-width: 260px;
    font-size: 28px;
}	
section.tech-sec .technology-sec .esolv-content-2 {
    max-width: 220px;
    font-size: 15px;
}
section.tech-sec .technology-sec .esolv-content-2 .circle-title {
    max-width: 100px;
}
section.tech-sec .technology-sec .esolv-content-3 {
    max-width: 220px;
}	
section.tech-sec .technology-sec .esolv-content-3 {
    max-width: 220px;
    font-size: 16px;
}
section.tech-sec .technology-sec .esolv-content-4 {
    max-width: 200px;
    font-size: 12px;
    margin-bottom: 30px;
}	
section.tech-sec .right-content {
    padding-top: 0;
}	
section.tech-sec .right-content:after {
    top: -340px;
    left: -40%;
}
section.tech-sec .technology-sec .esolv-content {
    z-index: 999;
}	
section.tech-sec .dp-technology .esolv-content-2 {
    font-size: 30px;
}	
section.tech-sec .dp-technology .esolv-content-2 span {
    font-size: 18px !important;
}	
section.tech-sec .dp-technology .esolv-content-3 .circle-title {
    max-width: 100%;
}	
section.tech-sec .dp-technology .esolv-content-3 {
    font-size: 20px;
}	
section.tech-sec .dp-technology .esolv-content-4 {
    font-size: 18px;
}	
section.tech-sec .dp-technology, section.tech-sec .probiferrin-sec, section.tech-sec .bicarbonate {
    padding-bottom: 40px;
}
section.tech-sec .probiferrin-sec .esolv-content-2 {
    font-size: 28px;
}	
section.tech-sec .technology-sec .esolv-content .circle-title span {
    font-size: 18px;
}
section.tech-sec .probiferrin-sec .esolv-content-3 {
    font-size: 20px;
}	
section.tech-sec .probiferrin-sec .esolv-content-3 .circle-title {
    max-width: 150px;
}	
section.tech-sec .probiferrin-sec .esolv-content-4 {
    font-size: 18px;
}	
section.tech-sec .bicarbonate .esolv-content-2 {
    font-size: 30px;
}
section.tech-sec .bicarbonate .esolv-content-2 .circle-title {
    max-width: 100%;
}
section.tech-sec .bicarbonate .esolv-content-2 .circle-title span {
    font-size: 20px;
}	
section.tech-sec .bicarbonate .esolv-content-3 {
    font-size: 22px;
}	
section.tech-sec .bicarbonate .esolv-content-3 .circle-title {
    max-width: 100%;
}	
section.tech-sec .bicarbonate .esolv-content-4 {
    font-size: 18px;
}	
section.application-sec {
    padding-top: 80px;
}	
section.application-sec .content p {
    font-size: 18px;
    line-height: 1.35;
    max-width: 500px;
}	
section.application-sec .all-product-images .img-col img.img-2 {
    max-width: 150px;
}	
section.application-sec .all-product-images .img-col img.img-1 {
    max-width: 240px;
}	
section.application-sec .all-product-images .img-col img.img-3 {
    max-width: 240px;
}	
section.application-sec .all-product-images {
    margin-top: -180px;
}	
section.faqs-sec {
    padding: 70px 0;
}	
section.why-virun-sec {
    background-size: 150vw;
}	
footer.site-footer .menu-set .social-icons {
    position: unset;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: -8px;
}	
}

@media(max-width: 767px) {
h1 {
    font-size: 50px;
}
h2 {
	font-size: 36px;
}	
header.site-header {
	max-width: calc(100% - 45px) !important;
}	
header.site-header .site-branding {
	max-width: 160px;
	padding-left: 20px;
}	
header .site-navigation.active {
    top: 85px;
}	
header .site-navigation ul.menu li {
    justify-content: center;
}	
header.site-header nav.site-navigation > ul > li.header-cta > a {
    margin-left: 0;
}	
section.hero-sec .content .btn-group {
    gap: 15px;
}
section.hero-sec .content p {
	font-size: 18px;
}	
section.sliding-content .content .card {
	font-size: 40px;
	width: max-content;
}	
section.sliding-content .group {
    gap: 15px;
}	
section.sliding-content .content .carousel {
    gap: 15px;
}	
section.who-we-are-sec-main {
	height: 980px;
	background-color: #67bcb0 !important;
	background-size: 1000px !important;
	background-repeat: no-repeat !important;
	background-position: -70px -2px !important;
	align-items: flex-end;
	padding-bottom: 60px;
}
section.who-we-are-sec-main .content {
	margin-left: 0;
	max-width: 100%;
	text-align: center;
}
section.who-we-are-sec-main .content h2 {
    max-width: 100%;
}	
section.who-we-are-sec-main .content p {
    margin-left: auto;
    margin-right: auto;
}	
.technology-sec.probiferrin-sec .right-content .content {
    padding-left: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}	
section.who-we-are-sec .content .sub-heading, section.tech-sec .content .sub-heading {
    font-size: 24px;
}	
section.who-we-are-sec .content .below-heading, section.tech-sec .content .below-heading {
    font-size: 24px;
}		
.product-img__item img {
    height: 100%;
}	
section.tech-sec .technology-sec .esolv-content-4 {
    margin-top: 35px;
}	
section.tech-sec .bicarbonate .right-content .content {
    padding-left: 0;
}	
section.application-sec {
	padding-top: 60px;
}	
section.application-sec .all-product-images {
	margin-top: -60px;
}
section.application-sec .all-product-images .img-col img.img-2 {
	max-width: 130px;
}	
section.application-sec .all-product-images .img-col img.img-3 {
	max-width: 190px;
}	
section.application-sec .all-product-images .img-col {
    width: 50%;
}
section.application-sec .all-product-images .img-col:last-child {
    width: 100%;
}	
section.application-sec .all-product-images .img-col img.img-4 {
    max-width: 310px;
    margin: 0;
    margin-top: -40px;
}	
section.application-sec .all-product-images .img-col img.img-5 {
    max-width: 290px;
    margin-left: auto;
    display: block;
    margin-top: -190px;
}
section.why-virun-sec {
	height: 880px;
	background-size: cover;
	background-position: 80% 0 !important;
	display: flex;
	align-items: flex-end;
	padding-bottom: 90px;
}
section.why-virun-sec:before {
    width: 100%;
    top: unset;
    bottom: 0;
    transform: rotate(180deg);
    background-size: 300vw;
    background-position: 0 -200px;
}	
section.faqs-sec .row .col-4 {
    width: 100%;
}
section.faqs-sec .row .col-6 {
    width: 100%;
}
section.faqs-sec {
	padding: 60px 0;
}
footer.site-footer .menu-set ul {
    row-gap: 15px;
    margin-bottom: 30px;
}	
footer.site-footer .footer-bottom ul {
    justify-content: center;
    row-gap: 12px;
}
footer.site-footer .footer-bottom ul li a {
    color: #ffffff94;
}
footer.site-footer .footer-bottom .copyright {
    width: 100%;
    text-align: center;
	color: #ffffff94;
}	
}

/* ================================================================================================== */
/* 									NEW DESIGN 														  */
/* ================================================================================================== */
section.hero-sec .content span.subtitle-1 {
    max-width: 720px;
    margin-bottom: 25px;
    margin-top: -5px;
}
section.hero-sec .drop-img {
    text-align: center;
}
section.hero-sec video.mobile-video {
    display: none;
}
section.continuous-system-sec {
    padding-bottom: 80px;
}
section.continuous-system-sec .content {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}
section.continuous-system-sec .content h2 {
    margin-top: 22px;
}
section.continuous-system-sec .services-box {
    display: flex;
    flex-wrap: wrap;
    background: url(/wp-content/uploads/2026/06/colorful-drips.png);
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
}
section.continuous-system-sec .services-box .services-box-1, section.continuous-system-sec .services-box .services-box-2 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
section.continuous-system-sec .services-box .inner-items {
    width: 50%;
    padding: 0 20px;
    text-align: center;
}
section.continuous-system-sec .services-box .inner-items .inner-content .image {
    display: inline-flex;
    border: 3px solid #99b337;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    justify-content: center;
    padding: 22px;
    margin-bottom: 35px;
    background: white;
}
section.continuous-system-sec .services-box .inner-items .inner-content .image img {
    object-fit: contain;
}
section.continuous-system-sec .services-box .services-box-1 .inner-items:last-child .inner-content .image {
    border-color: #ff7800;
}
section.continuous-system-sec .services-box .services-box-2 .inner-items:first-child .inner-content .image {
    border-color: #56abc1;
}
section.continuous-system-sec .services-box .services-box-2 .inner-items:last-child .inner-content .image {
    border-color: #d9375d;
}
section.continuous-system-sec .services-box .inner-items .inner-content .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 22px;
}
section.continuous-system-sec .services-box .inner-items .inner-content .description {
    max-width: 290px;
    margin: 0 auto;
}
section.continuous-system-sec .services-box .inner-items .inner-content .description p {
    font-size: 20px;
}
section.continuous-system-sec .services-box .services-box-2 .inner-items:first-child .inner-content .description {
    max-width: 210px;
}
section.continuous-system-sec .services-box .services-box-2 .inner-items:last-child .inner-content .description {
    max-width: 230px;
}
section.continuous-system-sec .services-box .services-box-1 .inner-items:last-child .inner-content .description {
    max-width: 210px;
}
section.build-cta-sec {
    background: url(/wp-content/uploads/2026/06/colorful-waves.jpg);
    padding: 120px 0;
    background-size: cover !important;
    background-position: center !important;
}
section.build-cta-sec .inner-content {
    text-align: center;
    color: white;
}
section.build-cta-sec .inner-content p {
    font-size: 22px;
    margin-top: 20px;
}
section.build-cta-sec .inner-content a.btn {
    margin-top: 40px;
}
section.faqs-sec .content-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
section.faqs-sec .content-inner .content-image {
    width: 40%;
}
section.faqs-sec .content-inner .accordion-main {
    width: calc(60% - 50px);
}
section.faqs-sec .accordion {
    padding: 18px 45px 18px 0;
    word-break: break-word;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    color: black;
    transition: all 0.5s;
    background: transparent;
    white-space: unset;
}
section.faqs-sec .content-inner .accordion-main .accordion-set {
    margin-bottom: 34px;
}
section.faqs-sec .content-inner .accordion-main a.border-btn {
    background: transparent;
    color: #000 !important;
    border: 2px solid #999999;
    padding: 11px 45px;
}
section.faqs-sec .content-inner .accordion-main a.border-btn:hover {
    background: #000;
    border-color: #000;
    color: white !important;
}
section.faqs-sec .content-inner .content-image h2 {
    margin-top: 0;
    max-width: 440px;
    margin-bottom: 35px;
}
section.faqs-sec .accordion {
    padding: 20px 45px 20px 0;
    word-break: break-word;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    color: black !important;
    transition: all 0.5s;
    background: transparent !important;
    white-space: unset;
}
section.faqs-sec .accordion:after {
    content: "";
    margin-left: 5px;
    position: absolute;
    width: 26px;
    height: 18px;
    background: url(/wp-content/uploads/2026/06/plus.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: 11px;
    top: 26px;
    transition: all 0.5s;
}
section.faqs-sec .active:after {
    background: url(/wp-content/uploads/2026/06/minus-set.png);
}
section.brands-sec {
    background: #e5f3fc;
    padding: 80px 0;
}
section.brands-sec .inner-content {
    text-align: center;
}
section.brands-sec .brand-images {
    display: none !important;
}
section.brands-sec .brand-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin-top: 46px;
}
section.brands-sec .brand-images .image {
    display: flex;
    width: calc(16.66% - 21px);
    justify-content: center;
}
section.brands-sec .brand-images .image img {
    mix-blend-mode: multiply;
}
section.all-products-sec {
    padding-bottom: 100px;
    padding-top: 140px;
}
section.all-products-sec .products-main {
    display: flex;
    flex-wrap: wrap;
}
section.all-products-sec .products-main .products-content {
    width: 35%;
}
section.all-products-sec .products-main .products-content p {
    max-width: 550px;
}
section.all-products-sec .products-main .products-img {
    width: 65%;
    overflow: hidden;
    padding: 0 50px;
    background: url(/wp-content/uploads/2026/06/colorful-glass-wave-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 97%;
}
section.all-products-sec .products-main .products-img .products-slider {
    max-width: 880px !important;
    margin: 0 auto;
}
section.all-products-sec .products-main .products-img .products-items {
    text-align: center;
}
section.all-products-sec .products-main .products-img .products-items .product-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
}
section.all-products-sec .products-main .products-content h2 {
    margin-bottom: 20px;
}
section.all-products-sec .products-main .products-content a.btn {
    margin-top: 15px;
}
section.all-products-sec .products-main .products-img .products-items img {
    aspect-ratio: 9 / 23.905;
    height: 415px;
    object-fit: contain;
    object-position: bottom;
}
section.all-products-sec .products-main .products-img.mobile {
    display: none;
}
section.becomes-sec .complexity-sec .content-set {
    width: 30%;
}
section.becomes-sec .complexity-sec .content-set p {
    font-size: 24px;
    max-width: 460px;
}
section.becomes-sec .complexity-sec .content-set ul {
    margin-top: 18px;
    padding-left: 22px;
}
section.becomes-sec .complexity-sec .content-set ul li {
    list-style: none;
    position: relative;
    padding: 5px 0;
    padding-left: 30px;
}
section.becomes-sec .complexity-sec .content-set ul li:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: linear-gradient(0deg, rgba(86, 171, 193, 1) 0%, rgba(237, 221, 83, 1) 100%);
    border-radius: 50%;
    left: 0;
    top: 12px;
}
section.becomes-sec .complexity-sec .content-set ul li:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #ff000000;
    border-radius: 50%;
    left: 1px;
    top: 13px;
}
section.becomes-sec .complexity-sec {
    padding: 110px 0;
    background: url(/wp-content/uploads/2026/06/complexity-sec-bg.jpg);
    background-size: cover;
    background-position: bottom right;
    position: relative;
}
section.becomes-sec .engine-sec {
    padding: 150px 0;
    background: url(/wp-content/uploads/2026/06/tech-bg.jpg);
    background-size: cover;
    background-position: 50% 0;
    position: relative;
}
section.becomes-sec .engine-sec .subtitle-text {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
section.becomes-sec .engine-sec span {
    font-size: 25px;
    margin-bottom: 16px;
    display: block;
}
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
    margin-bottom: 35px;
}
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner:last-child {
    margin-bottom: 0;
}
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner .icon {
    width: 95px;
}
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner .desc {
    width: calc(100% - 125px);
}
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner .desc span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner .desc p {
    max-width: 295px;
    margin-top: 4px;
    margin-bottom: 0;
}
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner:first-child .desc p {
    max-width: 250px;
}
section.becomes-sec .engine-sec .main-row-sec {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 50px;
}
section.becomes-sec .engine-sec .main-row-sec .tech-row {
    width: 35%;
}
section.becomes-sec .engine-sec .main-row-sec .tech-row p {
    max-width: 440px;
}
section.becomes-sec .engine-sec .main-row-sec .icons-tech-row {
    width: 26%;
}
section.becomes-sec .esolv-graphic-img {
    text-align: right;
    position: absolute;
    top: -100px;
    left: -20px;
    width: 100%;
    height: 100%;
}
section.becomes-sec .esolv-graphic-img img {
    width: 75%;
    -webkit-user-drag: none;
}
section.becomes-sec {
    position: relative;
    margin-top: 120px;
}
section.all-products-sec .products-main a.btn.mobile-btn {
    display: none;
}


@media(max-width: 1520px) {
section.hero-sec video {
    object-position: 30% 0;
}
section.hero-sec {
	height: 950px;
	padding-bottom: 110px;
}
section.hero-sec .drop-img {
    margin-top: 0;
}
header.site-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
section.becomes-sec .engine-sec .main-row-sec .tech-row {
    width: 28%;
}	
section.becomes-sec {
    margin-top: 40px;
}	
section.continuous-system-sec .services-box {
    background-position: 0 20%;
}	
section.becomes-sec .engine-sec .main-row-sec .icons-tech-row {
    width: 30%;
}	
section.all-products-sec {
    padding-bottom: 100px;
    padding-top: 100px;
}	
}

@media(max-width: 1280px) {
section.hero-sec video {
	object-position: 15% 0;
}	
section.becomes-sec .engine-sec .main-row-sec .tech-row {
    width: 55%;
}	
section.becomes-sec .engine-sec .main-row-sec .icons-tech-row {
    width: calc(45% - 50px);
}
section.becomes-sec .engine-sec {
	padding-top: 50%;
	padding-bottom: 100px;
}	
section.becomes-sec .engine-sec .main-row-sec .tech-row p {
    max-width: 100%;
}	
section.becomes-sec .complexity-sec .content-set {
    width: 100%;
}	
section.becomes-sec .complexity-sec {
	padding: 80px 0 280px 0;
}	
section.becomes-sec .esolv-graphic-img {
    top: 15%;
}	
section.becomes-sec .esolv-graphic-img img {
    width: 65%;
}
section.becomes-sec .complexity-sec .content-set p {
    max-width: 100%;
}	
section.all-products-sec .products-main .products-img {
    background-position: 0 90%;
}	
}

@media(max-width: 1120px) {
section.becomes-sec .esolv-graphic-img img {
	width: 75%;
}
}

@media(max-width: 1024px) {
header.site-header .header-menu-set button.menu-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 240px;
}
section.hero-sec {
	height: 890px;
}	
.subtitle-1 {
    font-size: 35px;
}
section.hero-sec .content span.subtitle-1 {
    max-width: 550px;
}
section.continuous-system-sec .services-box .inner-items .inner-content .image {
    width: 110px;
    height: 110px;
}	
section.continuous-system-sec .services-box .inner-items {
    padding: 0 10px;
}	
section.continuous-system-sec .services-box .inner-items .inner-content .image {
    margin-bottom: 18px;
}	
section.continuous-system-sec .services-box .inner-items .inner-content .title {
    margin-bottom: 14px;
}	
section.continuous-system-sec .services-box .inner-items .inner-content .description p {
    font-size: 18px;
}	
section.continuous-system-sec .services-box {
	background-position: 0 14%;
}
section.becomes-sec {
	margin-top: 0;
}	
section.becomes-sec .esolv-graphic-img img {
	width: 100%;
	max-width: 620px;
}	
section.becomes-sec .esolv-graphic-img {
	top: 26%;
}	
section.becomes-sec .engine-sec {
	padding-top: 60%;
}	
section.becomes-sec .engine-sec .main-row-sec .tech-row {
	width: 50%;
}	
section.becomes-sec .engine-sec .main-row-sec .icons-tech-row {
	width: calc(50% - 50px);
}	
section.all-products-sec .products-main .products-content {
	width: 100%;
	text-align: center;
}	
section.all-products-sec .products-main .products-img {
	width: 100%;
	margin-top: 40px;
	padding: 0;
}	
section.brands-sec .brand-images .image {
    width: calc(33.33% - 17px);
}
section.faqs-sec .accordion {
    font-size: 20px;
}	
section.build-cta-sec {
	padding: 100px 0;
}	
footer.site-footer .footer-bottom {
    justify-content: center;
}	
section.all-products-sec .products-main .products-content p {
    max-width: 100%;
}	
header.site-header nav.site-navigation > ul > li.menu-item-has-children:after {
	margin-top: 2px;
	transform: unset;
	position: absolute;
	top: 15px;
}	
header.site-header nav.site-navigation > ul > li.menu-item-has-children {
	align-items: center;
	gap: 3px;
	flex-wrap: wrap;
}
header.site-header nav.site-navigation > ul > li.menu-item-has-children ul.sub-menu {
    display: none;
}
header.site-header nav.site-navigation > ul > li.menu-item-has-children.active-sub-menu ul.sub-menu {
	display: block;
	width: 100%;
	position: unset;
	margin-bottom: 10px;
}
header.site-header nav.site-navigation > ul > li.menu-item-has-children.active-sub-menu:after {
    transform: rotate(180deg);
}	
header.site-header nav.site-navigation > ul > li.menu-item-has-children ul.sub-menu li a {
    font-size: 17px;
}	
section.all-products-sec {
	padding-bottom: 80px;
	padding-top: 80px;
}	
}

@media(max-width: 767px) {
section.becomes-sec .engine-sec .main-row-sec .tech-row {
	width: 100%;
}	
section.becomes-sec .engine-sec .main-row-sec .icons-tech-row {
    width: 100%;
}
header.site-header {
	max-width: calc(100% - 40px) !important;
}	
header.site-header .header-set-btn a.header-cta {
    font-size: 16px;
    padding: 10px 20px;
}	
header.site-header .header-menu-set button.menu-toggle {
	right: 0;
	padding: 0;
	display: none;
}
header.site-header .site-branding {
    padding-left: 0;
}	
section.hero-sec .content {
    text-align: center;
}	
section.hero-sec .content .btn-group {
    justify-content: center;
}	
.subtitle-1 {
    font-size: 25px;
    line-height: 1.2;
}
section.hero-sec video {
    display: none;
}	
section.hero-sec video.mobile-video {
    display: block;
}	
section.hero-sec {
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 0;
}	
section.hero-sec .drop-img {
    display: none;
}	
section.hero-sec .content .btn-group a.btn {
    padding: 10px 25px;
    font-size: 18px;
}	
section.hero-sec .content {
	background: #ffffffcf;
	max-width: 100%;
	padding: 45px 0 25px 0;
	border-radius: 10px;
	position: unset;
	transform: unset;
}	
section.hero-sec .content span.subtitle-1, section.hero-sec .content h1, section.hero-sec .content p {
    margin-left: auto;
    margin-right: auto;
}	
.subtitle-3 {
    font-size: 20px;
}	
.subtitle-2 {
    font-size: 28px;
}	
section.continuous-system-sec .services-box .services-box-1, section.continuous-system-sec .services-box .services-box-2 {
    width: 100%;
    position: relative;
}	
section.continuous-system-sec .services-box {
    row-gap: 60px;
    background: transparent;
}	
section.continuous-system-sec .services-box .services-box-1:before {
    content: "";
    position: absolute;
    width: 110%;
    height: 200px;
    background: url(/wp-content/uploads/2026/06/colorful-drips.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
    right: -20px;
    top: 25px;
}	
section.continuous-system-sec .services-box .inner-items .inner-content .image {
	width: 140px;
	height: 140px;
}	
section.continuous-system-sec .services-box .services-box-2:before {
    content: "";
    position: absolute;
    width: 108%;
    height: 200px;
    background: url(/wp-content/uploads/2026/06/colorful-drips.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    z-index: -9;
    left: -20px;
    top: 30px;
}	
section.continuous-system-sec {
    overflow: hidden;
}	
section.continuous-system-sec .content {
    padding-bottom: 45px;
}	
section.becomes-sec .complexity-sec {
    padding-top: 50px;
}	
section.becomes-sec .complexity-sec .content-set p {
    font-size: 20px;
}	
section.becomes-sec .esolv-graphic-img {
    display: none;
}	
section.becomes-sec .complexity-sec:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 90vw;
	background: url(/wp-content/uploads/2026/06/becomes-mobile-img-new.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	bottom: -50px;
	right: -20px;
	z-index: 999;
}	
section.becomes-sec .complexity-sec {
	padding-bottom: 70vw;
	background-position: top left;
}
section.becomes-sec {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 50px;
}
section.becomes-sec .engine-sec {
	padding-top: 80px;
}	
section.becomes-sec .engine-sec span {
	font-size: 20px;
}	
section.becomes-sec .engine-sec .subtitle-text {
	font-size: 20px;
}	
section.becomes-sec .engine-sec .main-row-sec .tech-row p {
    font-size: 18px;
}	
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner .icon {
    display: none;
}	
section.becomes-sec .engine-sec .main-row-sec {
	gap: 30px;
	max-width: 380px;
}	
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner {
    margin-bottom: 30px;
}	
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner .desc p {
    font-size: 17px;
}	
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner .desc p {
    font-size: 17px;
    max-width: 248px;
}	
section.becomes-sec .complexity-sec:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(/wp-content/uploads/2026/06/top-bubble.png);
    background-size: contain;
    top: -30px;
    right: 40px;
    z-index: 9;
}	
section.becomes-sec .engine-sec:before {
	content: "";
	position: absolute;
	width: 50vw;
	height: 100%;
	background: url(/wp-content/uploads/2026/06/esolv-img-mobile.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	right: 15px;
	bottom: -50px;
}	
section.all-products-sec {
	padding-top: 50px;
}	
section.all-products-sec .products-main .products-content {
    text-align: left;
    padding: 0 20px;
}	
section.all-products-sec .products-main .products-content p {
    font-size: 17px;
    max-width: 420px;
}	
section.all-products-sec .products-main .products-content a.btn {
    display: none;
}	
section.all-products-sec .container {
    padding: 0;
}
section.all-products-sec .products-main .products-img {
    background-size: 180%;
    background-position: 30% 94%;
}		
section.all-products-sec .products-main {
    justify-content: center;
}	
section.all-products-sec .products-main a.btn.mobile-btn {
    margin-top: 35px;
    margin-bottom: 20px;
	display: block;
}	
section.all-products-sec .products-main .products-img.desktop {
	display: none;
}	
section.all-products-sec .products-main .products-img.mobile {
	display: block;
}	
section.brands-sec {
    padding: 60px 0;
}	
section.brands-sec .brand-images .image img {
    max-width: 90px;
}	
section.brands-sec .brand-images {
    row-gap: 35px;
}	
section.faqs-sec .content-inner .content-image {
    width: 100%;
}	
section.faqs-sec .content-inner .accordion-main {
    width: 100%;
}	
section.faqs-sec .content-inner .content-image {
    width: 100%;
    display: flex;
    align-items: center;
}
section.faqs-sec .content-inner .content-image img {
    max-width: 170px;
}	
section.faqs-sec .content-inner .content-image h2 {
    margin-bottom: 0;
}	
section.faqs-sec .content-inner .accordion-main a.border-btn {
    font-size: 18px;
    width: 210px;
    margin-left: auto;
    display: block;
    margin-top: 45px;
}	
section.faqs-sec .content-inner {
    gap: 40px;
}	
section.build-cta-sec {
    padding: 50px 0 370px 0;
    position: relative;
    background: url(/wp-content/uploads/2026/06/cta-mobile-bg-new.png);
    background-position: 20% 0 !important;
}	
section.build-cta-sec .inner-content p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}	
footer.site-footer .inner-content {
	padding-top: 70px;
	padding-bottom: 70px;
}	
}

@media(max-width: 540px) {
section.becomes-sec .engine-sec .icons-tech-row .items-row .items-inner .desc p {
	max-width: 210px;
}
}

@media(max-width: 425px) {
header.site-header .site-branding {
	max-width: 140px;
}
header.site-header .header-set-btn a.header-cta {
    margin-left: 0;
    font-size: 15px;
    padding: 10px 16px;
    min-width: unset;
}	
section.continuous-system-sec .services-box .inner-items .inner-content .description p {
	font-size: 16px;
}	
}


/* ----------------------------- */
/* Inner Pages CSS Start */
/* ----------------------------- */
section.all-tech-sec {
    padding-top: 100px;
    padding-bottom: 210px;
}
section.all-tech-sec .content-set span {
    font-size: 25px;
    margin-bottom: 16px;
    display: block;
}
section.all-tech-sec .content-set sup {
    font-size: 32px;
    top: -50px;
    right: 5px;
}
section.all-tech-sec .content-set h1 {
    margin-left: -6px;
}
section.all-tech-sec .content-set .subtitle-text {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 550px;
}
section.all-tech-sec .content-set p {
    font-size: 22px;
    max-width: 550px;
}
section.all-tech-sec .content-set .btn-group {
    margin-top: 45px;
    max-width: 500px;
}
section.all-tech-sec .content-set .btn-group a.btn.btn-white {
    margin: 12px 0;
    min-width: 320px;
    background: white;
    border: 2px solid #000;
    color: #000 !important;
    font-weight: 600;
    padding: 14px 50px;
}
section.all-tech-sec .content-set .btn-group a.btn.btn-white:hover {
    background: #000;
    color: white !important;
}
section.all-tech-sec .content-set .btn-group a.btn.btn-white sup {
    font-size: 18px;
    top: -4px;
    right: -1px;
}
section.all-tech-sec {
    padding-top: 120px;
    padding-bottom: 210px;
    background: url(/wp-content/uploads/2026/06/Probiferrin-bg-img.png);
    background-size: cover;
    background-position: 70% 0;
    margin-top: 20px;
}
section.all-tech-sec.dp-tech-set {
    background: url(/wp-content/uploads/2026/06/DP-Technology-bg-img.jpg);
    background-size: cover;
    background-position: 70% 0;
}
section.all-tech-sec.bicarbonate-down-sec {
    background: url(/wp-content/uploads/2026/06/bicarbonate-down-stream-process-bg-img.jpg);
    background-size: cover;
    background-position: center right;
}
section.all-tech-sec.esolv-tech-set-sec {
    background: url(/wp-content/uploads/2026/06/esolv-bg-img.jpg);
    background-size: cover;
    background-position: left center;
    position: relative;
    margin-top: 75px;
    margin-bottom: 60px;
}
section.all-tech-sec.esolv-tech-set-sec:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(/wp-content/uploads/2026/06/esolv-main-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    transform: scale(1.12);
}
section.all-tech-sec.bicarbonate-down-sec .content-set h1 {
    max-width: 750px;
}
section.all-tech-sec.bicarbonate-down-sec .content-set p {
    max-width: 500px;
}
section.all-tech-sec.esolv-tech-set-sec .content-set p {
    max-width: 530px;
}
.main-esolv-tech-set-sec {
    overflow: hidden;
}
section.all-tech-sec.esolv-tech-set-sec .content-set {
    position: relative;
}


@media(max-width: 1350px) {
section.all-tech-sec {
    background-position: 40% 0;
}
section.all-tech-sec.dp-tech-set {
    background-position: 30% 0;
}	
section.all-tech-sec.bicarbonate-down-sec {
    background-position: 50% 0;
}	
section.all-tech-sec.esolv-tech-set-sec:before {
    width: 55%;
    background-position: center;
}	
section.all-tech-sec.esolv-tech-set-sec {
    margin-top: 20px;
    margin-bottom: 0;
}	
}

@media(max-width: 1024px) {
section.all-tech-sec.esolv-tech-set-sec:before {
    position: unset;
    display: block;
    height: 680px;
    width: 100%;
}	
section.all-tech-sec.esolv-tech-set-sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 80px;
    padding-bottom: 90px;
    padding-top: 90px;
}	
section.all-tech-sec.esolv-tech-set-sec .content-set p {
    max-width: 100%;
}	
}

@media(max-width: 767px) {
section.all-tech-sec {
    background: url(/wp-content/uploads/2026/06/Probiferrin-bg-img-mobile.png);
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 60px;
}	
section.all-tech-sec.dp-tech-set {
    background: url(/wp-content/uploads/2026/06/DP-Technology-bg-img-mobile.jpg);
    background-size: cover;
    background-position: center;
}	
section.all-tech-sec.bicarbonate-down-sec {
    background: url(/wp-content/uploads/2026/06/bicarbonate-down-stream-process-bg-img-mobile.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 400px;
}
section.all-tech-sec.esolv-tech-set-sec {
    background: url(/wp-content/uploads/2026/06/esolv-bg-img-mobile.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
}
section.all-tech-sec .content-set span {
	font-size: 20px;
}	
section.all-tech-sec .content-set sup {
    font-size: 22px;
    top: -20px;
    right: 2px;
}
section.all-tech-sec .content-set .subtitle-text {
	font-size: 24px;
	max-width: 100%;
}	
section.all-tech-sec .content-set p, section.all-tech-sec.bicarbonate-down-sec .content-set p {
    font-size: 18px;
    max-width: 100%;
}	
section.all-tech-sec .content-set .btn-group a.btn.btn-white {
    padding: 12px 25px;
    font-size: 18px;
    min-width: 290px;
    margin: 10px 0;
}	
section.all-tech-sec .content-set .btn-group {
    margin-top: 110%;
    max-width: 500px;
}	
section.all-tech-sec .content-set h1 {
    margin-left: -3px;
}	
section.all-tech-sec.bicarbonate-down-sec .content-set .btn-group {
    margin-top: 50px;
}	
section.all-tech-sec.esolv-tech-set-sec .content-set .btn-group {
	margin-top: 125%;
}
section.all-tech-sec.esolv-tech-set-sec:before {
	position: absolute;
	background: url(/wp-content/uploads/2026/06/esolv-main-img-mobile.png);
	background-size: 100%;
	background-position: bottom center;
	top: 23%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	height: 100%;
}	
section.all-tech-sec.esolv-tech-set-sec {
    margin-top: 50px;
    padding-top: 80px;
}
section.all-tech-sec.esolv-tech-set-sec:after {
    content: "";
    width: 100%;
    height: 210px;
    position: absolute;
    background: url(/wp-content/uploads/2026/06/esolv-main-img-mobile-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    top: -20px;
    right: 0;
}		
}
/* ----------------------------- */
/* Inner Pages CSS End */
/* ----------------------------- */


.page-hero {
    padding: 80px 0;
    background: url(/wp-content/uploads/2026/06/footer-bg-set.jpg);
    background-size: cover;
    background-position: center;
}
.page-hero .inner-content {
    text-align: center;
}
.page-hero .inner-content h2 {
    margin: 0;
    color: #fff;
}
.question-form {
    padding: 80px 0;
}
.question-form .form-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.question-form .form-wrap h3 {
    margin: 0 0 32px;
}
.g-form-design .gform_heading {
    display: none;
}
.g-form-design .gform-theme--foundation .gform_fields {
    column-gap: 16px;
    row-gap: 20px;
}
.g-form-design .gform-theme--foundation .gfield .gfield_label {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #000;
}
.g-form-design .gform-theme--foundation .gform_footer input.gform_button {
    background: var(--orange) !important;
    color: white !important;
    padding: 12px 38px !important;
    display: inline-block !important;
    font-size: 20px !important;
    border-radius: 60px !important;
    text-align: center !important;
    font-weight: 500 !important;
    outline: none !important;
    box-shadow: none !important;
    line-height: 1.5 !important;
    border: none !important;
}
.g-form-design .gform-theme--foundation .gform_footer input.gform_button:hover {
    background: black !important;
}
.g-form-design .gform-theme--foundation .gfield input:not([type="checkbox"]), .g-form-design .gform-theme--foundation .gfield textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
    padding: 14px 18px;
    height: unset;
}
.g-form-design .gform-theme--foundation .gfield input[type="checkbox"] {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
}
.g-form-design .gform-theme--foundation .gfield input[type="checkbox"]::before {
    color: #ff6c00 !important;
}
.g-form-design .gform-theme--foundation .gfield .gfield_checkbox .gform-field-label {
    font-size: 15px;
    line-height: 1.25;
}
.g-form-design .gform-theme--foundation .gfield textarea {
    min-block-size: unset !important;
    height: 150px;
}
.g-form-design .gform_validation_errors {
    display: none !important;
}
body.single-post form#commentform p {
    font-size: 18px;
}
body.single-post form#commentform .form-submit input#submit {
    background: #F37723;
    color: white;
    border: none;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 5px;
}
body.single-post form#commentform .form-submit input#submit:hover {
	background: #000000;
}
body.single-post .elementor-widget-theme-post-content p a, body.single-post .elementor-widget-theme-post-content p {
    word-break: break-word;
}
body.single-post .elementor-widget-theme-post-content h2 {
    font-size: 30px;
    margin-top: 35px;
}
.blog-post-sec .elementor-post__thumbnail img {
    height: 100% !important;
    object-fit: cover;
}
.about-head h1.elementor-heading-title span {
    background: linear-gradient(90deg, #9db551 5%, #c8d72a 15%, #f0b31a 30%, #f47b20 45%, #f95a2a 58%, #ef2b63 72%, #a96ab0 84%, #3db7d3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-id-4384 header.site-header, .page-id-4610 header.site-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .question-form .form-wrap h3 {
        font-size: 32px;
    }
}