@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');

/* GENERAL */

body {
	color: #666666;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	background:#fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
  font-family: montserrat,sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.1;
}
a {
font-family: montserrat,sans-serif;
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.sppb-btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

/* */

/* MENU & LOGO */

.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}

@media only screen and (min-width:992px){
#offcanvas-toggler  {
	display:none;
}
}

#sp-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: .5rem 1rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	transition: all 0.5s ease 0s;
	height: inherit;
	box-shadow: none;
	position: absolute;
}

#sp-header.menu-fixed {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0.98;
    padding: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#sp-header .container {
	background: transparent;
	border-radius: 3px;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.02);
	margin-top: 13px;
	padding: 13px 8px;
	transition: all 0.3s ease 0s;
}

#sp-header.menu-fixed .container {
	background: transparent;
	margin-top: 0;
	padding: 0;
}

	.container {
		width: 1140px;
		max-width: 100%;
	}

@media (max-width: 992px) {
	.container {
		width: 960px;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.container {
		width: 540px;
		max-width: 100%;
	}
}

#sp-header .logo {
	height: inherit;
	padding-top: .25rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

#sp-header .logo img {
	width: 150px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	letter-spacing: 0;
	color: #333;
	font-family: montserrat,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-left: 5px;
	padding: 7px 14px;
	font-weight: 400;
	line-height: 48px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #66bc40;
}

/* */

/* HEADER */

.top-text .sppb-addon-title {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
}

.top-text .sppb-addon-content {
	color: #fff;
	margin-bottom: 25px;
}

