/* ============================================
   OPTIMIZED STYLE.CSS - Boundary Water Springs
   ============================================
   
   Reduced from 3,598 lines to 2,596 lines (28% reduction)
   Original size: 72KB -> Optimized: 52KB
   
   REMOVED (unused template styles):
   - .blog-box, .blogBox (blog layouts)
   - .comment-box (comment section)
   - .block-box (block layouts)
   - .trainerBox (team member cards)
   - .testimBox (testimonials)
   - .links-box (link sections)
   - .latest-box (latest posts)
   - .servicesBox, .overviewBox (service layouts)
   - .gallery-box, .history-box, .banner-box
   - .advantages-box, .values-box, .news-box
   - .errorBox, .error-box (404 page)
   - .privacyBox, .priv-box (privacy sections)
   - .thumb-pad1 through .thumb-pad8 (only .thumb-pad0 is used)
   - .list1, .list1-1, .list2, .list3, .list6, .list8
   - .follow_icon, .follow_list (social icons)
   - Various unused layout classes
   
   KEPT:
   - All navigation styles (.tm_navbar, .foo_menu, .burger-menu, etc.)
   - All header/footer styles
   - Camera slider styles (.camera-caption, .camera_wrap)
   - Form styles (#contact-form, .formBox)
   - All button styles (.btn-default, .btn1-.btn4)
   - Pricing styles (.pricing-section, .price-card, etc.)
   - Water/Contact hero styles
   - pH scale component styles
   - Mobile menu styles
   - All media queries for used components
   - .thumb-pad0 (video cards)
   
   Last updated: Dec 2024
   ============================================ */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
