* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

:root {
	--first-bg-color: #fff;
	--second-bg-color: #f2f2f2;
	--third-bg-color: #e8e8e8;
	--light-text: rgb(227, 227, 227);
	--light-border: 0.5px solid rgba(128, 128, 128, 0.5);
	--box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4)
}

body,
html {
	scroll-behavior: smooth
}

body {
	max-width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	/* user-select:none; */
	font-family: "Open Sans", sans-serif
}

p {
	margin-bottom: 0
}

li {
	list-style: none
}

a {
	color: #000;
	text-decoration: none;
}

nav {
	background-color: #fff;
	padding: .5rem 3rem;
	border-bottom: .5px solid #e3e3e3;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10
}

.nav-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.logo {
	height: auto;
	width: 100%;
	max-width: 150px;
}

.logo img {
	height: auto;
	width: 100%;
}

.nav-links {
	display: flex;
	gap: 1.5rem;
	color: #757575;
    align-items: center;
}

.nav-location-container {
	display: flex;
	cursor: pointer
}

.nav-data {
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: .5rem 1rem;
	border-radius: .5rem;
	border: .5px solid #e3e3e3
}

.nav-data.location p,
.nav-search-container input,
.service-rating-pkg p {
	font-size: .875rem
}

.nav-search-container input {
	border: none;
	outline: 0
}

.search-container {
	position: relative;
	width: 150px;
	padding-right: 25px
}

#search-input,
.top-banner img {
	width: 100%
}

.clear-icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
	color: #888;
	display: none
}

.product {
	padding-top: 4rem
}

.top-banner {
	display: none;
	padding-top: 1rem;
	width: 95vw;
	margin-inline: auto
}

.main-heading {
	padding: 2rem 3rem 0
}

.main-heading-content {
	padding: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: .75rem;
	border-radius: .75rem;
	color: #000;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.main-heading-content h1 {
	font-size: 1.8rem;
	font-weight: 700
}

.main-heading-content h2,
.service-title h1 {
	font-size: 1.25rem
}

.main-heading-content p {
	letter-spacing: .5px
}

.main-container {
	padding: 3rem 3rem 0;
	display: flex;
	flex-direction: row;
	gap: 2rem;
	align-items: flex-start;
	overflow: visible
}

.Services-column {
	min-width: 25vw;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	position: sticky;
	top: 90px
}

.waterPurifier-column {
    top: -25px
}

.service-title h1 {
	margin-bottom: .5rem
}

.pkg-price,
.service-rating {
	display: flex;
	gap: 1rem
}

.rating-border {
	height: 1px;
	background: linear-gradient(to right, #757575 40%, rgba(255, 255, 255, 0) 0);
	background-size: 5px 1px
}

.service-rating img {
	width: 1.25rem;
	height: 1.25rem
}

.service-container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 1rem;
	border-radius: .5rem;
	border: .5px solid #e3e3e3
}

.box {
	height: 100vh;
	width: 100%;
	padding: 1rem;
	border: 2px solid red
}

.first-banner img,
.service-item-img {
	border-radius: .5rem
}

.firstMobileBanner {
	display: none;
}

.whatsappChat {
	width: 3rem;
	height: auto;
}

.service-container .service-heading {
	font-size: .9rem;
	color: #757575;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 1rem
}

.service-container .service-heading span {
	height: .25px;
	flex: 1;
	background-color: #e3e3e3
}

.service-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	row-gap: 1.5rem;
	justify-content: space-evenly
}

.service-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .5rem
}

.service-item-img {
	height: 4.5rem;
	width: 4.5rem;
	padding: .25rem;
	background-color: #f2f2f2;
	overflow: hidden
}

.service-item-img img {
	border-radius: .5rem;
	height: 100%;
	width: 100%
}

.service-item p {
	font-size: .75rem
}

.first-banner {
	padding-bottom: 2rem;
	border-bottom: .5px solid #e3e3e3
}

.second-main-column {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start
}

.second-column {
	border-top: .5px solid #e3e3e3
}

.pkgs-container {
	border: .5px solid #e3e3e3;
	border-top: none;
	padding: 0 2rem;
	flex: 1
}

.service-img {
	width: 30rem;
	height: 15.69rem;
	margin-top: 1rem;
    display: inline-block;
}

.service-img img {
	height: 100%;
	width: 100%;
	border-radius: .5rem
}

.our-package {
	padding-top: 1.5rem;
	scroll-margin-top: 4.5rem
}