.top-btn a {
	background: #66bc40 none repeat scroll 0 0;
	border: 1px solid #66bc40;
	border-radius: 500px;
	color: #fff;
	font-family: montserrat,sans-serif;
	font-size: 14px;
	padding: 12px 40px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.top-btn a:hover {
	box-shadow: 0 3px 20px rgba(65, 203, 82, 0.6);
	background: #66bc40 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #66bc40;
}

a.sppb-modal-selector,
a.sppb-modal-selector:hover {
	background: transparent;
	border-radius: 100px;
	color: #66bc40;
	display: block;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	padding-left: 5px;
	padding-top: 2px;
	text-align: center;
	width: 60px;
}

.scrollup:before {
  border-radius: 100px;
  color: #fff;
  content: " ";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  line-height: 49px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

.scrollup {
  background-color: #66bc40;
  border: none;
  border-radius: 100px;
  bottom: 10px;
  height: 50px;
  position: fixed;
  right: 10px;
  width: 50px;
  z-index: 999;
  line-height: 34px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.scrollup:hover {
	background-color: #222;
}

/* */

/* ABOUT */

.about-text .sppb-addon-title {
	color: #333;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
}

.about-text .sppb-addon-title span {
	color: #66bc40;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
	font-weight: 400;
	line-height: 1.1;
	display: block;
	margin-bottom: .5rem;
}

.about-text .sppb-addon-content {
	margin-bottom: 30px;
	color: #666666;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

/* */

/* FEATURES */

.main-features {
	padding: 30px 18px;
	transition: all 0.3s ease 0s;
}

.main-features:hover {
	background: transparent;
	border-radius: 5px;
	box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
	transform: translate(0, -10px);
}

.main-features .sppb-icon i {
	border: 2px solid #eee;
	border-radius: 100px;
	font-size: 24px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 20px;
	transition: all 0.3s ease 0s;
	width: 100px;
}

.main-features:hover .sppb-icon i {
	border: 2px solid #66bc40;
}

.main-features .sppb-addon-title {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
	color: #333;
	font-weight: 400;
	line-height: 1.1;
}

/* */

/* SERVICES */

.service-heading .sppb-addon-title {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
}

.service-heading span {
	font-weight: 700;
}

.features {
	margin-bottom: 50px;
}

.features .sppb-icon i {
	background: #66bc40 none repeat scroll 0 0;
	border: 1px solid #66bc40;
	border-radius: 100px;
	color: #fff;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	margin-right: 5px;
	text-align: center;
	width: 60px;
}

.features .sppb-addon-title {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: .5rem;
}

.white-features .sppb-addon-title, .white-features .sppb-addon-text {color: #fff;}

.white-features .sppb-icon i {
	background: transparent;
	border: 1px solid #fff;
	color: #66bc40;
}

.main-heading .sppb-addon-title {
	font-size: 45px;
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
}

.main-heading .sppb-addon-title span {
	font-weight: 700;
	color: #66bc40;
}

/* */

/* PORTFOLIO */

.portfolio .testimonials-section .owl-item {
	text-align: center;
	overflow: hidden;
	position: relative;
}

.portfolio .testimonials-section .owl-item:before,
.portfolio .testimonials-section .owl-item:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	transform: scaleX(0);
	transition: all 0.6s ease 0s;
}

.portfolio .testimonials-section .owl-item:after {
	transform: scaleY(0);
}

.portfolio .testimonials-section .owl-item .box-content {
    width: 100%;
    position: absolute;
    top: 32%;
    left: 0;
    z-index: 2;
}

.portfolio .testimonials-section .owl-item .box-content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.portfolio .testimonials-section .owl-item .box-content .title_des {
    color: #fff;
    margin: auto auto 20px;
    opacity: 0;
    width: 80%;
}

.portfolio .testimonials-section .owl-item:hover:before {
	transform: scaleX(1);
}

.portfolio .testimonials-section .owl-item:hover:after {
	transform: scaleY(1);
}

.portfolio .testimonials-section .owl-item:hover .title,
.portfolio .testimonials-section .owl-item:hover .box-content .title_des {
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
	background: #66bc40 none repeat scroll 0 0;
}
.owl-theme .owl-controls {
	margin-top: 20px;
}

/* */

/* TEAM */

.sppb-addon-person {
	background: transparent;
	border-radius: 3px;
	overflow: hidden;
	padding: 30px 0 40px;
	position: relative;
	text-align: center;
}

.sppb-addon-persion .sppb-person-image, .sppb-addon-person .sppb-person-image {
	display: inline-block;
	width: 130px;
	height: 130px;
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
}

.sppb-addon-persion .sppb-person-image:before, .sppb-addon-person .sppb-person-image:before {
	content: "";
	width: 100%;
	height: 0;
	border-radius: 50%;
	background: #66bc40;
	position: absolute;
	bottom: 135%;
	right: 0;
	left: 0;
	opacity: 0.2;
	transform: scale(3);
	transition: all 0.3s linear 0s;
}

.sppb-addon-persion:hover .sppb-person-image:before, .sppb-addon-person:hover .sppb-person-image:before {
	height: 100%;
}

.sppb-addon-persion .sppb-person-image:after, .sppb-addon-person .sppb-person-image:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #66bc40;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.sppb-addon-persion .sppb-person-image img, .sppb-addon-person .sppb-person-image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	transform: scale(1);
	transition: all 0.9s ease 0s;
}

.sppb-addon-persion:hover .sppb-person-image img, .sppb-addon-person:hover .sppb-person-image img {
	box-shadow: 0 0 0 14px #f7f5ec;
	transform: scale(0.7);
}

.sppb-person-information {
	margin-bottom: 30px;
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-name, .sppb-addon-person .sppb-person-information > span.sppb-person-name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
	color: #333;
	line-height: 1.1;
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-designation, .sppb-addon-persion .sppb-person-information > span.sppb-person-email, .sppb-addon-person .sppb-person-information > span.sppb-person-designation, .sppb-addon-person .sppb-person-information > span.sppb-person-email {
	margin-top: 0;
	display: block;
	font-size: 15px;
	color: #4e5052;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
}

.sppb-addon-persion .sppb-person-introtext, .sppb-addon-persion .sppb-person-social-icons, .sppb-addon-person .sppb-person-introtext, .sppb-addon-person .sppb-person-social-icons {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #66bc40;
	position: absolute;
	bottom: -100px;
	left: 0;
	transition: all 0.5s ease 0s;
}

.sppb-addon-persion:hover .sppb-person-introtext, .sppb-addon-persion:hover .sppb-person-social-icons, .sppb-addon-person:hover .sppb-person-introtext, .sppb-addon-person:hover .sppb-person-social-icons {
	bottom: 0;
}

.sppb-addon-persion .sppb-person-social, .sppb-addon-person .sppb-person-social {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.sppb-addon-persion .sppb-person-social > li, .sppb-addon-person .sppb-person-social > li {
	display: inline-block;
	margin: 0;
}

.sppb-addon-persion .sppb-person-social > li > a, .sppb-addon-person .sppb-person-social > li > a {
	line-height: 1;
	color: #fff;
	display: block;
	font-size: 17px;
	padding: 10px;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.sppb-addon-persion .sppb-person-social > li > a:hover, .sppb-addon-person .sppb-person-social > li > a:hover {
	color: #66bc40;
	background: #f7f5ec;
}

/* */

/* PRICING */

.sppb-pricing-box {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 50px 15px;
	text-align: center;
	margin-top: 30px;
	color: #292929;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.sppb-pricing-box:hover {color: #fff;}

.sppb-pricing-box:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #66bc40;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transform: rotateY(70deg);
	transition: all 0.3s ease-in-out 0s;
}

.sppb-pricing-box:hover:after {
	opacity: 1;
	transform: rotateY(0deg);
}

.sppb-pricing-header:before {
	width: 69px;
	height: 69px;
	line-height: 69px !important;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	font-size: 25px !important;
	color: #66bc40;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0ac";
}

.sppb-pricing-header {
	margin-bottom: 30px;
}

.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-family: montserrat,sans-serif;
	color: #333;
	line-height: 1.1;
}

.sppb-pricing-box:hover  .sppb-pricing-header .sppb-pricing-title, .sppb-pricing-box:hover .sppb-pricing-features > ul > li {color: #fff;}

.sppb-pricing-box .sppb-pricing-features, .sppb-pricing-box .sppb-pricing-price-container {
	margin: 0;
}

.sppb-pricing-box .sppb-pricing-features span, .sppb-pricing-box .sppb-pricing-price-container span {
	display: inline-block;
	border-bottom: 5px solid #66bc40;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	transition: all 0.3s ease-in-out 0s;
}

.sppb-pricing-box:hover .sppb-pricing-features span, .sppb-pricing-box:hover .sppb-pricing-price-container span {
	border-bottom: 5px solid #fff;
}

.sppb-pricing-box .sppb-pricing-features > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.sppb-pricing-box .sppb-pricing-features > ul > li {
	text-align: center;
	color: #292929;
	font-size: 14px;
	line-height: 40px;
}

.sppb-pricing-footer a,
.sppb-pricing-footer a:hover {
	display: inline-block;
	padding: 9px 23px;
	background: #66bc40;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	transition: all 0.25s ease-in-out 0s;
	line-height: 30px;
}

.sppb-pricing-footer a:before {
	left: -12px;
	border-right: 12px solid #66bc40;
}

.sppb-pricing-footer a:before,
.sppb-pricing-footer a:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	transition: all 0.25s ease-in-out 0s;
}

.sppb-pricing-footer a:after {
	right: -12px;
	border-left: 12px solid #66bc40;
}

.sppb-pricing-box:hover .sppb-pricing-footer a {
	background: #fff;
	color: #66bc40;
}

.sppb-pricing-box:hover .sppb-pricing-footer a:before {
	border-right-color: #fff;
}

.sppb-pricing-box:hover .sppb-pricing-footer a:after {
	border-left-color: #fff;
}

/* */

/* TESTIMONIAL */

.testimonial {
	background: #fff;
	text-align: center;
	padding: 30px 30px 55px;
	margin: 0 15px 100px;
	position: relative;
}

.testimonial:before, .testimonial:after {
	content: "";
	border-top: 40px solid #fff;
	border-right: 125px solid transparent;
	position: absolute;
	bottom: -40px;
	left: 0;
}

.testimonial:after {
	border-right: none;
	border-left: 125px solid transparent;
	left: auto;
	right: 0;
}

.testimonial .icon {
	display: inline-block;
	font-size: 70px;
	color: #66bc40;
	margin-bottom: 20px;
	opacity: 0.6;
}

.testimonial .description {
	font-size: 15px;
	color: #777;
	text-align: left;
	margin-bottom: 30px;
	opacity: 0.8;
}

.testimonial .testimonial-content {
	width: 100%;
	position: absolute;
	left: 0;
}

.testimonial .pic {
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 2px 2px #66bc40;
	display: inline-block;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.testimonial .pic img {
	width: 100%;
	height: auto;
}

.testimonial .title {
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}

.testimonial .post {
	display: block;
	font-size: 14px;
	color: #66bc40;
}

/* */

/* CONTACT */

.sppb-ajaxt-contact-form {text-align: center;}

.sppb-form-group {
	margin-bottom: 30px;
}

.sppb-form-control, .sppb-form-group .sppb-form-control {
	background: transparent;
	border: 1px solid #e8e8e9;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	padding: 10px;
	width: 100%;
	line-height: 1.25;
}

textarea.sppb-form-control, .sppb-form-group textarea.sppb-form-control {height: auto;}

.sppb-form-control:focus, .sppb-form-group .sppb-form-control:focus {
	border: 1px solid #66bc40 !important;
	box-shadow: none !important;
	outline: 0 none;
}

.sppb-ajaxt-contact-form button {
	background: #66bc40 none repeat scroll 0 0;
	border: 1px solid #66bc40;
	border-radius: 500px;
	color: #fff;
	font-family: montserrat,sans-serif;
	font-size: 14px;
	padding: 12px 40px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.sppb-ajaxt-contact-form button:hover {
	box-shadow: 0 3px 20px rgba(65, 203, 82, 0.6);
	color: #fff;
	background: #66bc40 none repeat scroll 0 0;
	border: 1px solid #66bc40;
}

/* */

/* BOTTOM BANNER */

.bottom-text .sppb-addon-content {
	margin-bottom: 30px;
	color: #fff;
}

ul.bottom-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bottom-icons li {
	float: left;
}

ul.bottom-icons li a {
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	display: block;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 45px;
}

ul.bottom-icons li a:hover {
	color: #66bc40;
	background: #fff;
	border: 1px solid #fff;
}

.footer_links ul {
	list-style: none;
	padding: 0;
}

.link-left {
	float: left;
	margin-right: 30px;
}

.footer_links ul li {
	float: none;
}

.footer_links ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0 13px;
}

.footer_links ul li a:hover {
	color: #fff;
}

/* */

/* FOOTER */

#sp-footer {
	color: inherit;
	text-align: center;
	/*padding: 30px 0;*/
	background: #fff;
}

#sp-footer .sp-copyright {
	color: #333;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
}

/* */

/* RESPONSIVE */

#offcanvas-toggler {
	float: right;
	line-height: 53px;
	margin-left: 0;
	font-size: 20px;
	margin-right: 15px
}

#offcanvas-toggler > i {
	color: #000000;
}

@media (max-width: 1200px) {
	.footer_links ul {
		list-style: none;
		display: inline-block;
	}

	.link-left {
		float: none;
		margin-right: 0;
		padding-right: 30px;
	}
	
	.portfolio .testimonials-section .owl-item .box-content {
		top: 25%;
	}

}

@media (max-width: 992px) {
	.top-text .sppb-addon-title {
		font-size: 50px;
	}
	
	.sppb-addon-single-image, .main-features, .sppb-addon-person, .sppb-pricing-box  {margin: 30px 0;}
}

@media (max-width: 768px) {
	.top-text .sppb-addon-title, .about-text .sppb-addon-title {
		font-size: 40px;
	}
	a.sppb-modal-selector {
		display: none;
	}
	.service-heading .sppb-addon-title,
	.main-heading .sppb-addon-title	{
		font-size: 35px;
		margin-bottom: 40px;
	}
	
}


/* */

/* ADDITIONAL CODE */


/* %%NW-RMR-REDESIGN-START%% */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');
:root{--rmr-bg:#05070b;--rmr-line:rgba(148,163,184,.18);--rmr-text:#f8fafc;--rmr-muted:#94a3b8;--rmr-cyan:#00e1ff;--rmr-violet:#a855f7;--rmr-radius:24px;--rmr-shadow:0 0 36px rgba(0,225,255,.18)}
body{background:var(--rmr-bg)!important;color:var(--rmr-text)!important;font-family:'Inter',Arial,sans-serif!important}
h1,h2,h3,h4,h5,h6{color:var(--rmr-text);font-family:'Inter',Arial,sans-serif}
a{color:var(--rmr-text)}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 8%,rgba(0,225,255,.16),transparent 28%),radial-gradient(circle at 82% 20%,rgba(168,85,247,.18),transparent 28%);z-index:0}
.sppb-section{position:relative;z-index:1}
nav.sp-megamenu-wrapper{background:rgba(5,7,11,.62)!important;backdrop-filter:blur(18px);border:1px solid var(--rmr-line);border-radius:18px;margin:14px auto;max-width:1180px;padding:0 18px}
.sp-megamenu-parent>li>a{text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.08em;opacity:.78;color:var(--rmr-text)!important}
.sp-megamenu-parent>li>a:hover,.sp-megamenu-parent>li.active>a{opacity:1;color:var(--rmr-cyan)!important}
.sppb-addon-title{color:var(--rmr-text)!important;font-family:'Inter',Arial,sans-serif!important}
.sppb-addon-text,.sppb-addon-text p{color:var(--rmr-muted)!important}
.rmr-kicker{font-size:12px!important;color:var(--rmr-cyan)!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.18em!important;margin-bottom:8px!important}
.rmr-hero{display:flex;align-items:center;position:relative;overflow:hidden}
.rmr-hero .sppb-addon-title{font-size:clamp(52px,8vw,112px)!important;line-height:.86;text-transform:uppercase!important;letter-spacing:-.06em!important;margin:14px 0 20px;text-shadow:0 2px 6px rgba(0,0,0,.9),0 8px 32px rgba(0,0,0,.7),0 0 80px rgba(0,0,0,.5)!important}
.rmr-hero .sppb-addon-title span.rmr-cyan{color:var(--rmr-cyan);text-shadow:0 0 28px rgba(0,225,255,.55)}
.rmr-lead{font-size:clamp(18px,2vw,24px)!important;line-height:1.45!important;color:#cbd5e1!important;max-width:560px}
.sppb-btn.sppb-btn-primary,.rmr-btn{padding:14px 20px!important;border:1px solid rgba(0,225,255,.45)!important;border-radius:10px!important;background:rgba(0,225,255,.08)!important;font-weight:400;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.08em!important;box-shadow:0 0 20px rgba(0,225,255,.18)!important;color:var(--rmr-text)!important}
.sppb-btn.sppb-btn-default,.rmr-btn-secondary{border-color:rgba(255,255,255,.22)!important;background:rgba(255,255,255,.05)!important;box-shadow:none!important}
.rmr-cards .sppb-feature-box{border:1px solid var(--rmr-line)!important;border-radius:var(--rmr-radius)!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;padding:30px!important;min-height:210px!important;transition:.35s}
.rmr-cards .sppb-feature-box:hover{transform:translateY(-6px);border-color:rgba(0,225,255,.45)!important;box-shadow:var(--rmr-shadow)!important}
.rmr-cards .sppb-feature-box-icon img{height:42px;margin-bottom:24px}
.rmr-cards .sppb-addon-title{text-transform:uppercase!important;letter-spacing:.02em!important}
.rmr-section-title .sppb-addon-title{font-size:clamp(32px,4vw,58px)!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:-.04em!important;text-align:center!important}
.rmr-quote{display:flex!important;align-items:center;justify-content:center;text-align:center}
.rmr-quote .sppb-addon-title{font-size:clamp(28px,4vw,56px)!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--rmr-text)!important}
.rmr-page-hero{padding:155px 0 70px}
.rmr-page-hero .sppb-addon-title{font-size:clamp(40px,6vw,64px)!important;text-transform:uppercase!important;letter-spacing:-.04em!important;text-shadow:0 2px 6px rgba(0,0,0,.9),0 8px 32px rgba(0,0,0,.7),0 0 80px rgba(0,0,0,.5)!important}
.rmr-stat .sppb-addon-title{font-size:42px!important;color:var(--rmr-cyan)!important;font-weight:900!important;line-height:1!important}
.rmr-stat .sppb-addon-text{font-size:14px!important;color:var(--rmr-muted)!important;margin-top:4px!important}
.rmr-service-item{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:20px!important;border:1px solid var(--rmr-line)!important;border-radius:14px!important;background:rgba(255,255,255,.04)!important;margin-bottom:14px!important}
.rmr-project-card{position:relative;border:1px solid var(--rmr-line);border-radius:16px;overflow:hidden;background:#111;margin-bottom:16px}
.rmr-project-card img{width:100%;height:240px;object-fit:cover;filter:saturate(1.12);display:block}
.rmr-project-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.82));pointer-events:none}
.rmr-project-info{position:absolute;left:18px;right:18px;bottom:16px;z-index:1}
.rmr-project-info strong{text-transform:uppercase;display:block}
.rmr-project-info small{color:#cbd5e1;display:block;margin-top:5px}
#sp-footer{background:var(--rmr-bg)!important;border-top:1px solid var(--rmr-line)!important;color:var(--rmr-muted)!important}
@media(max-width:900px){.rmr-hero .sppb-addon-title{font-size:64px!important}.rmr-page-hero{padding:120px 0 50px}}
/* %%NW-RMR-REDESIGN-END%% */

/* %%NW-RMR-FIXES-V2%% */
/* Fix: header container transparent */
#sp-header .container { background: transparent !important; }
#sp-header { background: transparent !important; }

/* Fix: nav glassmorphism — div, not nav tag */
.sp-megamenu-wrapper {
  background: rgba(5,7,11,.72) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border: 1px solid rgba(148,163,184,.18) !important;
  border-radius: 18px !important;
  margin: 14px auto !important;
  max-width: 1180px !important;
  padding: 0 18px !important;
}

/* Fix: feature addon selector (SPPB 6.6 uses sppb-addon-feature, not sppb-feature-box) */
.rmr-cards.sppb-addon-feature,
.rmr-cards .sppb-addon-feature {
  border: 1px solid rgba(148,163,184,.18) !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)) !important;
  padding: 30px !important;
  min-height: 210px !important;
  transition: transform .35s, border-color .35s, box-shadow .35s !important;
}
.rmr-cards.sppb-addon-feature:hover,
.rmr-cards .sppb-addon-feature:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(0,225,255,.45) !important;
  box-shadow: 0 0 36px rgba(0,225,255,.18) !important;
}
.rmr-cards .sppb-addon-title { text-transform: uppercase !important; letter-spacing: .02em !important; }
.rmr-cards .sppb-feature-box-icon, .rmr-cards .sppb-addon-feature img { height: 42px !important; margin-bottom: 24px !important; display: block !important; }