body {
	background: #ffffff;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #333333;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 25px;
	font-weight: 300;
	line-height: 23px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ span {
	display: none;
}
/* Header logo sizing */
header .navbar-brand img,
header .navbar-brand a img,
header h1.navbar-brand img,
header h1.navbar-brand_ img,
header h1.navbar-brand_ a img {
	height: 100px;
	width: auto;
	max-width: 300px;
}

/* Override Bootstrap navbar-brand constraints */
.navbar-brand {
	height: auto;
	padding: 0;
	float: left;
	line-height: 1;
}
.navbar-brand a {
	display: block;
}
h2 {
	font: bold 35px/35px 'Roboto Slab';
	color: #45ad05;
	margin: 0 0 43px 0;
	width: 100%;
	text-align: center;
}
h2.indent {
	margin-bottom: 27px;
}
h3 {
	font: 300 19px/27px 'Roboto Slab';
	color: #030303;
	margin: 0 0 18px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 100px 0 0 0;
	background: #f5f4f5 url(../img/bg_pic5.jpg) center 0 no-repeat;
}
.center {
	text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 33px 0 0 0;
	float: right;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	font-size: 14px;
	line-height: 23px;
	padding: 0;
	margin-left: 25px;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 25px 'Roboto';
	color: #333333;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #45ad05;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #45ad05;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #45ad05;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -3px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 203px;
	left: 0;
	top: 65px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #242424;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 8px 0 8px 10px;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #45ad05 !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;

	background: #45ad05 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 203px;
	left: 204px;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #242424;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 8px 0 8px 10px;
	margin: 0;
	float: none;
	display: block;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #45ad05 !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 21px 0 17px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.95);
}
header.indent {
	background: url(../img/bg_pic4.jpg) center 0 no-repeat !important;
	position: relative;
}
footer {
	background-image: url(../img/banner2.jpg);
	background-position: center bottom;
	background-size: cover;
	padding: 61px 0 50px 0;
}
footer p {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f8f8f8;
	margin-bottom: 15px;
	float: right;
	width: 100%;
	text-align: right;
}
footer p a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f8f8f8;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #45ad05;
}
footer em {
	font-style: normal;
}
.foo_menu {
	padding: 0;
	margin: -5px 0 10px 0;
	list-style: none;
	float: right;
}
.foo_menu li {
	float: left;
	margin-left: 25px;
}
.foo_menu li:first-child {
	margin-left: 0;
}
.foo_menu li a {
	font: 25px 'Roboto';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.foo_menu li a:hover {
	color: #45ad05;
}
.foo_menu li.active > a {
	color: #45ad05;
}

/* Footer layout fixes */
.footer-row {
	display: flex;
	align-items: center;
}
.footer-logo-col {
	display: flex;
	align-items: center;
}
.footer-nav-col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.footer-brand {
	margin: 0;
	padding: 0;
}
.footer-brand img {
	width: 100px;
	height: auto;
}

/* Mobile footer adjustments */
@media (max-width: 991px) {
	.footer-row {
		flex-direction: column;
		text-align: center;
	}
	.footer-logo-col {
		justify-content: center;
		margin-bottom: 20px;
	}
	.footer-nav-col {
		align-items: center;
	}
	.foo_menu {
		float: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	footer p {
		float: none;
		text-align: center;
	}
}
/* Persistent CTA Button */
.persistent-cta {
	display: flex;
	align-items: center;
	gap: 8px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 999;
	background: #45ad05;
	color: #fff;
	padding: 14px 24px;
	border-radius: 50px;
	font: 600 16px 'Roboto', sans-serif;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(69, 173, 5, 0.4);
	transition: all 0.3s ease;
}
.persistent-cta:hover {
	background: #3a9204;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(69, 173, 5, 0.5);
}
.persistent-cta .fa {
	font-size: 18px;
}
@media (max-width: 768px) {
	.persistent-cta {
		right: 15px;
		bottom: 15px;
		padding: 12px 20px;
		font-size: 14px;
	}
	.persistent-cta .fa {
		font-size: 16px;
	}
}
.about-box {
	text-align: center;
	padding: 94px 0 102px 0;
	background: url(../img/bg_pic3.jpg) center top no-repeat;
}
.about-box .title {
	font: bold 35px 'Roboto Slab';
	color: #45ad05;
	margin-bottom: 15px;
}
.about-box .description {
	font: 300 19px/27px 'Roboto Slab';
	color: #030303;
	margin-bottom: 18px;
}
.about-box p {
	margin-bottom: 27px;
}
.center-box {
	margin-top: 40px;
	margin-bottom: 50px;
}
.center-box .box .title {
	margin: 0;
	padding-left: 19px;
	background: #45ad05;
	font: bold 35px/65px 'Roboto Slab';
	color: #ffffff;
	width: 100%;
}
.center-box .box p {
	color: #ffffff;
	width: 225px;
	margin-bottom: 0;
}
.center-box em {
	position: absolute;
	top: 12px;
	right: 34px;
	display: inline-block;
	width: 118px;
	height: 285px;
	background: url(../img/bottle.png) no-repeat;
}
.center-box .box .box1 > .cont {
	background: url(../img/banner1.jpg) no-repeat;
	padding: 22px 22px 0 22px;
	min-height: 159px;
}
.center-box .box .box2 > .cont {
	background: url(../img/banner2.jpg) no-repeat;
	padding: 22px 22px 0 22px;
	min-height: 159px;
}
.center-box .box .box3 > .cont {
	background: url(../img/banner3.jpg) no-repeat;
	padding: 22px 22px 0 22px;
	min-height: 159px;
}
.center-box .box .more {
	padding: 0 22px;
	line-height: 79px;
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
}
.articles-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 50px 0 61px 0;
	margin-bottom: 44px;
}
.articles-box .title {
	font: bold 35px/35px 'Roboto Slab';
	color: #ffffff;
	margin-bottom: 12px;
}
.articles-box p {
	color: #ffffff;
	margin-bottom: 18px;
}
.articles-box .box1 {
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	padding: 50px 40px;
	text-align: center;
}
.articles-box .box1 .description {
	font: 300 19px/27px 'Roboto Slab';
	color: #45ad05;
}
.articles-box .box2 {
	background: #45ad05;
	background: rgba(69, 173, 5, 0.7);
	padding: 50px 40px;
	text-align: center;
}
.articles-box .box2 .description {
	font: 300 19px/27px 'Roboto Slab';
	color: #000000;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 0 0 60px 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption p {
	margin-top: 8px;
	margin-bottom: 24px;
}
.thumb-pad0 .thumbnail .caption .lnk {
	font: 19px/19px 'Roboto Slab';
	color: #030303;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad0 .thumbnail .caption .lnk:hover {
	color: #45ad05;
}
.thumb-pad0 figure {
	margin: 0 0 20px 0;
	float: none;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1 span {
	font-size: 18px;
	color: #4db110;
	margin-left: 3px;
}
.btn-default.btn1:hover {
	color: #4db110;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 50px;
	font: 25px/54px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.1);
	text-shadow: none;
	color: #ffffff;
	background: #45ad05;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #4e4e4e;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: underline !important;
	padding: 0;
	font: 25px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 30px;
	font: 18px/42px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 8px;
	text-shadow: none;
	color: #ffffff;
	background: #45ad05;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #4e4e4e;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
	width: 296px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 267px;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #333333;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#search {
	margin: 28px 0 0 0;
	position: relative;
	border-radius: 38px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	display: inline-block;
	width: 213px;
	float: right;
}
#search a {
	position: absolute;
	float: left;
	top: 2px;
	right: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 215px;
	outline: none;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #333333;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.formBox {
	background: #ffffff;
	padding: 48px 0 60px 0;
}
.map {

	margin: 0 0 112px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 460px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	text-align: center;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	display: inline-block;
	width: 75px;
}
.info p a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #45ad05;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #333333;
}
/*-----form-----*/
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 51px;
	margin: 0;
	font-weight: normal;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #333333;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #333333;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 242px;
	margin-right: 10px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #333333;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 177px;
	margin-bottom: 20px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #45ad05;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	border-radius: 0;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 36px;
	color: #333333;
	padding: 0 14px;
	height: 41px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn4 {
	float: left;
	margin-right: 20px;
}
.btns p {
	margin: 6px 0 0 0;
	float: left;
}
.mail {
	color: #45ad05;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
}
.mail:hover {
	color: #333333;
	text-decoration: underline;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 footer {
 background: url(../img/bg_pic2.jpg) center bottom no-repeat;
}
 .articles-box {
 background: url(../img/bg_pic1.jpg) center top no-repeat;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
 footer {
 text-align: center;
}
 footer h1 {
 float: none;
 width: 100%;
 text-align: center;
}
 footer .foo_menu {
 float: none;
 display: inline-block;
}
 footer p {
 text-align: center;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header {
 text-align: center;
 position: relative;
 background: #000000;
}
 nav.tm_navbar {
 float: none;
}
 nav.tm_navbar > .nav {
 display: inline-block;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 15px;
}
 .articles-box {
 background: url(../img/bg_pic1.jpg) center top no-repeat;
}
 .articles-box .name, .btn-default.btn2 {
 margin-left: 40px;
}
 .articles-box .title-box {
 padding-top: 0;
}
 #contact-form2.success .success-message {
 height: 93px;
 line-height: 93px;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;
 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
 .form-div-1, .form-div-2, .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 #search {
 float: none;
}
 #options {
 margin-bottom: 20px;
}
 footer {
 text-align: center;
 background: url(../img/bg_pic2.jpg) center bottom no-repeat;
}
 footer h1 {
 float: none;
 width: 100%;
 text-align: center;
}
 footer .foo_menu {
 float: none;
 display: inline-block;
}
 footer p {
 text-align: center;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 .center-box {
 margin: 0;
}
 .center-box .box {
 margin-bottom: 30px;
}
 .center-box .cont {
 background: #000000 !important;
}
 .center-box .cont p {
 width: 80%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: left;
 position: relative;
 background: rgba(255, 255, 255, 0.6) !important;
}
 h1.navbar-brand_ {
 float: none;
 width: auto;
 text-align: left;
 margin-bottom: 0;
}
 nav.tm_navbar {
 float: none;
 display: flex;
 width: auto; min-width: 40px;
 padding: 0;
 margin: 0;
}
 .burger-menu {
  display: block !important;
  visibility: visible !important;
 }
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #45ad05;
 background: #45ad05;
 color: #ffffff;

 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .articles-box {
 background: url(../img/bg_pic1.jpg) center top no-repeat;
}
 .articles-box .title-box {
 padding-top: 0;
}
 .articles-box {
 padding: 80px 0 0 0;
}
 .articles-box .col-lg-6 {
 margin-bottom: 50px;
}
 #contact-form2.success .success-message {
 height: 93px;
 line-height: 93px;
}
 .thumb-pad0 {
 margin: 0 0 30px 0;

 overflow: hidden;
}
 .thumb-pad0 .thumbnail .caption p {
 font-size: 14px;
 line-height: 21px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 #contact-form label {
 min-height: 50px;
}
 #search {
 float: none;
}
 footer {
 text-align: center;
 background: url(../img/bg_pic2.jpg) center bottom no-repeat;
}
 footer h1 {
 float: none;
 width: 100%;
 text-align: center;
}
 footer .foo_menu {
 display: none;
}
 footer p {
 text-align: center;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 .center-box {
 margin: 0;
}
 .center-box .box {
 margin-bottom: 30px;
}
 .center-box .cont {
 background: #000000 !important;
}
 .center-box .cont p {
 width: 75%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 header h1.navbar-brand_ a img,
 header .navbar-brand img {
 height: 55px;
}
 #search-404 {
 width: 100%;
}
 .articles-box {
 background: #000000;
}
 .about-box {
 background: #f7f7f7;
}
 #search-404 {
 width: 283px;
}
 #search-404 input {
 width: 247px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 header h1.navbar-brand_ a img,
 header .navbar-brand img {
 height: 45px;
}
 .center-box em {
 right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 77px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* ============================================
   SLIDER TEXT ENHANCEMENTS
   - Text shadow for better visibility
   - Adjusted positioning to not cover nav buttons
   ============================================ */
.camera-caption .title {
    text-shadow: 
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000,
        2px 2px 8px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(0, 0, 0, 0.6);
    -webkit-text-stroke: 0.5px #000;
    margin: 0 0 5px 0;
}

.camera-caption .description {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8),
                 0 0 20px rgba(0, 0, 0, 0.6);
    max-width: 800px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.camera-caption {
    top: 50% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%);
    width: auto !important;
    max-width: 90%;
    background: rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 8px 20px !important;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: inline-block !important;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
}