.pkg-container {
	padding-block: 2rem;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
	scroll-margin-top: 3rem
}

.pkg-container:last-child {
	border-bottom: 3px solid #e3e3e3
}

.pkg-container-content {
	display: flex;
	flex-direction: column;
	gap: .5rem
}

.pkg-main-heading {
	font-size: 1.2rem
}

.pkg-icon {
	font-size: .875rem;
	color: #0b5459;
	font-weight: 600
}

.pkg-title {
	font-size: 1rem;
	font-weight: 700;
	color: #0f0f0f
}

.service-rating-pkg {
	align-items: center;
	gap: .5rem
}

.service-rating-pkg img {
	width: 1.25rem;
	height: 1.25rem;
	margin-block: auto
}

.pkg-price p {
	font-size: .875rem;
	font-weight: 700
}

.pkg-price p:last-child {
	font-weight: 400;
	color: #757575;
	text-decoration: line-through
}

.faq-answer a:hover,
.footer-bottom a:hover,
.footer-section a:hover {
	text-decoration: underline
}

.pkg-border {
	background-image: linear-gradient(to right, #e3e3e3 40%, rgba(255, 255, 255, 0) 0);
	min-width: 100%
}

.pkg-description {
	font-size: .75rem;
	color: #333;
	padding-left: 0
}

.pkg-description li {
	list-style-type: square;
	margin-left: 1rem
}

.pkg-container-img {
	padding-inline: 1rem;
	position: relative
}

.pkg-service-img {
	height: 7.5rem;
	width: 7.5rem;
	border-radius: .5rem;
	overflow: hidden;
	border: 1px solid #e3e3e3
}

.pkg-service-img img {
	width: 100%;
	height: 100%;
	opacity: .8
}

.pkg-img-btn {
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%)
}

.pkg-btn, .wpBtn {
	text-align: center;
	width: 5rem;
	height: 2.2rem;
	line-height: 2.1rem;
	border-radius: .5rem;
	color: #6e42e5;
	border: 1px solid #6e42e5;
	background-color: #fff;
	cursor: pointer;
	transition: .3s
}

.pkg-btn:hover, .wpBtn:hover {
	scale: 1.05
}

.pkg-btn:active {
	background-color: #6e42e5;
	color: #fff
}

.cart-container {
	width: 25vw;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	padding: 2rem 0 2rem 2rem;
	position: sticky;
	top: 70px;
	height: 100vh;
	overflow: hidden
}

.dfWaterPurifierTechs {
	top: 50px;
	padding-top: 0;
}

.cart-container:hover {
	overflow-y: auto;
	overflow-x: hidden
}

.cart-container-items,
.cart-details {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem
}

.cart-item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	padding-block: 1rem;
	border-radius: .5rem;
	border: .5px solid #e3e3e3
}

.cart-assurity-text,
.cart-assurity-text-p,
.cart-item .cart-assurity {
	display: flex;
	gap: .5rem
}

.cart-assurity {
    padding-inline: 1rem;
}

.cart-item .cart-svg {
	height: 4.5rem;
	width: 6rem
}

.cart-assurity-text {
	flex-direction: column;
	font-size: 1.25rem;
	font-weight: 500
}

.cart-assurity-text-p {
	align-items: center;
	font-size: 1rem;
	color: #333;
	font-weight: 400
}

.waterPurifer-text-p {
    font-size: 0.9rem;
    color: #333;
    font-weight: 400;
}

.cart-item.no-items,
.cart-show {
	display: none
}

.cart-assurity-img {
	height: 4rem;
	width: 4rem
}

.cart-show {
	padding-inline: 0.5rem;
	align-items: start;
	box-shadow: 0 4px 12px rgba(15, 15, 15, .08);
	position: relative
}

.cart-show.show {
	display: block
}

.cart-heading {
	padding: 0 0 .5rem .25rem;
	font-size: 1.25rem;
	font-weight: 500
}

.cart-detail {
	display: grid;
	grid-template-columns: 50% 20% 20%;
	justify-content: space-evenly;
	align-items: center;
	gap: .75rem;
	padding: .35rem .5rem;
	border-radius: .25rem;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.cart-detail-heading {
	font-size: .875rem;
	font-weight: 400;
	margin-bottom: 0
}

.cart-detail-quantity {
	display: flex;
	border-radius: .25rem;
	color: #6e42e5;
	border: 1px solid #6e42e5;
	background-color: rgba(197, 180, 245, .5)
}

.cart-detail-quantity span {
	width: 33.33%;
	text-align: center
}

#decrement:hover,
#increment:hover {
	cursor: pointer;
	background-color: #c5b4f5
}