/* Fix: quote section text alignment */
.rmr-quote { display: flex !important; align-items: center !important; justify-content: center !important; }
.rmr-quote .sppb-addon-title { font-size: clamp(28px,4vw,56px) !important; letter-spacing: .12em !important; text-transform: uppercase !important; text-align: center !important; }

/* Fix: hero overlay so bg image shows through but text is readable */
.rmr-hero { position: relative !important; }
.rmr-hero .sppb-row-overlay { background: linear-gradient(90deg, rgba(5,10,35,.82) 0%, rgba(5,10,35,.76) 30%, rgba(13,5,40,.28) 50%, rgba(20,0,45,.38) 68%, rgba(20,0,45,.82) 100%), linear-gradient(90deg, rgba(0,225,255,.14), rgba(168,85,247,.16)); }
/* %%NW-RMR-FIXES-V2-END%% */

/* %%NW-RMR-FIXES-V3%% */
/* Quote section: borders only — background image set via SPPB (page-1.css), gradient via .sppb-row-overlay */
.rmr-quote { border: none !important; }

/* Ensure header area is fully transparent over hero */
#sp-header, #sp-header .container, #sp-header .row, #sp-header .sp-column { background: transparent !important; }

/* Feature icons: show fa icons large and cyan */
.rmr-cards .sppb-icon { font-size: 36px !important; margin-bottom: 20px !important; display: block !important; }
.rmr-cards .sppb-icon i { font-size: 36px !important; }