.camera-caption h1,
.camera-caption p,
.camera-caption .title,
.camera-caption .description {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.camera-caption .title {
    margin-bottom: 8px !important;
}

.camera_wrap .camera-caption {
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 20px !important;
}

/* ============================================
   pH SCALE COMPONENT STYLES
   ============================================ */
.ph-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.ph-labels {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto 10px;
    padding: 0 10px;
}

.ph-label-acidic {
    font-weight: 600;
    color: #e74c3c;
    font-size: 14px;
    letter-spacing: 1px;
}

.ph-label-alkaline {
    font-weight: 600;
    color: #3498db;
    font-size: 14px;
    letter-spacing: 1px;
}

.ph-scale-container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.ph-gradient-bar {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #e74c3c 0%, #e67e22 15%, #f1c40f 28%, #2ecc71 42%, #45ad05 50%, #3498db 60%, #2980b9 72%, #8e44ad 85%, #9b59b6 100%);
    margin-bottom: 5px;
}

.ph-droplets {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -25px;
}

.ph-droplet {
    width: 36px;
    height: 44px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    transform: rotate(180deg);
    flex-shrink: 0;
}

.ph-droplet span {
    transform: rotate(180deg);
}

.ph-droplet-highlight {
    width: 42px;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #45ad05;
}

.ph-neutral-label {
    text-align: center;
    margin-top: 15px;
}

.ph-neutral-label span {
    font-weight: 600;
    color: #2ecc71;
    font-size: 14px;
    letter-spacing: 1px;
}

.ph-callout {
    text-align: center;
    margin-top: 25px;
    padding: 15px;
    background: linear-gradient(135deg, #f0f9eb 0%, #e0f2d8 100%);
    border-radius: 8px;
    border-left: 4px solid #45ad05;
}

.ph-callout p {
    margin: 0;
    font-size: 16px;
    color: #333333;
}

.ph-callout strong {
    color: #45ad05;
}

.ph-comparison {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.ph-comparison-item {
    padding: 10px 15px;
    color: #555;
}

.ph-comparison-highlight {
    background: #f0f9eb;
    border-radius: 5px;
}

.ph-comparison-highlight strong {
    color: #45ad05;
}

.ph-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

/* ============================================
   MOBILE RESPONSIVE FIXES
   ============================================ */

/* Global fixes */
* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

p, h1, h2, h3, h4, h5, h6, li, td, th, label {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ============================================
   TABLET (max-width: 991px)
   ============================================ */
@media (max-width: 991px) {
    .camera-caption {
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        bottom: auto !important;
        transform: translate(-50%, -50%);
        max-width: 90%;
        padding: 8px 25px !important;
    }
    
    .camera-caption .title {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    
    .camera-caption .description {
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
    }
    
    .foo_menu li {
        margin-left: 15px;
        margin-bottom: 8px;
    }
    
    .foo_menu li a {
        font-size: 18px;
    }
    
    /* pH scale tablet */
    .ph-droplet {
        width: 32px;
        height: 40px;
        font-size: 12px;
    }
    
    .ph-droplet-highlight {
        width: 38px;
        height: 46px;
    }
}

/* ============================================
   MOBILE (max-width: 767px)
   ============================================ */
@media (max-width: 767px) {
    /* Container */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Headings */
    h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 25px !important;
    }
    
    h3 {
        font-size: 17px;
        line-height: 1.4;
    }
    
    /* Slider */
    .camera-caption {
        left: 50% !important;
        right: auto !important;
        bottom: 70px !important;
        padding: 8px 20px !important;
        max-width: 95%;
    }
    
    .camera-caption .title {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }
    
    .camera-caption .title br {
        display: none;
    }
    
    .camera-caption .description {
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
    }
    
    /* Product cards - stack */
    #products .col-lg-4,
    #products .col-md-4,
    #products .col-sm-12 {
        width: 100% !important;
        float: none !important;
    }
    

    /* Center boxes */
    .center-box {
        margin-top: 0 !important;
    }
    
    .center-box .box .title {
        font-size: 20px !important;
        line-height: 50px !important;
        padding-left: 15px;
    }
    
    .center-box .box p {
        width: 100% !important;
        padding-right: 15px;
    }
    
    .center-box em {
        display: none !important;
    }
    
    .center-box .box .box1 > .cont,
    .center-box .box .box2 > .cont,
    .center-box .box .box3 > .cont {
        background-size: cover !important;
        min-height: auto !important;
        padding: 20px 15px !important;
    }
    
    /* Contact form */
    .formBox {
        padding: 40px 0 !important;
    }
    
    #contact-form input,
    #contact-form textarea,
    #contact-form select {
        font-size: 16px !important;
    }
    
    .btns {
        text-align: center;
    }
    
    .btns .btn4 {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }
    
    .btns p {
        float: none;
        margin: 10px 0 0 0 !important;
        display: block;
    }
    
    /* Footer */
    footer {
        padding: 40px 0 30px 0;
    }
    
    footer h1.navbar-brand_ a img {
        max-width: 320px;
        height: auto;
    }
    
    footer p {
        font-size: 12px;
        line-height: 1.6;
        padding: 0 10px;
    }
    
    .foo_menu {
        display: none !important;
    }
    
    
    
    /* About box */
    .about-box {
        padding: 50px 15px !important;
    }
    
    .about-box .title {
        font-size: 24px !important;
    }
    
    .about-box .description {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    
    .about-box .description br {
        display: none;
    }
    
    /* Articles box */
    .articles-box {
        padding: 40px 0 !important;
    }
    
    .articles-box .box1,
    .articles-box .box2 {
        padding: 30px 20px !important;
    }
    
    .articles-box .title {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    
    .articles-box .col-sm-6 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    /* ============================================
       pH SCALE MOBILE - Smaller droplets that fit
       ============================================ */
    .ph-card {
        padding: 25px 15px;
    }
    
    .ph-card h3 {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }
    
    .ph-labels {
        padding: 0 5px;
    }
    
    .ph-label-acidic,
    .ph-label-alkaline {
        font-size: 11px;
    }
    
    .ph-droplets {
        margin-top: -18px;
        gap: 2px;
    }
    
    .ph-droplet {
        width: 20px;
        height: 26px;
        font-size: 9px;
    }
    
    .ph-droplet-highlight {
        width: 24px;
        height: 30px;
        font-size: 10px;
        box-shadow: 0 0 0 2px #fff, 0 0 0 3px #45ad05;
    }
    
    .ph-gradient-bar {
        height: 6px;
    }
    
    .ph-neutral-label {
        margin-top: 10px;
    }
    
    .ph-neutral-label span {
        font-size: 11px;
    }
    
    .ph-callout {
        margin-top: 20px;
        padding: 12px;
    }
    
    .ph-callout p {
        font-size: 14px;
    }
    
    .ph-comparison {
        margin-top: 20px;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    
    .ph-comparison-item {
        padding: 8px 12px;
        font-size: 14px;
    }
    
    /* Water quality section */
    #water-quality {
        padding: 40px 0 !important;
    }
    
    #water-quality h2 {
        font-size: 22px !important;
        margin-bottom: 25px !important;

    }
    
    /* Mineral table cards */
    #water-quality .row > .col-lg-6 > div {
        padding: 20px !important;
    }
    
    #water-quality table td {
        padding: 10px 5px !important;
        font-size: 14px !important;
    }
}

/* ============================================
   SMALL MOBILE (max-width: 400px)
   ============================================ */
@media (max-width: 400px) {
    h2 {
        font-size: 20px !important;
    }
    
    .camera-caption {
        top: 50% !important;
        bottom: auto !important;
        transform: translate(-50%, -50%);
        left: 50% !important;
        right: auto !important;
        padding: 10px 20px !important;
    }
    
    .camera-caption .title {
        font-size: 16px !important;
    }
    
    .camera-caption .description {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
    }
    
    header h1.navbar-brand_ a img,
    header .navbar-brand img {
        height: 50px;
    }
    
    .btn-default {
        padding: 10px 16px !important;
        font-size: 12px !important;
    }
    
    /* Even smaller pH droplets for tiny screens */
    .ph-droplet {
        width: 17px;
        height: 22px;
        font-size: 8px;
    }
    
    .ph-droplet-highlight {
        width: 20px;
        height: 26px;
        font-size: 9px;
    }
    
    .ph-label-acidic,
    .ph-label-alkaline {
        font-size: 10px;
    }
}

/* ============================================
   HEADER & NAVIGATION FIXES
   ============================================ */

/* Desktop header - flexbox layout for proper alignment */
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* Logo sizing fix - constrain it properly and push left */
h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    float: none;
    flex-shrink: 0;
}