.cart-detail-description {
	font-size: .8757rem;
	color: #757575;
	grid-column: 1/4
}

.cart-total-rupees::before {
	content: "₹"
}

.cart-total-price a {
	width: 99%;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	border-radius: .25rem;
	padding: .5rem 1rem;
	font-weight: 600;
	margin-block: 1rem 0;
	color: #fff;
	background-color: #6d42e5
}

.cart-total-price a:hover {
	background-color: #7547f3
}

.product-second-container {
	width: 100%;
	background-color: #f9f9f9
}

.product-second-section {
	padding: 3rem 2.5rem;
	max-width: 100%
}

.product-second-section h3 {
	text-align: center;
	margin-bottom: 2.5rem
}

.product-second-section ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	place-items: center
}

.product-second-section ul li {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #e3e3e3;
	border-left: 5px solid #007bff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	width: 75%
}

.product-second-section ul li::before {
	content: "✓";
	color: #007bff;
	margin-right: 1rem;
	font-size: 1rem
}

.product-second-section ul li span {
	color: #000;
	font-weight: 600
}

.product-second-container .main-heading {
	padding-bottom: 3rem
}

.product-second-container .main-heading .main-heading-content {
	padding: 3rem 2rem
}

.cta-container {
	margin-top: 2rem;
	display: flex;
	gap: 1rem;
	justify-content: space-evenly
}

.cta-container .button {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 25px;
	padding: 10px 20px 10px 10px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	transition: .3s;
	width: 25%;
	letter-spacing: 1px
}

.cta-container .button:hover {
	transform: scale(1.05)
}

.cta-container .button .icon {
	width: 30px;
	height: 30px;
	background: #00f;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px
}

.faqs {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 3rem auto;
	padding: 0 1.5rem;
	gap: 3rem
}

.faq-img {
	text-align: center
}

.faq-img img {
	max-width: 100%;
	height: auto;
	max-height: 300px;
	flex: 0 0 40%;
	position: sticky;
	top: 10rem
}

.faq-container {
	width: 100%;
	flex: 0 0 60%;
	border-radius: 12px;
	background-color: #fff
}

.faq-item {
	margin-bottom: 1rem;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
	overflow: hidden;
	transition: .3s
}

.faq-item:hover {
	box-shadow: 0 8px 18px rgba(0, 0, 0, .12)
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem;
	background-color: #f8f9fa;
	font-weight: 600;
	cursor: pointer;
	transition: .3s
}

.faq-question:hover {
	background-color: #eef2f7
}

.faq-question span {
	font-size: 1.5rem;
	transition: transform .3s
}

.faq-item.active .faq-question {
	background-color: #3498db;
	color: #fff
}

.faq-item.active .faq-question span {
	transform: rotate(45deg)
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 1.5rem;
	transition: .5s
}

.faq-item.active .faq-answer {
	max-height: 1000px;
	padding: 1.5rem
}

.faq-item strong {
	color: #333;
	font-weight: 600
}

.faq-answer ul {
	padding-left: 1.5rem;
	margin-top: .75rem
}

.faq-answer li {
	margin-bottom: .5rem
}

.bulletPoints li{
	list-style-type: disc;
}

.numericPoints li {
	list-style-type: decimal;
}

.faq-answer a,
.aboutMB-content a {
	color: #6d42e5;
	font-weight: 700;
	transition: color .3s
}

.faq-answer a:hover,
.aboutMB-content a:hover {
	color: #2980b9
}

.highlighted {
	background-color: #fffacd
}

.aboutMB {
	background-color: #f8f8f8
}

.aboutMB-container {
	padding: 3rem
}

.aboutMB-container h2 {
	font-size: 1.75rem;
	font-weight: 700
}

.aboutMB-container h4 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.aboutMB-container h5 {
	font-size: 1.1rem;
	color: #111;
}

.aboutMB-container p {
	color: #111;
	margin-block: 0.75rem;
	font-size: .9rem;
}

.spacer {
	padding-block: 0.75rem;
	display: block;
}

.aboutMB-content {
	margin-block: 1.5rem
}

.aboutMB-content b {
	color: #222;
	font-size: 1rem;
}