/* Remove placeholder img white area in feature cards */
.rmr-cards .sppb-img-container { display: none !important; }

/* Nav: ensure menu items are light-colored */
.sp-megamenu-parent > li > a, .sp-megamenu-parent li a { color: rgba(248,250,252,.78) !important; font-weight: 700 !important; font-size: 12px !important; text-transform: uppercase !important; letter-spacing: .08em !important; }
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent li.active > a { color: #00e1ff !important; opacity: 1 !important; }

/* page body: ensure dark background even on inner pages */
#sp-main-body, .sp-page-builder { background: transparent !important; }

/* Global white background removal */
.container-fluid, #system-message-container { background: transparent !important; }
/* %%NW-RMR-FIXES-V3-END%% */

/* %%NW-RMR-FIXES-V4%% */
/* Clean up header container fully */
#sp-header .container { box-shadow: none !important; border-radius: 0 !important; margin-top: 0 !important; padding: 8px 0 !important; }

/* Quote: target sppb-row-overlay (SPPB sets bg there, not on section) */
.rmr-quote .sppb-row-overlay {
  background: linear-gradient(90deg, rgba(5,10,35,.78) 0%, rgba(20,0,45,.74) 100%),
              linear-gradient(90deg, rgba(0,225,255,.14), rgba(168,85,247,.18)) !important;
}
/* Quote dark bg fallback: section only, not the addon which also has class rmr-quote */
section.rmr-quote { background-color: #05070b; }
.sppb-addon.rmr-quote { background: transparent !important; }

/* Hero: full height push content below nav */
.rmr-hero .sppb-row-container { padding-top: 0; }

/* Old footer module: hide the green quote bar */
#sp-footer .sp-module:first-child { display: none !important; }
/* %%NW-RMR-FIXES-V4-END%% */

/* %%NW-RMR-FIXES-V5%% */
/* Unified floating pill: entire header row = pill (logo + menu together) */
#sp-header .container {
  background: rgba(5,7,11,.72) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border: 1px solid rgba(148,163,184,.18) !important;
  border-radius: 18px !important;
  margin-top: 16px !important;
  padding: 8px 20px !important;
  box-shadow: none !important;
}
#sp-header.menu-fixed .container {
  margin-top: 8px !important;
  padding: 6px 20px !important;
}