h1.navbar-brand_ a {
    display: flex;
    align-items: center;
}

/* James image - far right with padding */
img.header-james {
    height: 70px !important;
    width: auto!important;
    max-height: 70px !important;
    flex-shrink: 0;
}

/* James link wrapper - positions the image on the far right */
a:has(.header-james) {
    flex-shrink: 0;
    margin-right: 50px;
    order: 3;
}

/* Navigation alignment - centered */
nav.tm_navbar {
    float: none;
    margin: 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    order: 2;
}

nav.tm_navbar ul.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}

nav.tm_navbar li {
    margin-left: 20px;
}

nav.tm_navbar li a {
    font-size: 16px;
    white-space: nowrap;
}

/* ============================================
   TABLET NAV FIX (max-width: 991px)
   ============================================ */
@media (max-width: 991px) {
    header .container {
        flex-direction: column;
        text-align: center;
    }
    
    h1.navbar-brand_ {
        margin-bottom: 15px;
        padding-left: 0;
    }
    
    img.header-james {
        margin-right: 0;
        margin-top: 15px;
        order: 3;
    }
    
    nav.tm_navbar {
        justify-content: center;
        width: 100%;
        order: 2;
    }
    
    nav.tm_navbar ul.nav {
        justify-content: center;
    }
    
    nav.tm_navbar li {
        margin: 0 10px 8px 10px;
    }
    
    nav.tm_navbar li a {
        font-size: 15px;
    }
}