.aboutMB-content ul {
	padding-left: 1.75rem;
    margin-top: 0.5rem;
}

.aboutMB-content ul li {
	list-style-type: disc;
	font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.aboutMB-content ul li ul li {
	list-style-type: circle;
}

.aboutMB-content .notBullet li {
	list-style: none;
}
.resonsive-table {
	width: 100%;
  	max-width: 100%;
}
.service-frequency-table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
}
.service-frequency-table th,
.service-frequency-table td {
	padding: 0.5rem;
	text-align: left;
	font-size: 0.9rem;
	border: 1px solid #ddd;
}
.service-frequency-table th {
	background-color: #f5f5f5;
	font-weight: 600;
}
.service-frequency-table tr:hover {
	background-color: #f9f9f9;
}
footer {
	background-color: #333;
	color: #fff;
	padding: 20px 0
}

.footer-container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 3rem
}

.footer-content-container {
	margin-bottom: 1.5rem
}

.footer-section {
	display: flex;
	column-gap: 1.5rem;
	flex-wrap: wrap;
	width: 100%
}

.footer-content-container h3 {
	font-size: 1rem;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px
}

.footer-section a {
	display: block;
	color: #fff;
	margin: 5px 0
}

.footer-bottom {
	text-align: center;
	padding: 10px;
	background-color: #222
}

.footer-bottom p {
	margin: 5px 0
}

.footer-bottom a {
	color: #fff
}

.social-links img {
	width: 30px;
	margin: 0 5px
}

/* ===================== Swiper ==================== */

.customerReviews {
	width: 100%;
	padding: 3rem 2.5rem;
}

.customerReviews .service-title {
	margin-bottom: 2rem;
	text-align: center;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.customerReview {
	height: 100%;
	width: 100%;
}

.value {
	box-sizing: border-box;
	background: #fff;
	background-size: 100%;
	text-align: left;
	margin: 39px auto 10px;
	padding: 15px;
	color: #666;
	max-width: 350px;
	min-height: 200px;
	border: 0.5px solid #777;
	border-radius: 1rem;
	position: relative;
	box-shadow: 4px 4px 6px 0 rgb(87 146 223 / 20%);
}

img.profile {
	position: absolute;
	right: 7px;
	top: -36px;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	padding: 4px;
	background: #fff;
	border: 0.5px solid #777;
    object-fit: contain;
	box-shadow: 2px 2px 4px 0 rgb(87 146 223 / 20%);
}

.head p {
	color: #333;
	font-size: 16px;
	font-weight: 700;
}

.customerReview .star {
	margin-top: 0.5rem;
	width: 80px;
	height: auto;
}

.value .value-text {
	line-height: 22px;
	margin-top: 15px;
	font-size: 13px;
	text-align: justify;
	color: #333;
}


.swiper-wrapper {
	position: relative;
}

.swiper {
	width: 100%;
	height: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: '';
}

.swiper-button-prev,
.swiper-button-next {
	right: -37px;
	position: absolute;
	top: 50%;
	height: 2.5rem;
	width: 2.5rem;
	line-height: 31px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-size: 1.5rem;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.swiper-button-prev {
	left: -0.75rem;
}

.swiper-button-next {
	right: -0.75rem;
}

/* ===================== Why choose RO Plant ==================== */

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
    padding-top: 1rem;
}

.benefit-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.icon-container {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(197, 180, 245, 0.5);
}

.icon-container img {
	width: 2.5rem;
	height: auto;
}

.benefit-title {
	font-size: 1rem;
	margin-bottom: 5px;
	color: #333;
}

/* ===================== Industry we served Ro Plant ==================== */

.industries-section {
	margin: 0 auto;
	padding: 3rem 2.5rem;
	background-color: #fff;
}

.industries-section h2 {
	text-align: center;
	margin-bottom: 40px;
	color: #333;
	font-size: 1.5rem;
}

.industries-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.industry-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 18%;
	min-width: 100px;
}

.industry-title {
	font-size: 1rem;
	font-weight: bold;
	color: #555;
}

/* ===================== Our Clients for RO Plant ==================== */

.ourClients {
	padding: 3rem 2.5rem;
}

.ourClients .service-title {
	margin-bottom: 2rem;
	text-align: center;
}

.clientsImgs {
    /* background-color: rgba(173, 216, 230, 0.4); */
    background-color: #f2f2f2;
    padding: 2rem;
    border-radius: 1rem;
}

.clientsImg {
    width: 100%;
    height: auto;
}