/* Remove double pill from nav wrapper — make it transparent */
.sp-megamenu-wrapper {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

/* Logo sizing */
#sp-logo .logo img { height: 36px !important; width: auto !important; }

/* Menu links: uppercase, spaced, right-aligned */
.sp-megamenu-parent {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.sp-megamenu-parent > li > a {
  display: inline-block !important;
  padding: 6px 14px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
  color: rgba(248,250,252,.75) !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  transition: color .2s, background .2s !important;
}
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.current > a {
  color: #00e1ff !important;
  background: rgba(0,225,255,.08) !important;
}
/* Row align-items:center so logo and menu are vertically centered */
#sp-header .container > .row { align-items: center !important; }
#sp-header .sp-column { display: flex !important; align-items: center !important; height: 100% !important; }
#sp-header .sp-megamenu-wrapper { display: flex !important; align-items: center !important; justify-content: flex-end !important; width: 100% !important; height: 100% !important; }

/* Glass enhancement: stronger blur + subtle inner highlight */
#sp-header .container {
  background: rgba(5,7,11,.48) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 4px 24px rgba(0,0,0,.35) !important;
}
/* Dropdown submenu: dark glass, readable, with hover-bridge so it doesn't snap shut */
.sp-megamenu-parent .sp-dropdown {
  margin-top: 0 !important;
  padding-top: 10px !important;           /* transparent bridge to keep hover continuous */
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
/* transparent bridge covering the gap above the panel */
.sp-megamenu-parent .sp-dropdown::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  height: 12px !important;
}
/* the visible panel = dark glass (opaque enough to read over any page content) */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgba(8,11,18,.92) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  border: 1px solid rgba(148,163,184,.18) !important;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 8px 32px rgba(0,0,0,.45) !important;
  padding: 6px !important;
}
.sp-dropdown-items { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.sp-dropdown-items li a {
  display: block !important;
  padding: 8px 14px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
  color: rgba(248,250,252,.75) !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  transition: color .2s, background .2s !important;
  white-space: nowrap !important;
}
.sp-dropdown-items li a:hover,
.sp-dropdown-items li.active > a {
  color: #00e1ff !important;
  background: rgba(0,225,255,.08) !important;
}
/* %%NW-RMR-FIXES-V5-END%% */

/* %%NW-RMR-FIXES-V6%% */
/* Hero: reduce top padding so content starts higher (closer to center-high) */
.rmr-hero .sppb-row-container { padding-top: 0; padding-bottom: 0; }
.rmr-hero .sppb-col-md-12 { padding-top: 0; }

/* Hero: vertically align content to center-high using flex */
.rmr-hero .sppb-row { display: flex; align-items: center; }
.rmr-hero .sppb-row > [class*="sppb-col"] { padding-top: 100px; padding-bottom: 60px; }

/* Heading: h1 size tuned for typical screen */
.rmr-hero h1.sppb-addon-title {
  font-size: clamp(48px, 7vw, 96px) !important;
  line-height: .9 !important;
  margin: 10px 0 16px !important;
}

/* Remove the duplicate lead line under kicker since lead-text already says it */
/* Keep kicker compact */
.rmr-kicker { margin-bottom: 4px !important; }

/* Nav: ensure active item highlight works */
.sp-megamenu-parent > li.current > a,
.sp-megamenu-parent > li.active > a { color: #00e1ff !important; background: rgba(0,225,255,.08) !important; }
/* Center only the What we do section kicker and title */
#section-id-a1e5ba07-aeb1-4131-8cf2-fdfe67263101 .rmr-kicker { text-align: center !important; }
/* %%NW-RMR-FIXES-V6-END%% */

/* %%NW-RMR-FIXES-V7%% */
/* Override V6: remove center alignment, use flex-start with top padding */
.rmr-hero .sppb-row { 
  display: flex; 
  align-items: flex-start;
}
.rmr-hero .sppb-row > [class*="sppb-col"] { 
  padding-top: 140px; 
  padding-bottom: 60px;
  max-width: 640px;
}
/* %%NW-RMR-FIXES-V7-END%% */

/* %%NW-RMR-FIXES-V8%% */
/* Remove SPPB section padding on hero — use column padding only */
.rmr-hero.sppb-section { padding: 0; }
/* %%NW-RMR-FIXES-V8-END%% */

/* %%NW-RMR-FIXES-V9%% */
/* Inner page sections: remove SPPB section padding, use column top padding */
.rmr-page-hero.sppb-section { padding: 0; }
.rmr-page-hero .sppb-row { padding: 0; }
.rmr-page-hero .sppb-row > [class*="sppb-col"]:first-child { 
  padding-top: 140px; 
  padding-bottom: 60px;
}

/* About: fix two-col layout on mobile */
.rmr-page-hero .sppb-row { display: flex; align-items: flex-start; gap: 40px; }

/* Stats: ensure stats stay below text, not overlapping image */
.rmr-page-hero .sppb-row > [class*="sppb-col"]:last-child {
  padding-top: 140px;
}

/* Service items: tighten gap */
.rmr-service-item { margin-bottom: 10px !important; }
/* %%NW-RMR-FIXES-V9-END%% */

/* %%NW-RMR-FIXES-V10%% */
/* SPPB 6.6 heading color bug: text-fill-color transparent makes headings invisible.
   Override the webkit background-clip text trick to show plain color. */
.sppb-addon-header .sppb-addon-title,
.sppb-addon-title {
  -webkit-text-fill-color: currentColor !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  background-image: none !important;
  color: #f8fafc !important;
}
/* %%NW-RMR-FIXES-V10-END%% */

/* %%NW-RMR-FIXES-V11%% */
/* Quote section: heading now visible — WebP image has no baked-in text */
.rmr-quote .sppb-addon-header { display: block !important; }

/* Circle of Life process cards: hide default star/rating icons */
/* Note: sppb-icon is intentionally NOT hidden here — homepage service cards need it */
.rmr-cards .sppb-feature-box-icon { display: none !important; }
.rmr-cards .sppb-feature-rating { display: none !important; }
/* %%NW-RMR-FIXES-V11-END%% */

/* %%NW-RMR-FIXES-V12%% */
/* Contact + inner pages: gap: 40px caused 50+40+50 > 100 → columns stacked.
   Use padding instead so columns stay side by side. */
.rmr-page-hero .sppb-row { gap: 0; }
.rmr-page-hero .sppb-row > [class*='sppb-col']:first-child { padding-right: 24px; }
.rmr-page-hero .sppb-row > [class*='sppb-col']:last-child { padding-left: 24px; }
/* %%NW-RMR-FIXES-V12-END%% */

/* %%NW-RMR-FIXES-V13%% */
/* Logo: 25% groter (36px -> 45px) + subtiele witte glow */
#sp-logo .logo img {
  height: 75px !important;
  width: auto !important;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.35)) drop-shadow(0 0 3px rgba(255,255,255,0.2)) !important;
}
/* %%NW-RMR-FIXES-V13-END%% */

/* %%NW-RMR-FIXES-V14%% */
/* Mobile/tablet nav fixes (<992px):
   - Hide mega-menu (V5's display:flex had overridden Bootstrap d-none),
     show Raees native hamburger toggle (offcanvas menu)
   - Hamburger icon in brand cyan #00e1ff so it's visible on the dark pill
   - Logo compact at 36px (75px desktop value was too tall for mobile bar)
   - Compact pill padding
   - Push inner-page H1 below the nav so headings aren't hidden behind it
   Desktop (>=992px) is untouched. */
@media (max-width: 991px) {
  .sp-megamenu-parent { display: none !important; }

  #sp-logo .logo img {
    height: 36px !important;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.25)) !important;
  }

  #sp-header .container {
    padding: 8px 14px !important;
    margin-top: 10px !important;
  }

  .fa-bars,
  .offcanvas-menu-toggler,
  #sp-header .col-4 a .fa-bars {
    color: #00e1ff !important;
  }
  .fa-bars { font-size: 22px !important; }

  .rmr-page-hero .sppb-row > [class*="sppb-col"]:first-child {
    padding-top: 120px !important;
  }
}
/* %%NW-RMR-FIXES-V14-END%% */