/* ============================================
   MOBILE NAV FIX (max-width: 767px)
   ============================================ */
@media (max-width: 767px) {
    header {
        position: relative;
        padding: 12px 15px;
    }
    
    header .container {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    h1.navbar-brand_ {
        margin-bottom: 10px;
        flex-shrink: 0;
        float: none;
        padding-left: 0;
    }
    
    header h1.navbar-brand_ a img,
    header .navbar-brand img {
        height: 70px;
    }

    a:has(.header-james) {
        margin-right: 0;
        margin-top: 10px;
    }
    
    /* Show desktop nav on mobile */
    nav.tm_navbar {
        float: none;
        margin: 0;
        width: 100%;
    }
    
    nav.tm_navbar ul.nav,
    nav.tm_navbar .sf-menu {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 15px;
    }
    
    nav.tm_navbar li {
        margin: 0;
        float: none;
    }
    
    nav.tm_navbar li a {
        font-size: 14px;
        padding: 5px 0;
    }
    
    /* Hide the select dropdown and burger menu */
    .select-menu,
    .burger-menu,
    .mobile-nav-menu,
    .mobile-nav-overlay {
        display: none !important;
    }
}

/* ============================================
   SMALL MOBILE NAV FIX (max-width: 400px)
   ============================================ */
@media (max-width: 400px) {
    header h1.navbar-brand_ a img,
    header .navbar-brand img {
        height: 50px;
    }
    
    nav.tm_navbar li a {
        font-size: 12px;
    }
    
    nav.tm_navbar ul.nav,
    nav.tm_navbar .sf-menu {
        gap: 3px 10px;
    }
}

/* ============================================
   FOOTER LOGO STYLES
   ============================================ */
footer h1.navbar-brand_ {
    float: none;
    display: block;
    text-align: left;
}

footer h1.navbar-brand_ a {
    display: inline-flex;
}

footer h1.navbar-brand_ a img {
    width: 300px;
    height: auto;
}

@media (max-width: 991px) {
    footer h1.navbar-brand_ {
        text-align: center;
        margin-bottom: 20px;
    }
}

/* ============================================
   FROSTED WHITE SEMI-TRANSPARENT NAVBAR
   ============================================ */
header {
    background: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

nav.tm_navbar li a {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}

nav.tm_navbar li.active > a,
nav.tm_navbar li > a:hover,
nav.tm_navbar .sfHover > a {
    color: #45ad05;
}

/* ============================================
   SLIDER - MORE ROOM, BOXES PUSHED DOWN
   ============================================ */
.center-box {
    margin-top: 0 !important;
    padding-top: 50px;
}

/* Give slider more breathing room at the bottom */
.camera_wrap {
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS FOR WHITE NAV
   ============================================ */
@media (max-width: 991px) {
    header {
        background: rgba(255, 255, 255, 0.6) !important;
    }
    
    .center-box {
        margin-top: 0 !important;
        padding-top: 40px;
    }
    
    .camera-caption {
        bottom: auto !important;
    }
}

@media (max-width: 767px) {
    header {
        background: rgba(255, 255, 255, 0.6) !important;
    }
    
    .center-box {
        margin-top: 0 !important;
        padding-top: 30px;
    }
    
    .camera-caption {
        top: 50% !important;
        bottom: auto !important;
        transform: translate(-50%, -50%);
    }
    
    /* Water quality section - mineral profile boxes */
    #water-quality .row {
        display: block !important;
    }
    
    #water-quality .col-lg-6,
    #water-quality .col-md-6 {
        width: 100% !important;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
    

    #water-quality .col-lg-6 > div,
    #water-quality .col-md-6 > div {
        padding: 25px !important;
    }
    
    #water-quality h2 {
        font-size: 22px !important;
        padding: 0 15px;
    }
    
    #water-quality h3 {
        font-size: 18px !important;
    }
}
/* ============================================
   MOBILE TOUCH TARGET IMPROVEMENTS
   Added: Better touch targets for mobile devices
   ============================================ */