/* %%NW-RMR-FIXES-V15%% */
/* Scrollup button: brand cyan instead of Raees default green */
.scrollup { background-color: #00e1ff !important; box-shadow: 0 0 12px rgba(0,225,255,.35) !important; }
.scrollup:hover { background-color: #00b8d4 !important; }
/* %%NW-RMR-FIXES-V15-END%% */

/* %%NW-RMR-FIXES-V16%% */
/* Feature cards: icon above title (DOM order: title→icon→text; flex reorder fixes it) */
.rmr-cards .sppb-addon-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.rmr-cards .sppb-icon {
  order: 1 !important;
  margin-bottom: 18px !important;
  margin-top: 0 !important;
}
.rmr-cards .sppb-addon-title { order: 2 !important; }
.rmr-cards .sppb-media-content { order: 3 !important; }

/* Per-card icon glow — targeted via FA icon class */
.rmr-cards .fa-lightbulb {
  color: #00e1ff !important;
  filter: drop-shadow(0 0 10px rgba(0,225,255,.75)) drop-shadow(0 0 22px rgba(0,225,255,.35));
}
.rmr-cards .fa-music {
  color: #a855f7 !important;
  filter: drop-shadow(0 0 10px rgba(168,85,247,.75)) drop-shadow(0 0 22px rgba(168,85,247,.35));
}
.rmr-cards .fa-gear {
  color: #38bdf8 !important;
  filter: drop-shadow(0 0 10px rgba(56,189,248,.75)) drop-shadow(0 0 22px rgba(56,189,248,.35));
}
.rmr-cards .fa-globe {
  color: #34d399 !important;
  filter: drop-shadow(0 0 10px rgba(52,211,153,.75)) drop-shadow(0 0 22px rgba(52,211,153,.35));
}
/* %%NW-RMR-FIXES-V16-END%% */

/* %%NW-RMR-FIXES-V17%% */
/* Equal height feature cards — scoped to What we do section only (section-id-a1e5ba07) */
#section-id-a1e5ba07-aeb1-4131-8cf2-fdfe67263101 .sppb-col-md-3 > .sppb-column { align-items: stretch; }
#section-id-a1e5ba07-aeb1-4131-8cf2-fdfe67263101 .sppb-col-md-3 > .sppb-column > .sppb-column-addons { height: 100% !important; }
#section-id-a1e5ba07-aeb1-4131-8cf2-fdfe67263101 .sppb-col-md-3 > .sppb-column > .sppb-column-addons > .sppb-addon-wrapper {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
#section-id-a1e5ba07-aeb1-4131-8cf2-fdfe67263101 .sppb-col-md-3 > .sppb-column > .sppb-column-addons > .sppb-addon-wrapper > .clearfix {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.rmr-cards.sppb-addon-feature { flex: 1 !important; height: auto !important; min-height: 0 !important; }
/* %%NW-RMR-FIXES-V17-END%% */

/* %%NW-RMR-FIXES-V18%% */
/* Quote attribution: — RMR Technics below the quote heading */
.rmr-quote .sppb-addon-header .sppb-addon-title::after {
  content: "—  RMR Technics";
  display: block;
  font-size: 13px !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  color: rgba(148,163,184,.72) !important;
  margin-top: 28px !important;
}
/* Quote title: hard drop shadow for depth + dark ambient glow */
.rmr-quote .sppb-addon-title {
  text-shadow: 0 2px 4px rgba(0,0,0,1), 0 6px 24px rgba(0,0,0,.9), 0 0 80px rgba(0,0,0,.6) !important;
}
/* %%NW-RMR-FIXES-V18-END%% */
/* %%NW-RMR-FIXES-V19%% */
/* === SERVICES PAGE — SPPB-proof: visual in CSS, text in feature-box addons === */

/* Hero gradient overlay */
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-row-overlay {
  background: linear-gradient(90deg, rgba(5,10,35,.88) 0%, rgba(7,8,34,.55) 40%, rgba(9,7,36,.42) 50%, rgba(14,4,38,.55) 60%, rgba(12,0,28,.92) 100%),
              linear-gradient(90deg, rgba(0,225,255,.14), rgba(168,85,247,.18)) !important;
}
/* H1 heading: cyan + glow (heading addon only, not feature-box titles) */
#sppb-addon-wrapper-bacd90b1-9420-4a80-bf56-c512a28de030 .sppb-addon-title {
  color: #00e1ff !important;
  text-shadow: 0 0 28px rgba(0,225,255,.55), 0 2px 6px rgba(0,0,0,.9), 0 8px 32px rgba(0,0,0,.7) !important;
}

/* CARDS GRID: heading/text/spacer = full width; 6 feature cards = 2-col */
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-col-md-8 .sppb-column-addons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}
#sppb-addon-wrapper-bacd90b1-9420-4a80-bf56-c512a28de030,
#sppb-addon-wrapper-97f6f665-154c-4b62-95a6-34328ac0417b,
#sppb-addon-wrapper-b56528d1-799b-4324-b987-650a6ce75c50 { grid-column: 1 / -1 !important; }
@media (max-width: 575px) {
  #section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-col-md-8 .sppb-column-addons {
    grid-template-columns: 1fr !important;
  }
}

/* Feature-box cards: glass + icon-left layout */
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-addon-feature.rmr-svc-card {
  height: 100% !important;
  transition: transform .35s !important;
}
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-addon-feature.rmr-svc-card .sppb-addon-content {
  height: 100% !important;
  padding: 24px !important;
  border: 1px solid rgba(148,163,184,.22) !important;
  border-radius: 14px !important;
  background: rgba(5,7,11,.55) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-sizing: border-box !important;
  transition: border-color .35s, box-shadow .35s !important;
}
/* Override Bootstrap float with flex */
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-addon-feature.rmr-svc-card .sppb-media {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-addon-feature.rmr-svc-card .pull-left {
  float: none !important;
  flex-shrink: 0 !important;
}
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-addon-feature.rmr-svc-card .sppb-media-body {
  flex: 1 !important;
  overflow: visible !important;
}
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-addon-feature.rmr-svc-card .sppb-icon i { font-size: 32px !important; }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-addon-feature.rmr-svc-card .sppb-addon-title {
  color: #f8fafc !important;
  display: block !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 0 0 6px !important;
  text-shadow: none !important;
}
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-addon-feature.rmr-svc-card .sppb-addon-text { color: #cbd5e1 !important; font-size: 13px !important; line-height: 1.5 !important; }

/* Icon colours + glow */
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-cyan    .sppb-icon i { color:#00e1ff !important; filter:drop-shadow(0 0 10px rgba(0,225,255,.75)) drop-shadow(0 0 22px rgba(0,225,255,.35)); }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-violet  .sppb-icon i { color:#a855f7 !important; filter:drop-shadow(0 0 10px rgba(168,85,247,.75)) drop-shadow(0 0 22px rgba(168,85,247,.35)); }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-sky     .sppb-icon i { color:#38bdf8 !important; filter:drop-shadow(0 0 10px rgba(56,189,248,.75)) drop-shadow(0 0 22px rgba(56,189,248,.35)); }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-amber   .sppb-icon i { color:#f59e0b !important; filter:drop-shadow(0 0 10px rgba(245,158,11,.75)) drop-shadow(0 0 22px rgba(245,158,11,.35)); }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-indigo  .sppb-icon i { color:#818cf8 !important; filter:drop-shadow(0 0 10px rgba(129,140,248,.75)) drop-shadow(0 0 22px rgba(129,140,248,.35)); }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-emerald .sppb-icon i { color:#34d399 !important; filter:drop-shadow(0 0 10px rgba(52,211,153,.75)) drop-shadow(0 0 22px rgba(52,211,153,.35)); }

/* Card hover: lift + colour-matched border + glow */
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-addon-feature.rmr-svc-card:hover { transform: translateY(-6px) !important; }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-cyan:hover    .sppb-addon-content { border-color:rgba(0,225,255,.55)!important; box-shadow:0 0 28px rgba(0,225,255,.22),0 0 60px rgba(0,225,255,.10)!important; }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-violet:hover  .sppb-addon-content { border-color:rgba(168,85,247,.55)!important; box-shadow:0 0 28px rgba(168,85,247,.22),0 0 60px rgba(168,85,247,.10)!important; }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-sky:hover     .sppb-addon-content { border-color:rgba(56,189,248,.55)!important; box-shadow:0 0 28px rgba(56,189,248,.22),0 0 60px rgba(56,189,248,.10)!important; }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-amber:hover   .sppb-addon-content { border-color:rgba(245,158,11,.55)!important; box-shadow:0 0 28px rgba(245,158,11,.22),0 0 60px rgba(245,158,11,.10)!important; }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-indigo:hover  .sppb-addon-content { border-color:rgba(129,140,248,.55)!important; box-shadow:0 0 28px rgba(129,140,248,.22),0 0 60px rgba(129,140,248,.10)!important; }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .rmr-ic-emerald:hover .sppb-addon-content { border-color:rgba(52,211,153,.55)!important; box-shadow:0 0 28px rgba(52,211,153,.22),0 0 60px rgba(52,211,153,.10)!important; }

/* Services CTA: button text + align to bottom of cards */
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-btn.rmr-primary-cta { color:#f8fafc !important; text-transform:uppercase !important; letter-spacing:.08em !important; font-weight:400 !important; }
#section-id-0a5519ec-2ee4-4060-9fd4-ecbb9b919083 .sppb-col-md-4 > .sppb-column > .sppb-column-addons { display:flex !important; flex-direction:column !important; height:100% !important; justify-content:flex-end !important; }
/* %%NW-RMR-FIXES-V19-END%% */


/* %%NW-RMR-FIXES-V20%% */
/* === HOME PAGE — visual styling in CSS (SPPB-proof) === */
/* Kicker needs display:block (CSS class had no display) */
.rmr-kicker { display: block !important; }
/* Hero button row + buttons */
.rmr-btn-row { display: flex !important; gap: 12px !important; flex-wrap: wrap !important; margin-top: 24px !important; }
a.rmr-btn { display: inline-block !important; text-decoration: none !important; }
/* Featured projects: card heights scoped to section (Projects page differs) */
#section-id-e89e1d30-92f9-4b37-8991-836b2ae9673a .rmr-project-card { display: block !important; text-decoration: none !important; margin-bottom: 0 !important; }
#section-id-e89e1d30-92f9-4b37-8991-836b2ae9673a .rmr-project-card img { height: 190px !important; }
#section-id-e89e1d30-92f9-4b37-8991-836b2ae9673a .rmr-project-card--lg img { height: 400px !important; }
/* View all link */
.rmr-viewall { text-align: right !important; margin-top: 24px !important; }
.rmr-viewall a { color: #94a3b8 !important; font-size: 14px !important; font-weight: 600 !important; text-decoration: none !important; }
.rmr-viewall a:hover { color: #00e1ff !important; }
/* === PRIMARY BUTTON (site-wide) — glass interior + masked cyan->purple gradient ring === */
/* Applies to .rmr-btn (non-secondary) and native .sppb-btn-primary */
.rmr-btn:not(.rmr-btn-secondary),
.sppb-btn.sppb-btn-primary,
.error-page-inner .btn.btn-primary,
.sppb-btn.rmr-primary-cta {
  position: relative !important;
  isolation: isolate !important;
  border: none !important;
  border-radius: 10px !important;
  background: rgba(5,7,11,.48) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), inset 0 -1px 0 rgba(0,0,0,.2), -5px -5px 16px rgba(0,225,255,.20), 5px 5px 16px rgba(168,85,247,.20) !important;
}
.rmr-btn:not(.rmr-btn-secondary)::before,
.sppb-btn.sppb-btn-primary::before,
.error-page-inner .btn.btn-primary::before,
.sppb-btn.rmr-primary-cta::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 10px !important;
  padding: 1.5px !important;
  background: linear-gradient(125deg, rgba(0,225,255,.95) 0%, rgba(80,120,220,.75) 50%, rgba(168,85,247,.95) 100%) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
}
.rmr-btn:not(.rmr-btn-secondary):hover,
.sppb-btn.sppb-btn-primary:hover,
.error-page-inner .btn.btn-primary:hover,
.sppb-btn.rmr-primary-cta:hover {
  box-shadow: -6px -6px 22px rgba(0,225,255,.30), 6px 6px 22px rgba(168,85,247,.30) !important;
}
/* === SECONDARY BUTTON (site-wide) — glass interior + white masked ring (same geometry as primary) === */
/* Applies to .rmr-btn-secondary and native .sppb-btn-default */
.rmr-btn.rmr-btn-secondary,
.sppb-btn.sppb-btn-default {
  position: relative !important;
  isolation: isolate !important;
  border: none !important;
  background: rgba(255,255,255,.05) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 0 16px rgba(255,255,255,.18) !important;
}
.rmr-btn.rmr-btn-secondary::before,
.sppb-btn.sppb-btn-default::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 10px !important;
  padding: 1.5px !important;
  background: rgba(255,255,255,.55) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
}
.rmr-btn.rmr-btn-secondary:hover,
.sppb-btn.sppb-btn-default:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 0 22px rgba(255,255,255,.28) !important;
}
/* %%NW-RMR-FIXES-V20-END%% */


/* %%NW-RMR-FIXES-V21%% */
/* === ABOUT PAGE — visual styling in CSS (SPPB-proof) === */
.rmr-body { color: #cbd5e1 !important; line-height: 1.7 !important; text-shadow: 0 1px 4px rgba(0,0,0,.9), 0 0 14px rgba(0,0,0,.55) !important; }
.rmr-stats {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
  margin-top: 32px !important;
}
.rmr-stats .rmr-stat b {
  font-size: 42px !important;
  color: #00e1ff !important;
  font-weight: 900 !important;
  display: block !important;
  line-height: 1 !important;
}
.rmr-stats .rmr-stat span { color: #cbd5e1 !important; font-size: 14px !important; text-shadow: 0 1px 4px rgba(0,0,0,.9), 0 0 12px rgba(0,0,0,.6) !important; }
.rmr-stats .rmr-stat b { text-shadow: 0 2px 6px rgba(0,0,0,.85), 0 0 18px rgba(0,0,0,.5) !important; }
.rmr-about-imgwrap {
  margin-top: 40px !important;
  border-radius: 24px !important;
  padding: 1.5px !important;
  background: linear-gradient(125deg, rgba(0,225,255,.65) 0%, rgba(80,120,220,.45) 50%, rgba(168,85,247,.65) 100%) !important;
  box-shadow: -7px -7px 20px rgba(0,225,255,.18), 7px 7px 20px rgba(168,85,247,.18) !important;
}
.rmr-about-img {
  border: none !important;
  border-radius: 22.5px !important;
  width: 100% !important;
  display: block !important;
  margin-top: 0 !important;
  box-shadow: none !important;
}
#section-id-c4d9fa1d-efd6-4b39-9701-a870b8eca924 .sppb-addon-title {
  color: #00e1ff !important;
  text-shadow: 0 0 28px rgba(0,225,255,.55), 0 2px 6px rgba(0,0,0,.9), 0 8px 32px rgba(0,0,0,.7) !important;
}
#section-id-c4d9fa1d-efd6-4b39-9701-a870b8eca924 .sppb-row-overlay {
  background: linear-gradient(90deg, rgba(5,10,35,.98) 0%, rgba(7,9,38,.80) 18%, rgba(12,6,41,.55) 40%, rgba(15,4,42,.52) 62%, rgba(18,2,44,.80) 82%, rgba(20,0,45,.98) 100%),
              linear-gradient(90deg, rgba(0,225,255,.14), rgba(168,85,247,.18)) !important;
}
/* %%NW-RMR-FIXES-V21-END%% */


/* %%NW-RMR-FIXES-V22%% */
/* What we do cards: hover border + glow matches the card icon colour */
#section-id-a1e5ba07-aeb1-4131-8cf2-fdfe67263101 .rmr-cards.sppb-addon-feature:has(.fa-lightbulb):hover {
  border-color: rgba(0,225,255,.55) !important;
  box-shadow: 0 0 28px rgba(0,225,255,.22), 0 0 60px rgba(0,225,255,.10) !important;
}
#section-id-a1e5ba07-aeb1-4131-8cf2-fdfe67263101 .rmr-cards.sppb-addon-feature:has(.fa-music):hover {
  border-color: rgba(168,85,247,.55) !important;
  box-shadow: 0 0 28px rgba(168,85,247,.22), 0 0 60px rgba(168,85,247,.10) !important;
}
#section-id-a1e5ba07-aeb1-4131-8cf2-fdfe67263101 .rmr-cards.sppb-addon-feature:has(.fa-gear):hover {
  border-color: rgba(56,189,248,.55) !important;
  box-shadow: 0 0 28px rgba(56,189,248,.22), 0 0 60px rgba(56,189,248,.10) !important;
}
#section-id-a1e5ba07-aeb1-4131-8cf2-fdfe67263101 .rmr-cards.sppb-addon-feature:has(.fa-globe):hover {
  border-color: rgba(52,211,153,.55) !important;
  box-shadow: 0 0 28px rgba(52,211,153,.22), 0 0 60px rgba(52,211,153,.10) !important;
}
/* %%NW-RMR-FIXES-V22-END%% */