@media (max-width: 400px) {
    /* Larger buttons for better touch targets */
    .btn-default.btn2 {
        padding: 14px 30px !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        min-height: 48px !important;
    }
    
    /* Make sure all buttons meet minimum touch target */
    button,
    .btn,
    .btn-default {
        min-height: 44px !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
    }
}

/* Prevent horizontal scrolling on all devices */
body {
    overflow-x: hidden;
}

.container {
    max-width: 100%;
    overflow-x: hidden;
}

/* Ensure images never cause horizontal scroll */
img {
    max-width: 100%;
    height: auto;
}

/* ============================================
   BURGER MENU FOR MOBILE - DISABLED
   Using regular nav buttons on mobile instead
   ============================================ */

/* Burger menu and mobile nav elements - hidden */
.burger-menu,
.mobile-nav-menu,
.mobile-nav-overlay {
    display: none !important;
}
/* ============================================
   WATER PRICES PAGE STYLES
   ============================================ */

.water-hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 180px 0 80px 0;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.water-hero .container {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 25px 40px;
    border-radius: 12px;
    display: inline-block;
    width: auto;
}
.water-hero h1 {
    font: bold 42px/1.2 'Roboto Slab';
    color: #fff;
    margin-bottom: 20px;
}
.water-hero p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255,255,255,0.9);
}