/* %%NW-RMR-FIXES-V23%% */
/* === OUR WORK landing (page 9) — category cards (SPPB-proof, scoped to page) === */
.page-9 .rmr-cat-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}
.page-9 .rmr-cat-card {
  position: relative !important;
  display: block !important;
  min-height: 300px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(148,163,184,.18) !important;
  text-decoration: none !important;
  transition: transform .35s, border-color .35s, box-shadow .35s !important;
}
.page-9 .rmr-cat-card img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(1.1) !important;
  transition: transform .5s !important;
}
.page-9 .rmr-cat-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(5,7,11,.05) 25%, rgba(5,7,11,.55) 60%, rgba(5,7,11,.93) 100%) !important;
}
.page-9 .rmr-cat-info {
  position: absolute !important;
  left: 0; right: 0; bottom: 0 !important;
  padding: 22px !important;
  z-index: 1 !important;
}
.page-9 .rmr-cat-info strong {
  display: block !important;
  color: #f8fafc !important;
  font-size: 19px !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
  margin-bottom: 6px !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.7) !important;
}
.page-9 .rmr-cat-info span {
  color: #cbd5e1 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-shadow: 0 1px 6px rgba(0,0,0,.7) !important;
}
.page-9 .rmr-cat-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(0,225,255,.45) !important;
  box-shadow: 0 0 28px rgba(0,225,255,.18) !important;
}
.page-9 .rmr-cat-card:hover img { transform: scale(1.05) !important; }
@media (max-width: 991px) { .page-9 .rmr-cat-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 600px) { .page-9 .rmr-cat-grid { grid-template-columns: 1fr !important; } }
/* Safety net: force the column holding the grid to full width (lingering col-md-4 class) */
.page-9 [class*="sppb-col-md-"]:has(.rmr-cat-grid) { flex: 0 0 100% !important; max-width: 100% !important; }
/* %%NW-RMR-FIXES-V23-END%% */


/* %%NW-RMR-FIXES-V24%% */
/* === 404 error page — gradient overlay over background image === */
.error-page-inner.has-background { position: relative !important; }
.error-page-inner.has-background::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: linear-gradient(90deg, rgba(3,5,14,.97) 0%, rgba(8,8,30,.40) 35%, rgba(10,8,32,.36) 50%, rgba(6,4,16,.40) 65%, rgba(0,0,0,.97) 100%),
              linear-gradient(90deg, rgba(0,225,255,.12), rgba(168,85,247,.16)) !important;
  pointer-events: none !important;
}
.error-page-inner.has-background > div { position: relative !important; z-index: 1 !important; }
/* Brand touch: cyan glowing 404 + readable text */
.error-page-inner .error-code {
  color: #00e1ff !important;
  text-shadow: 0 0 28px rgba(0,225,255,.55), 0 2px 6px rgba(0,0,0,.8) !important;
}
.error-page-inner .error-message { color: #f8fafc !important; text-shadow: 0 2px 8px rgba(0,0,0,.7) !important; }

/* 404 button: ensure light text + matches primary geometry */
.error-page-inner .btn.btn-primary { color:#f8fafc !important; text-transform:uppercase !important; letter-spacing:.08em !important; font-weight:400 !important; }
/* %%NW-RMR-FIXES-V24-END%% */