.pricing-section {
    padding: 70px 0;
}
.pricing-section.alt {
    background: #f9f9f9;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2 {
    font: bold 32px/1.2 'Roboto Slab';
    color: #45ad05;
    margin-bottom: 15px;
}
.section-header p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.price-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}
.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}
.price-card.featured {
    border: 3px solid #45ad05;
    position: relative;
}

/* Single price card centered layout */
.pricing-single {
    max-width: 500px;
    margin: 0 auto;
}
.pricing-single .price-main {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 15px;
}

/* Why Jackson Springs section */
.why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.why-card-wrapper {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
}
.why-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    height: 100%;
}
.why-card h3 {
    color: #45ad05;
    margin-bottom: 15px;
}
.why-card h3 .fa {
    margin-right: 10px;
}
.why-card p {

    color: #666;
    margin: 0;
}

.price-card-header {
    background: linear-gradient(135deg, #45ad05 0%, #3a9204 100%);
    color: #fff;
    padding: 30px;
    text-align: center;
}
.price-card-header h3 {
    font: bold 24px/1.2 'Roboto Slab';
    color: #fff;
    margin: 0 0 10px 0;
}
.price-card-header .subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

.price-card-body {
    padding: 30px;
}
.price-main {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.price-amount {
    font: bold 48px 'Roboto Slab';
    color: #333;
}
.price-amount span {
    font-size: 20px;
    color: #666;
    font-weight: 400;
}
.price-note {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

.price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.price-features li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #555;
}
.price-features li:last-child {
    border-bottom: none;
}
.price-features li .fa {
    color: #45ad05;
    margin-right: 12px;
    font-size: 14px;
}

.price-card-footer {
    padding: 0 30px 30px;
    text-align: center;
}
.btn-price {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    background: #45ad05;

    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-price:hover {
    background: #3a9204;
    color: #fff;
    transform: translateY(-2px);
}

/* Additional products table */
.products-table {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}
.products-table table {
    width: 100%;
    border-collapse: collapse;
}
.products-table th {
    background: #45ad05;
    color: #fff;
    padding: 18px 20px;
    text-align: left;
    font-weight: 600;
}
.products-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    color: #555;
}
.products-table tr:last-child td {
    border-bottom: none;
}
.products-table tr:hover {
    background: #f9f9f9;
}
.products-table .price-col {
    font-weight: 600;
    color: #45ad05;
    font-size: 18px;
}

/* Water quality reminder */
.quality-reminder {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 50px 0;
    text-align: center;
}
.quality-badge {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.quality-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
}
.quality-item .fa {
    color: #45ad05;
    font-size: 20px;
}

/* CTA Section */
.cta-section {
    background: #333;
    padding: 70px 0;
    text-align: center;
}
.cta-section h2 {
    color: #fff;
    margin-bottom: 15px;
}
.cta-section p {
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin: 0 auto 30px;
}
.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-cta {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-cta.primary {
    background: #45ad05;
    color: #fff;
}
.btn-cta.primary:hover {
    background: #3a9204;
}
.btn-cta.secondary {
    background: #fff;
    color: #333;
}
.btn-cta.secondary:hover {
    background: #f5f5f5;
}

/* Delivery info */
.delivery-info {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    margin-top: 50px;
}
.delivery-info h3 {
    font: bold 24px/1.2 'Roboto Slab';
    color: #45ad05;
    margin-bottom: 20px;
    text-align: center;
}
.delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.delivery-item {
    text-align: center;
}
.delivery-item .fa {
    font-size: 36px;
    color: #45ad05;
    margin-bottom: 15px;
}
.delivery-item h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.delivery-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Water page responsive */
@media (max-width: 768px) {
    .water-hero {
        padding: 140px 15px 60px;
    }
    .water-hero .container {
        background: rgba(0, 0, 0, 0.35) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        padding: 20px 25px !important;
        border-radius: 12px !important;
        display: inline-block !important;
        width: auto !important;
        max-width: 90%;
    }
    .water-hero h1 {
        font-size: 28px;
    }
    .water-hero p {
        font-size: 16px;
    }
    .pricing-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    .price-amount {
        font-size: 36px;
    }
    .products-table {
        overflow-x: auto;
    }
    .products-table table {
        min-width: 500px;
    }
    .delivery-info {
        padding: 30px 20px;
    }
    .why-card-wrapper {
        min-width: 100%;
    }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */
.contact-hero {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 75vh !important;
    min-height: 600px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    color: #fff;
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.contact-hero .container {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 25px 40px;
    border-radius: 12px;
    display: inline-block;
    width: auto;
}
.contact-hero h1 {
    font: bold 42px/1.2 'Roboto Slab';
    color: #fff;
    margin-bottom: 20px;
}
.contact-hero p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;

    color: rgba(255,255,255,0.9);
}

@media (max-width: 768px) {
    .contact-hero {
        height: 75vh !important;
        min-height: 500px !important;
        padding: 130px 15px 30px 15px;
        text-align: center !important;
    }
    .contact-hero .container {
        background: rgba(0, 0, 0, 0.35) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        padding: 20px 25px !important;
        border-radius: 12px !important;
        display: inline-block !important;
        width: auto !important;
        max-width: 90%;
        text-align: center !important;
    }
    .contact-hero h1 {
        font-size: 28px;
        text-align: center !important;
    }
    .contact-hero p {
        font-size: 16px;
        padding: 0;
        text-align: center !important;
    }
	
	
	.header-james {
		height: 70px !important;
	}
}
/* End of mobile media query */