

/* =========================================================
   JANUS SERVICES INC. - REFINED RED / BLACK / IVORY THEME
   ========================================================= */

/* * * * * * GLOBALS * * * * * */
#wpadminbar {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: #f5f3ef;
}

body {
  font-family: Yantramanav, sans-serif;
  background: #f5f3ef;
  color: #343434;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
body * {
  box-sizing: border-box;
}

h1,
h1 a,
h2,
h3,
h4 {
  font-family: Yantramanav, sans-serif;
  color: #171717;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h1,
h1 a {
  font-size: 2em;
  line-height: 1.2;
  margin: 24px 0;
}

h2 {
  position: relative;
  font-size: 1.8em;
  line-height: 1.22;
  margin: 0 0 24px;
padding-top: 14px;
  padding-bottom: 14px;
}

h3 {
  font-size: 1.25em;
  line-height: 1.4;
  margin: 28px 0 12px;
  color: #6f0d0d;
}

h4 {
  font-size: 1.1em;
  line-height: 1.4;
  margin: 20px 0 10px;
}

p {
  font-family: Source Sans Pro, sans-serif;;
  font-weight: 400;
  color: #535353;
  font-size: 16px;
  line-height: 1.75;
  margin: 16px 0;
}.text-white}
color: #ffffff;
}

a {
  transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
}

ul {
  list-style-type: none;
  margin: 0;
}

ol {
  margin: 28px 0 28px 12px;
  padding: 0;
  counter-reset: janus-list;
}

.main-wrapper ol li {
  position: relative;
  list-style: none;
  counter-increment: janus-list;
  padding: 8px 0 8px 48px;
  margin: 5px 0;
  font-family: Source Sans Pro, sans-serif;;
  font-size: 16px;
  line-height: 1.6;
  color: #4b4b4b;
}

.main-wrapper ol li::before {
  content: counter(janus-list);
  position: absolute;
  left: 0;
  top: 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  background: #9e1111;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(87, 8, 8, 0.16);
}

::selection {
  background: #9e1111;
  color: #ffffff;
}

#ae_launcher {
  bottom: 80px !important;
  left: 10px !important;
  right: initial !important;
  z-index: 1200 !important;
}

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}

.row.full {
  margin: 0 auto;
  max-width: 100% !important;
  width: 100%;
}

.strip-padding {
  padding: 0 !important;
}

.bg-blue {
  background: linear-gradient(135deg, #171717 0%, #241d1d 58%, #4a1010 100%);
}

.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue p {
  color: #ffffff;
}

.bg-blue h2::after {
  background: #d95555;
}

.box-padding {
  padding: clamp(48px, 5.5vw, 86px) clamp(34px, 6vw, 92px);
}

.center-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contain-to-grid {
  background: none !important;
}

.contain-to-grid .top-bar {
  max-width: 75em;
}

.content-wrapper {
  background-color: #ffffff;
padding-top: 2vh;
padding-bottom:6vh;
}

.has-light-shadow {
  box-shadow: 0 18px 45px rgba(23, 23, 23, 0.14);
}

.has-dark-shadow {
  box-shadow: 0 24px 65px rgba(23, 23, 23, 0.20);
}

.page-wrapper {
  max-width: 75rem;
  clear: both;
}

.small-margin-top {
  margin-top: 3%;
}

.scrollfade {
  opacity: 0;
  transition: opacity 800ms ease, transform 800ms ease;
}

.scrollfade.complete {
  opacity: 1;
}

.from-bottom.scrollfade {
  transform: translateY(24px);
}

.from-bottom.scrollfade.complete {
  transform: translateY(0);
}

.from-left.scrollfade {
  transform: translateX(-24px);
}

.from-left.scrollfade.complete {
  transform: translateX(0);
}

.will-fade {
  opacity: 1;
}

/* * * * * * HEADER STYLES * * * * * */
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.header-wrapper.home {
  display: block;
  float: left;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1000;
  background: #0000006e;
}

.header-inner-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 3%;
  float: left;
  z-index: 1001;
}

.header-inner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0.78) 0%, rgba(8, 8, 8, 0.42) 55%, rgba(8, 8, 8, 0) 100%);
}

.header-wrapper.inner-header {
  min-height: 170px;
  background: linear-gradient(135deg, #171717 0%, #241d1d 62%, #4d1111 100%);
  border-bottom: 4px solid #9e1111;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

.header-wrapper.inner-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(255,255,255,0.035) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.035) 75%),
    linear-gradient(120deg, rgba(255,255,255,0.02) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.02) 75%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  pointer-events: none;
  z-index: 0;
}

.header-wrapper.inner-header .header-inner-wrapper {
  z-index: 2;
}

.header-wrapper.inner-header .header-inner-wrapper::before {
  display: none;
}

.header-wrapper .navigation-wrapper {
  position: relative;
  padding-top: 27px;
  opacity: 1;
  z-index: 1100;
}

.logo-wrapper {
  opacity: 1;
  position: relative;
  z-index: 1020;
  padding-top: 4px;
}

.header-company-title {
  margin: 0;
}

.header-company-title a {
  position: relative;
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.45em;
  line-height: 1.05;
  letter-spacing: 0.015em;
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.28);
}

.header-company-title a::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 8px;
  background: #d44747;
  transition: width 300ms ease;
}

.header-company-title a:hover::after {
  width: 70px;
}

.header-company-serviceorder {
  display: inline-block;
  color: #e9e5df;
  font-family: Yantramanav, sans-serif;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.logo-wrapper > a[target="_blank"] {
  display: inline-block;
  margin-top: 8px;
  color: #d95b5b;
  font-size: 15px;
}

.logo-wrapper > a[target="_blank"]:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.header-phone {
  opacity: 1;
  position: relative;
  z-index: 1020;
}

.header-phone a {
  position: relative;
  display: inline-block;
  max-width: 300px;
  top: 35px;
  text-decoration: none;
}

.header-phone a span {
  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.62);
  background: rgba(17,17,17,0.35);
  font-family: Yantramanav, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  border-radius: 2px;
  padding: 11px 16px;
  white-space: nowrap;
  box-shadow: inset 3px 0 0 #9e1111;
}

.header-phone a span:hover {
  background: #9e1111;
  border-color: #9e1111;
  box-shadow: 0 10px 24px rgba(0,0,0,0.20);
  transform: translateY(-2px);
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  color: #ffffff;
  font-size: 1em !important;
  margin: 0 20px 0 0;
}

.social-icons a:hover {
  color: #d95b5b;
}

/* * * * * * NAVIGATIONAL STYLES * * * * * */
.top-bar,
.top-bar-section ul li,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: none;
}

.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  background: none;
}

.top-bar {
  height: auto;
  line-height: normal;
}

.top-bar-section .has-dropdown.not-click > .dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  box-shadow: 0 18px 35px rgba(0,0,0,0.24);
}

.top-bar-section .has-dropdown.not-click:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.top-bar .name {
  background: #9e1111;
}

.top-bar-section .dropdown {
  left: 50%;
  top: 100%;
  background: #171717;
  min-width: 220px;
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 3px solid #9e1111;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1150;
}

.top-bar-section .has-dropdown {
  position: relative;
}

/* Keeps the desktop dropdown connected to its parent while the cursor moves down. */
.top-bar-section .has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
  z-index: 1149;
}

.top-bar-section .has-dropdown > a {
  padding: 0 14px !important;
}

.top-bar-section .has-dropdown > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  border-color: #dca0a0 transparent transparent transparent;
  border-top-style: solid;
  margin-top: -2px;
  left: 0;
  right: 0;
  top: 37px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 220ms ease;
}

.top-bar-section .has-dropdown:hover > a::after {
  transform: rotate(180deg);
}

.top-bar-section ul li > a,
.top-bar-section li:not(.has-form) a:not(.button) {
  position: relative;
  color: #f8f6f2;
  border-radius: 0;
  font-family: Yantramanav, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 14px;
  border: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-bar-section ul > li:not(:last-child) {
  margin: 0 6px 0 0;
}

.navigation-wrapper,
.top-bar ul {
  padding: 0;
}

.top-bar-section > ul > li > a::before,
.top-bar-section > ul > li.active > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: #d44747;
  transform: translateX(-50%);
  transition: width 220ms ease;
}

.top-bar-section > ul > li:hover > a::before,
.top-bar-section > ul > li.active > a::before {
  width: calc(100% - 28px);
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  border: 0;
  border-radius: 0;
  color: #ffffff;
  box-shadow: none;
}

.top-bar-section ul li:hover:not(.has-form) ul.dropdown,
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown {
  background: #171717;
  border-radius: 3px;
  overflow: hidden;
}

.top-bar-section ul li:hover:not(.has-form) ul.dropdown li,
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a,
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button) {
  background: none;
  border: none;
}

.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
  background: #6f0d0d !important;
  color: #ffffff;
  border-radius: 0 !important;
}

.top-bar-section ul li:not(.has-form) ul.dropdown li a,
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a {
  border: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 42px;
  padding: 0 18px;
  color: #f3f0eb;
  text-align: left;
}

.top-bar-section ul li.has-dropdown:hover:not(.has-form) > a:not(.button) {
  border-radius: 0;
  border-bottom: none;
}

.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:hover:not(.button) {
  background: #8d1010;
  border: none;
  border-radius: 0;
  color: #ffffff;
  box-shadow: none;
  padding-left: 22px;
}

.top-bar-section ul li:hover:not(.has-form) ul.dropdown li,
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button) {
  box-shadow: none;
}

.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a,
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a:hover:not(.button),
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a,
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a:hover:not(.button),
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a,
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a:hover:not(.button) {
  border-radius: 0 !important;
}

.top-bar.expanded .toggle-topbar a {
  color: #ffffff;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  background: #171717;
}

/* * * * * * SLIDER STYLES * * * * * */
.slider-wrapper {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.slick-background-wrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100% !important;
  height: 100vh;
  background: #171717;
}

.slick-background-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.76) 0%, rgba(10,10,10,0.44) 42%, rgba(10,10,10,0.10) 72%, rgba(10,10,10,0.20) 100%),
    linear-gradient(to top, rgba(0,0,0,0.50) 0%, transparent 38%);
  pointer-events: none;
}

.slick-background-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #9e1111 0%, #c73333 28%, transparent 28%);
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  bottom: 12vh;
  left: 4.5vw;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  opacity: 1;
  list-style: none;
  text-align: center;
  z-index: 5;
}

.slick-dots.complete {
  bottom: 12vh;
}

.slick-dots li {
  margin: 0 4px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  text-align: center;
  opacity: 1;
  color: transparent;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #9e1111;
  background: #9e1111;
  border-color: #9e1111;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-slide img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}

.slick-track {
  opacity: 1;
  transition: opacity 700ms ease;
}

.slider-details {
  height: 94vh;
  width: 100%;
  position: relative;
  z-index: 1002;
  pointer-events: none;
}

.slider-content {
  padding-top: 30vh;
  left: 4.5vw;
  position: relative;
  bottom: 0;
  opacity: 1;
  width: 72%;
  pointer-events: auto;
  animation: janusHeroIn 900ms ease both 180ms;
}

.slider-content::before {
  content: "JANUS SERVICES, INC.";
  display: block;
  margin-bottom: 16px;
  font-family: Yantramanav, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.20em;
  color: #efb3b3;
  text-transform: uppercase;
}

.slider-content p {
  margin: 0;
  line-height: 0.98;
  text-shadow: 0 4px 18px rgba(0,0,0,0.34);
}

.slider-content p:nth-of-type(1) {
  color: #ffffff;
  font-family: Source Sans Pro, sans-serif;;
  font-weight: 300;
  font-size: clamp(40px, 6.1vw, 80px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.slider-content p:nth-of-type(2) {
  color: #d84747;
  font-family: Yantramanav, sans-serif;
  font-size: clamp(40px, 5.6vw, 75px);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 0;
  margin-top: 4px;
}

.slider-content a {
  float: left;
  margin: 30px 0 0;
  width: auto;
  text-decoration: none;
}

.slider-details-btn {
  display: inline-block;
  background: #9e1111;
  color: #ffffff;
  width: auto;
  min-width: 230px;
  float: none;
  border: 1px solid #9e1111;
  border-radius: 2px;
  padding: 13px 22px;
  font-family: Yantramanav, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(66, 7, 7, 0.26);
}

.slider-content a:hover .slider-details-btn {
  background: #171717;
  border-color: rgba(255,255,255,0.50);
  transform: translateY(-2px);
}

.slider-details-btn i.fa.fa-long-arrow-right {
  position: relative;
  margin-left: 6px;
  top: 1px;
  opacity: 0.75;
  transition: margin-left 220ms ease, opacity 220ms ease;
}

.slider-content a:hover .slider-details-btn i.fa.fa-long-arrow-right {
  margin-left: 11px;
  opacity: 1;
}

.slider-details-btn span {
  position: relative;
  left: 0;
}

.slider-content a:hover .slider-details-btn span {
  left: 0;
}

.arrow-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 1003;
  pointer-events: none;
}

.arrow {
  opacity: 1;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 50%;
  position: relative;
  bottom: -24px;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 8px 24px rgba(0,0,0,0.20);
}

.arrow.complete {
  opacity: 1;
  bottom: -24px;
}

.arrow-wrapper i.fa.fa-long-arrow-up {
  color: #9e1111;
  transform: rotate(180deg);
  position: relative;
  top: 10px;
  font-size: 18px;
  animation: up-down 900ms ease infinite alternate;
}

/* * * * * * FOR PAGES * * * * * */
main.main-wrapper.inner-page {
  padding-top: 52px;
  background: #f5f3ef;
}

.main-wrapper ul li,
.main-wrapper ol li {
  color: #4d4d4d;
}

.service-items a {
  color: #9e1111;
  font-weight: 700;
}

.service-items a i.fa.fa-long-arrow-right {
  position: relative;
  top: 1px;
  left: 0;
  opacity: 0.7;
  transition: left 220ms ease, opacity 220ms ease;
}

.service-items a:hover i.fa.fa-long-arrow-right {
  left: 5px;
  opacity: 1;
}

/* Home Page */
.main-wrapper > .content-wrapper > .row.full {
  position: relative;
  overflow: hidden;
}

.main-wrapper > .content-wrapper > .row.full:nth-of-type(1) {
  background: #ffffff;
}

.main-wrapper > .content-wrapper > .row.full:nth-of-type(2) {
  background: #f3f0eb;
}

.main-wrapper > .content-wrapper > .row.full:nth-of-type(3) {
  background: #ffffff;
}

.main-wrapper > .content-wrapper > .row.full:nth-of-type(2)::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(158,17,17,0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(158,17,17,0.025), 0 0 0 56px rgba(158,17,17,0.018);
  pointer-events: none;
}

.home-bg-img {
  position: relative;
  background: url("https://janusservicesinc.com/wp-content/themes/jcl4/images/commercial-home-img-01.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 520px;
}

.home-bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.04) 0%, rgba(92,11,11,0.10) 100%);
  pointer-events: none;
}

.stacked-img-wrapper {
  position: relative;
  max-width: 751px;
  z-index: 10;
  padding: 50px 6%;
}

.stacked-img-wrapper::before {
  content: "";
  position: absolute;
  left: calc(6% - 12px);
  top: 38px;
  width: 74px;
  height: 74px;
  border-left: 3px solid #9e1111;
  border-top: 3px solid #9e1111;
  z-index: 2;
  pointer-events: none;
}

.stacked-img {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.stacked-img img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 20px 48px rgba(23,23,23,0.16);
  border: 8px solid #ffffff;
}

.main-wrapper .box-padding {
  position: relative;
}

.main-wrapper .box-padding::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 3px;
  background: linear-gradient(to bottom, transparent, rgba(158,17,17,0.65), transparent);
}

/* About Page */
.about-bg-img-01,
.about-bg-img-02,
.about-bg-img-03 {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 420px;
}

.about-bg-img-01 {
  background-image: url("https://janusservicesinc.com/wp-content/themes/jcl4/images/commercial-about-img-01.jpg");
  opacity: 1;
}

.about-bg-img-02 {
  background-image: url("https://janusservicesinc.com/wp-content/themes/jcl4/images/commercial-about-img-02.jpg");
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.15);
  transition: transform 500ms ease, box-shadow 500ms ease;
}

.about-bg-img-02:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(23, 23, 23, 0.20);
}

.about-bg-img-03 {
  background-image: url("https://janusservicesinc.com/wp-content/themes/jcl4/images/commercial-about-img-03.jpg");
}

/* Contact Page */
.contact-info p {
  font-size: 18px;
  margin: 16px 0;
}

p.contact-email.email {
  margin: 0 0 42px;
}

.contactForm {
  margin-top: 20px;
}

.contactForm label {
  font-weight: 700;
  display: block;
  color: #272727;
  margin-bottom: 6px;
}

.contactForm input,
.contactForm textarea {
  width: 100%;
  border: 1px solid #dedbd6;
  background: #ffffff;
  color: #252525;
  border-radius: 2px;
  box-shadow: none;
  font-family: Source Sans Pro, sans-serif;;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.contactForm input {
  padding: 11px 12px;
  margin-bottom: 20px;
}

.contactForm textarea {
  height: 155px;
  padding: 12px;
}

.contactForm input:focus,
.contactForm textarea:focus {
  border-color: #9e1111;
  box-shadow: 0 0 0 3px rgba(158,17,17,0.08);
  outline: none;
}

.contactForm .captchaRefresh {
  vertical-align: top;
}

.contactForm .captchaWrapper {
  margin-top: 10px;
}

.contactForm .submitWrapper {
  text-align: center;
  margin-top: 30px;
}

.contactForm .submitWrapper button.submit {
  background: #9e1111;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Yantramanav, sans-serif;
  padding: 12px 22px;
  max-width: 440px;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: unset;
  border: 1px solid #9e1111;
  border-radius: 2px;
}

.contactForm .submitWrapper button.submit:hover {
  background: #171717;
  border-color: #171717;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

.emailConfirmation {
  margin: 0 auto;
}

.emailConfirmation h1 {
  color: #2b7e3f;
}

img#captchaImage {
  width: calc(100% - 25%);
  float: right;
}

img.captchaRefresh {
  width: calc(100% - 75%);
  float: left;
}

::-webkit-input-placeholder {
  font-family: Yantramanav, sans-serif;
  color: #9a9690;
  padding-left: 0;
}

::-moz-placeholder {
  font-family: Yantramanav, sans-serif;
  color: #9a9690;
  padding-left: 0;
}

:-ms-input-placeholder {
  font-family: Yantramanav, sans-serif;
  color: #9a9690;
  padding-left: 0;
}

:-moz-placeholder {
  font-family: Yantramanav, sans-serif;
  color: #9a9690;
  padding-left: 0;
}

:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-ms-input-placeholder,
:focus:-moz-placeholder {
  color: #a34242;
}

/* * * * * * FOOTER * * * * * */

/* =========================================================
   JANUS SERVICES - PREMIUM FOOTER
   ========================================================= */

.janus-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #171717;
  color: #ffffff;
}

/* GET IN TOUCH CTA */
.janus-footer-cta {
  position: relative;
  overflow: hidden;
  padding: 58px 5%;
  background:
    radial-gradient(circle at 92% 10%, rgba(255,255,255,0.08) 0, rgba(255,255,255,0) 220px),
    linear-gradient(135deg, #7f0d0d 0%, #9e1111 48%, #6d0909 100%);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.janus-footer-cta::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -80px;
  width: 320px;
  height: 320px;
  border: 42px solid rgba(255,255,255,0.045);
  border-radius: 50%;
  pointer-events: none;
}

.janus-footer-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 3px;
  background: rgba(255,255,255,0.65);
  pointer-events: none;
}

.janus-footer-cta .row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  max-width: 1200px;
}

.janus-footer-cta-copy {
  padding-right: 45px;
}

.janus-footer-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #efc5c5;
  font-family: Yantramanav, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.janus-footer-eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #ffffff;
}

.janus-footer-cta h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #ffffff;
  font-family: Yantramanav, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.15;
}

.janus-footer-cta h2::after {
  display: none;
}

.janus-footer-cta p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-family: Source Sans Pro, sans-serif;;
  font-size: 16px;
  line-height: 1.65;
}

.janus-footer-cta-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.janus-footer-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 220px;
  padding: 15px 25px;
  overflow: hidden;
  color: #171717;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  font-family: Yantramanav, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(40,0,0,0.20);
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.janus-footer-cta-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #171717;
  transition: width 0.35s ease;
}

.janus-footer-cta-btn span,
.janus-footer-cta-btn i {
  position: relative;
  z-index: 2;
}

.janus-footer-cta-btn i {
  transition: transform 0.3s ease;
}

.janus-footer-cta-btn:hover {
  color: #ffffff;
  background: #171717;
  border-color: #171717;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(30,0,0,0.28);
}

.janus-footer-cta-btn:hover::before {
  width: 100%;
}

.janus-footer-cta-btn:hover i {
  transform: translateX(5px);
}

/* MAIN FOOTER */
.janus-footer-main {
  position: relative;
  overflow: hidden;
  padding: 72px 5% 65px;
  background:
    radial-gradient(circle at 0% 100%, rgba(158,17,17,0.10) 0, rgba(158,17,17,0) 300px),
    linear-gradient(135deg, #171717 0%, #1d1818 55%, #241818 100%);
}

.janus-footer-main::before {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -160px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(255,255,255,0.045);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255,255,255,0.012), 0 0 0 70px rgba(158,17,17,0.025);
  pointer-events: none;
}

.janus-footer-grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}

.janus-footer-column {
  position: relative;
  padding: 5px 35px 10px;
  min-height: 245px;
}

.janus-footer-column:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.12), transparent);
}

.janus-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 21px;
  color: #ffffff;
  background: rgba(158,17,17,0.20);
  border: 1px solid rgba(202,59,59,0.38);
  border-radius: 50%;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.janus-footer-icon i {
  font-size: 16px;
}

.janus-footer-column:hover .janus-footer-icon {
  transform: translateY(-3px);
  background: #9e1111;
  border-color: #9e1111;
}

.janus-footer-column h3 {
  margin: 0 0 13px;
  color: #ffffff;
  font-family: Yantramanav, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

.janus-footer-rule {
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 20px;
  background: #b11919;
  transition: width 0.3s ease;
}

.janus-footer-column:hover .janus-footer-rule {
  width: 58px;
}

.janus-footer-main p {
  color: #c9c4be;
  font-family: Source Sans Pro, sans-serif;;
  font-size: 14px;
  line-height: 1.7;
}

.janus-footer-address {
  margin: 0;
  color: #c9c4be;
}

.janus-footer-label {
  margin: 0 0 4px !important;
  color: #99938d !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.janus-footer-phone {
  margin-bottom: 15px;
}

.janus-footer-phone a {
  display: inline-block;
  color: #ffffff;
  font-family: Yantramanav, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.janus-footer-phone a:hover {
  color: #d65b5b;
}

.janus-footer-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d65b5b;
  font-family: Yantramanav, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.janus-footer-text-link i {
  transition: transform 0.25s ease;
}

.janus-footer-text-link:hover {
  color: #ffffff;
}

.janus-footer-text-link:hover i {
  transform: translateX(4px);
}

.janus-footer-hours {
  width: 100%;
}

.janus-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.janus-hours-row:first-child {
  padding-top: 0;
}

.janus-hours-row span {
  color: #aaa49e;
  font-family: Source Sans Pro, sans-serif;;
  font-size: 13px;
}

.janus-hours-row strong {
  color: #ffffff;
  font-family: Yantramanav, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.janus-hours-note {
  margin-top: 14px;
  color: #d65b5b;
  font-family: Yantramanav, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.janus-footer-social-copy {
  max-width: 230px;
  margin: 0 0 20px !important;
}

.janus-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.janus-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.janus-footer-social a:hover {
  color: #ffffff;
  background: #9e1111;
  border-color: #9e1111;
  transform: translateY(-4px);
}

.janus-footer-social i {
  font-size: 15px;
}

/* BOTTOM / DISCLAIMER */
.janus-footer-bottom {
  position: relative;
  padding: 23px 5%;
  background: #0d0d0d;
  border: 0;
}

.janus-footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #9e1111 0%, #c73333 26%, #303030 26%, #303030 100%);
}

.janus-footer-bottom .row {
  display: flex;
  align-items: center;
  max-width: 1200px;
}

.janus-footer-copyright a{
  margin: 0;
  color: #bbb9b8 !important;
  font-family: Source Sans Pro, sans-serif;;
  font-size: 12px !important;
        text-decoration: underline;
}.janus-footer-copyright {
  margin: 0;
  color: #bbb9b8 !important;
  font-family: Source Sans Pro, sans-serif;;
  font-size: 12px !important;
}

.janus-back-to-top,
.back-to-top.janus-back-to-top {
  position: relative;
  top: auto;
  right: auto;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: auto;
  color: #ffffff;
  background: #9e1111;
  border: 1px solid #9e1111;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 7px 18px rgba(0,0,0,0.24);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.janus-back-to-top:hover {
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-3px);
}

.janus-back-to-top i.fa.fa-long-arrow-up {
  position: static;
  color: #ffffff;
  font-size: 15px;
  animation: none;
}

.janus-back-to-top:hover i.fa.fa-long-arrow-up {
  color: #171717;
}

/* FOOTER TABLET */
@media screen and (max-width: 1024px) {
  .janus-footer-cta {
    padding: 52px 6%;
  }.mobile-center{
    text-align:center;
  }

  .janus-footer-cta .row {
    align-items: center;
  }

  .janus-footer-cta-copy {
    padding-right: 30px;
  }

  .janus-footer-main {
    padding: 60px 5% 45px;
  }

  .janus-footer-column {
    min-height: 250px;
    padding: 28px 32px;
  }

  .janus-footer-column:nth-child(2)::after {
    display: none;
  }

  .janus-footer-column:nth-child(1),
  .janus-footer-column:nth-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
}

/* FOOTER MOBILE */
@media screen and (max-width: 768px) {
  .janus-footer-cta {
    padding: 45px 7%;
  }

  .janus-footer-cta .row {
    display: block;
  }

  .janus-footer-cta-copy {
    padding-right: 0;
    text-align: center;
  }

  .janus-footer-eyebrow {
    justify-content: center;
  }

  .janus-footer-cta h2 {
    font-size: 28px;
  }

  .janus-footer-cta p {
    margin-left: auto;
    margin-right: auto;
  }

  .janus-footer-cta-action {
    justify-content: center;
    margin-top: 27px;
  }

  .janus-footer-cta-btn {
    width: 100%;
    max-width: 310px;
  }

  .janus-footer-main {
    padding: 44px 7% 35px;
  }

  .janus-footer-grid {
    display: block;
  }

  .janus-footer-column {
    width: 100% !important;
    min-height: 0;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.075);
  }

  .janus-footer-column:last-child {
    border-bottom: 0;
  }

  .janus-footer-column::after {
    display: none;
  }

  .janus-footer-icon,
  .janus-footer-rule {
    margin-left: auto;
    margin-right: auto;
  }

  .janus-footer-address,
  .janus-footer-social-copy {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .janus-footer-hours {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .janus-footer-social {
    justify-content: center;
  }

  .janus-footer-bottom {
    padding: 20px 6% 72px;
  }

  .janus-footer-bottom .row {
    display: block;
  }

  .janus-footer-copyright {
    text-align: center;
  }
}

/* FOOTER SMALL MOBILE */
@media screen and (max-width: 480px) {
  .janus-footer-cta {
    padding: 40px 6%;
  }

  .janus-footer-eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .janus-footer-cta h2 {
    font-size: 25px;
  }

  .janus-footer-cta p {
    font-size: 14px;
  }

  .janus-footer-main {
    padding-left: 8%;
    padding-right: 8%;
  }

  .janus-hours-row {
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }

  .janus-hours-row strong {
    text-align: center;
  }
}


/* * * * * * ANIMATIONS * * * * * */
@keyframes up-down {
  0% { top: 10px; }
  100% { top: 15px; }
}

@keyframes janusHeroIn {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* * * * * * SLIDE OUT FORM * * * * * */
.custom-slide-out-wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  background: #f3f0eb;
  padding: 38px 58px;
  z-index: 1400;
  border-radius: 3px 0 0 3px;
  border-left: 3px solid #9e1111;
  transform: translateX(100%) translateY(-50%);
  transition: transform 650ms ease, box-shadow 650ms ease;
}

.custom-slide-out-wrapper.active {
  transform: translateX(0) translateY(-50%);
  box-shadow: 0 28px 60px rgba(23, 23, 23, 0.24);
}

.custom-slide-out-content h3 {
  margin: 0 0 25px;
  color: #171717;
}

.custom-slide-out-form form {
  margin: 0;
}

.custom-slide-out-wrapper span.custom-form-toggle {
  position: absolute;
  left: 0;
  top: 50%;
  color: #ffffff;
  font-size: 21px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  background: #9e1111;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(47, 6, 6, 0.24);
  transform: translateX(-70%) translateY(-50%);
  cursor: pointer;
}

input.slideOutInput[type="text"] {
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.4;
  height: auto;
  border: 1px solid #dedbd6;
  padding: 10px 14px;
  margin-bottom: 10px;
  box-shadow: none !important;
  background: #ffffff;
  color: #1d1d1d;
  font-weight: 400;
}

.custom-slide-out-form input[type="text"]::placeholder,
.custom-slide-out-form .contactForm textarea::placeholder {
  color: #817c75;
}

.custom-slide-out-form .contactForm textarea {
  width: 100%;
  border-radius: 2px;
  line-height: 1.4;
  border: 1px solid #dedbd6;
  box-shadow: none !important;
  background: #ffffff;
  color: #1d1d1d;
  font-weight: 400;
  padding: 10px 14px;
  font-size: 14px;
  height: 100px;
  margin-bottom: 10px;
}

.custom-slide-out-form .contactForm .captchaWrapper {
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.4;
  height: auto;
  border: 1px solid #dedbd6;
  box-shadow: none !important;
  background: #ffffff;
  color: #1d1d1d;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 5px 12px;
  min-height: 0;
}

.custom-slide-out-form .contactForm .captchaWrapper input {
  border: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 0 12px;
  margin: 0 0 0 30px;
  color: #1d1d1d;
}

.custom-slide-out-form .contactForm .captchaWrapper img {
  max-width: 25% !important;
  width: auto !important;
  float: none !important;
}

.custom-slide-out-form .contactForm .captchaRefresh {
  vertical-align: top;
}

.custom-slide-out-form .contactForm .submitWrapper {
  text-align: center;
  margin-top: 20px;
}

.custom-slide-out-form .contactForm .submitWrapper button.submit {
  color: #ffffff;
  font-weight: 700;
  background: #9e1111;
  border: 1px solid #9e1111;
  text-align: center;
  cursor: pointer;
  min-width: 200px;
  padding: 13px;
  border-radius: 2px;
}

.custom-slide-out-form .contactForm .submitWrapper button.submit:hover {
  background: #171717;
  border-color: #171717;
  box-shadow: 0 14px 30px rgba(28, 28, 28, 0.18);
  transform: translateY(-2px);
}

/* * * * * * RESPONSIVE * * * * * */
@media screen and (max-width: 1650px) {
  .top-bar-section ul li > a,
  .top-bar-section li:not(.has-form) a:not(.button),
  .top-bar-section .has-dropdown > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .box-padding {
    padding: 54px 5%;
  }

  .header-inner-wrapper {
    padding: 14px 2%;
  }

  .header-wrapper .navigation-wrapper {
    padding-top: 31px;
  }

  .header-phone a {
    top: 38px;
  }

  .header-company-title a {
    font-size: 1.25em;
  }

  .top-bar-section ul li > a,
  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 10.5px;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .top-bar-section ul > li:not(:last-child) {
    margin-right: 1px;
  }

  .top-bar-section ul li:not(.has-form) ul.dropdown li a,
  .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a {
    line-height: 36px;
  }

  .slider-content {
    left: 4%;
  }

  .pipe-holder {
    margin: 0 16px;
  }

  .pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one {
    width: 96%;
    margin-left: 35px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    padding-bottom: 52px;
  }

  h2 {
    font-size: 1.6em;
  }

  footer.footer-wrapper .content-wrapper {
    padding: 30px 0 55px;
  }

  .header-wrapper.home {
    background: #171717;
    min-height: 118px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.16);
  }

  .header-wrapper.inner-header {
    min-height: 118px;
  }

  .header-inner-wrapper,
  .header-wrapper.inner-header .header-inner-wrapper {
    padding: 16px 76px 16px 4%;
    float: left;
  }

  .header-inner-wrapper::before {
    display: none;
  }

  .logo-wrapper {
    padding-top: 0;
  }

  .header-company-title a {
    font-size: 1.18em;
  }

  .header-company-serviceorder {
    font-size: 10px;
  }

  .mobile-navigation {
    background: #9e1111;
    display: block;
    font-family: Yantramanav, sans-serif;
    font-size: 18px;
    right: 14px;
    line-height: 52px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    vertical-align: top;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 1250;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
  }

  .mobile-navigation .fa {
    color: #ffffff;
    font-size: 23px;
    line-height: 52px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 52px;
  }

  header.header-wrapper .navigation-wrapper {
    opacity: 1;
    position: absolute;
    width: 100%;
  }

  .fullwidth-navigation {
    background: #171717;
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    overflow-y: auto;
    padding-top: 82px;
  }

  .fullwidth-navigation .top-bar {
    padding-top: 0;
    height: 100%;
  }

  .fullwidth-navigation .title-area {
    display: none !important;
  }

  .fullwidth-navigation .top-bar-section ul {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 1201;
  }

  .top-bar-section {
    background: #171717;
  }

  .top-bar .top-bar-section ul li:not(.dropdown) {
    height: auto;
  }

  .top-bar-section ul > li:not(:last-child) {
    margin: 0;
  }

  .top-bar-section ul li > a,
  .top-bar-section ul li > a:hover,
  .top-bar-section .has-dropdown > a,
  .top-bar-section li:not(.has-form) a:not(.button),
  .top-bar-section ul li:hover:not(.has-form) > a,
  .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: #171717;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-radius: 0;
    line-height: 56px;
    text-align: center;
    font-size: 12px;
    padding: 0 48px !important;
    color: #f3efe9;
  }

  .top-bar-section li:not(.has-form) a:hover:not(.button),
  .top-bar-section ul li:hover:not(.has-form) > a,
  .top-bar-section li.active:not(.has-form) a:not(.button),
  .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: #7f0d0d !important;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
  }

  .top-bar-section > ul > li > a::before,
  .top-bar-section > ul > li.active > a::before {
    display: none;
  }

  .top-bar-section .has-dropdown.not-click > .dropdown {
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transition: none;
  }

  .top-bar-section .dropdown,
  .top-bar-section .has-dropdown .dropdown,
  .top-bar-section .has-dropdown.moved > .dropdown,
  .fullwidth-navigation.active .top-bar-section .has-dropdown.moved > .dropdown {
    left: 100%;
    top: 0;
    transform: none;
    border: 0;
    border-radius: 0;
    background: #242424;
  }

  .top-bar-section .has-dropdown > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #d85c5c !important;
    border-top-style: solid;
    margin-top: 0;
    left: auto;
    right: 18px;
    top: 50% !important;
    margin-right: 0;
    transition: none;
  }

  .top-bar-section .has-dropdown:hover > a::after {
    transform: none;
  }

  .top-bar-section ul li:not(.has-form) ul.dropdown li a,
  .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a {
    line-height: 46px;
    background: #242424;
    color: #f1ede8;
    text-align: center;
    padding: 0 18px !important;
  }

  .top-bar-section .dropdown li.active:not(.has-form) a:not(.button),
  .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
  .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:hover:not(.button) {
    background: #7f0d0d !important;
    color: #ffffff;
  }

  .top-bar-section li:not(.has-form):not(.button)::after,
  .top-bar-section li:hover:not(.has-form):not(.button)::after,
  .top-bar-section .dropdown::before {
    display: none !important;
  }

  .header-phone a {
    top: 0;
  }

  .header-phone a span {
    background: #9e1111;
    color: #ffffff;
  }

  .slider-wrapper,
  .slick-background-wrapper {
    display: none !important;
  }

  .slider-details {
    height: auto;
    min-height: 0;
  }

  .slider-content {
    display: none;
  }

  .arrow-wrapper {
    display: none;
  }

  .main-wrapper > .content-wrapper > .row.full,
  .main-wrapper > .content-wrapper > .row.full:nth-of-type(1),
  .main-wrapper > .content-wrapper > .row.full:nth-of-type(2),
  .main-wrapper > .content-wrapper > .row.full:nth-of-type(3) {
    background: #ffffff;
  }

  .main-wrapper > .content-wrapper > .row.full:nth-of-type(even) {
    background: #f3f0eb;
  }

  .home-bg-img {
    min-height: 420px;
  }

  .stacked-img-wrapper {
    padding: 44px 5%;
  }

  .stacked-img-wrapper::before {
    left: calc(5% - 10px);
    top: 32px;
  }

  .main-wrapper .box-padding::before {
    display: none;
  }

  .pipe-wrapper a {
    width: 230px;
    float: none;
    margin: 0 auto;
    display: block;
  }

  .footer-btn {
    float: none;
    width: 230px;
  }

  .pipe-wrapper .hours-availability-wrapper:nth-child(1),
  .pipe-wrapper .hours-availability-wrapper:nth-child(2),
  .footer-btn,
  .header-phone {
    opacity: 1;
  }

  .disclaimer::before {
    width: 100%;
  }

  .scrollfade,
  [class*="fadein-"] {
    opacity: 1;
    transform: translateX(0) translateY(0) !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 50px;
  }

  h1,
  h1 a {
    font-size: 1.7em;
  }

  h2 {
    font-size: 1.45em;
  }

  h3 {
    font-size: 1.15em;
  }

  p,
  .main-wrapper ol li {
    font-size: 15px;
  }

  .box-padding {
    padding: 42px 7%;
  }

  .header-wrapper.home,
  .header-wrapper.inner-header {
    min-height: 108px;
  }

  .header-inner-wrapper,
  .header-wrapper.inner-header .header-inner-wrapper {
    padding: 14px 72px 14px 4%;
  }

  .header-company-title a {
    font-size: 1.05em;
  }

  .header-company-serviceorder {
    font-size: 9px;
  }

  .mobile-navigation {
    top: 16px;
    right: 12px;
  }

  .header-phone a span {
    color: #ffffff;
    background: #9e1111;
    border: none;
    font-family: Yantramanav, sans-serif;
    font-weight: 700;
    width: 100%;
    letter-spacing: 0.06em;
    border-radius: 0;
    padding: 12px 15px;
    position: fixed;
    white-space: nowrap;
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    z-index: 1300;
    box-shadow: 0 -4px 14px rgba(0,0,0,0.14);
  }

  .home-bg-img {
    min-height: 330px;
  }

  .stacked-img-wrapper {
    padding: 32px 5%;
  }

  .stacked-img-wrapper::before {
    width: 54px;
    height: 54px;
    left: calc(5% - 7px);
    top: 22px;
  }

  .stacked-img img {
    border-width: 5px;
  }

  .main-wrapper ol li {
    padding-left: 42px;
  }

  .main-wrapper ol li::before {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }

  .footer-btn {
    padding: 12px 22px;
    font-size: 13px;
  }

  .social-icons {
    margin-bottom: 10px;
  }

  .custom-slide-out-wrapper {
    padding: 28px 30px;
    max-width: calc(100vw - 38px);
  }

  .custom-slide-out-wrapper span.custom-form-toggle {
    width: 54px;
    line-height: 54px;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .header-wrapper.home,
  .header-wrapper.inner-header {
    min-height: 102px;
  }

  .header-company-title a {
    font-size: 0.98em;
  }

  .header-company-serviceorder {
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .logo-wrapper > a[target="_blank"] {
    font-size: 13px;
    margin-top: 6px;
  }

  .mobile-navigation {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .mobile-navigation .fa {
    width: 48px;
    line-height: 48px;
    font-size: 21px;
  }

  .box-padding {
    padding: 38px 6%;
  }

  h2 {
    font-size: 1.35em;
  }

  .home-bg-img {
    min-height: 280px;
  }
}
/* =========================================================
   CORPORATE CLEANING CONSISTENCY SECTION
   ========================================================= */

.consistency-section {
    position: relative;
    overflow: hidden;
    padding: 90px 30px;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(176, 14, 18, 0.07) 0,
            rgba(176, 14, 18, 0) 260px
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(0, 0, 0, 0.045) 0,
            rgba(0, 0, 0, 0) 300px
        ),
        #f7f7f7;
}


/* LARGE BACKGROUND DECORATION */

.consistency-section::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -130px;
    width: 330px;
    height: 330px;
    border: 55px solid rgba(176, 14, 18, 0.035);
    border-radius: 50%;
    pointer-events: none;
}


.consistency-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    transform: rotate(45deg);
    pointer-events: none;
}


/* INNER CONTAINER */

.consistency-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADING AREA
   ========================================================= */

.consistency-heading {
    position: relative;
    max-width: 920px;
    margin-bottom: 48px;
}


.consistency-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #b00e12;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.consistency-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #b00e12;
}


.consistency-heading h2 {
    position: relative;
    margin: 0 0 22px;
    max-width: 800px;
    color: #111111;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.6px;
}


.consistency-heading p {
    margin: 0;
    max-width: 900px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.9;
}


/* =========================================================
   CARDS
   ========================================================= */

.consistency-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 45px;
}


/* FINAL CARD TAKES FULL WIDTH */

.consistency-card:last-child {
    grid-column: 1 / -1;
}


.consistency-card {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 135px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.04),
        0 2px 6px rgba(0, 0, 0, 0.025);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* RED SIDE ACCENT */

.consistency-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #b00e12;

    transform: scaleY(0);
    transform-origin: bottom;

    transition: transform 0.35s ease;
}


/* SOFT HOVER GLOW */

.consistency-card::after {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(176, 14, 18, 0.05);

    transform: scale(0.6);
    opacity: 0;

    transition:
        transform 0.45s ease,
        opacity 0.45s ease;
}


.consistency-card:hover {
    transform: translateY(-6px);
    border-color: rgba(176, 14, 18, 0.24);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.09),
        0 4px 12px rgba(0, 0, 0, 0.04);
}


.consistency-card:hover::before {
    transform: scaleY(1);
}


.consistency-card:hover::after {
    transform: scale(1);
    opacity: 1;
}


/* NUMBER BLOCK */

.consistency-number {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 92px;

    color: #ffffff;
    background: #b00e12;

    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;

    transition:
        background 0.35s ease,
        color 0.35s ease;
}


/* DIAGONAL NUMBER EDGE */

.consistency-number::after {
    content: "";
    position: absolute;
    top: 0;
    right: -21px;
    width: 42px;
    height: 100%;
    background: inherit;
    transform: skewX(-9deg);
    z-index: -1;
}


.consistency-card:hover .consistency-number {
    background: #970b0e;
}


/* CARD TEXT */

.consistency-card-content {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    width: 100%;
    padding: 28px 32px 28px 42px;
}


.consistency-card-content p {
    margin: 0;

    color: #303030;
    font-size: 16px;
    line-height: 1.65;

    transition:
        transform 0.35s ease,
        color 0.35s ease;
}


.consistency-card:hover .consistency-card-content p {
    color: #111111;
    transform: translateX(4px);
}
}


/* =========================================================
   LOWER TEXT AREA
   ========================================================= */

.consistency-footer {
    position: relative;

    max-width: 970px;

    padding: 30px 35px;

    background: #ffffff;

    border-left: 4px solid #b00e12;
    border-radius: 0 10px 10px 0;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.045);
}


.consistency-footer p {
    margin: 0 0 18px;

    color: #444444;
    font-size: 16px;
    line-height: 1.85;
}


.consistency-footer p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1024px) {

    .consistency-section {
        padding: 75px 25px;
    }


    .consistency-heading {
        margin-bottom: 38px;
    }


    .consistency-grid {
        grid-template-columns: 1fr;
    }


    .consistency-card:last-child {
        grid-column: auto;
    }


    .consistency-card {
        min-height: 125px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 640px) {

    .consistency-section {
        padding: 55px 18px;
    }


    .consistency-heading {
        margin-bottom: 32px;
    }


    .consistency-heading h2 {
        font-size: 29px;
        line-height: 1.18;
    }


    .consistency-heading p {
        font-size: 15px;
        line-height: 1.75;
    }


    .consistency-grid {
        gap: 14px;
        margin-bottom: 32px;
    }


    .consistency-card {
        flex-direction: column;
        min-height: 0;
        border-radius: 10px;
    }


    .consistency-number {
        justify-content: flex-start;

        flex: none;
        width: 100%;
        height: auto;

        padding: 13px 20px;

        font-size: 18px;
    }


    .consistency-number::after {
        display: none;
    }


    .consistency-card-content {
        padding: 22px 22px 24px;
    }


    .consistency-card-content p {
        font-size: 15px;
        line-height: 1.65;
    }


    .consistency-line {
        display: none;
    }


    .consistency-card:hover .consistency-card-content p {
        transform: none;
    }


    .consistency-footer {
        padding: 25px 23px;
    }


    .consistency-footer p {
        font-size: 15px;
        line-height: 1.75;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .consistency-card,
    .consistency-card::before,
    .consistency-card::after,
    .consistency-number,
    .consistency-card-content p,
    .consistency-line {
        transition: none;
    }


    .consistency-card:hover {
        transform: none;
    }


    .consistency-card:hover .consistency-card-content p {
        transform: none;
    }

}
/* =========================================================
   MATCHING COMMERCIAL CLEANING FEATURE SECTIONS
   ========================================================= */

.cleaning-feature-section {
    position: relative;
    overflow: hidden;
    padding: 0;
}


/* WHITE VERSION */

.cleaning-feature-section--white {
    background: #ffffff;
}


/* SOFT VERSION */

.cleaning-feature-section--soft {
    background:
        radial-gradient(
            circle at 94% 20%,
            rgba(176, 14, 18, 0.055) 0,
            rgba(176, 14, 18, 0) 280px
        ),
        #f7f7f7;
}


/* DECORATIVE LARGE CIRCLE */

.cleaning-feature-section--soft::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -110px;
    width: 320px;
    height: 320px;
    border: 45px solid rgba(176, 14, 18, 0.035);
    border-radius: 50%;
    pointer-events: none;
}


/* =========================================================
   MAIN ROW
   ========================================================= */

.cleaning-feature-row {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 100%;
    max-width: 1600px;
    min-height: 560px;

    margin: 0 auto;
}


/* =========================================================
   COPY AREA
   ========================================================= */

.cleaning-feature-copy {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 80px clamp(40px, 6vw, 100px);

    background: rgba(255, 255, 255, 0.96);
}


/* SECOND SECTION TEXT BACKGROUND */

.cleaning-feature-section--soft .cleaning-feature-copy {
    background: transparent;
}


/* VERTICAL RED ACCENT */

.cleaning-feature-copy::before {
    content: "";
    position: absolute;

    top: 50%;
    left: 30px;

    width: 2px;
    height: 90px;

    background: rgba(176, 14, 18, 0.25);

    transform: translateY(-50%);
}


/* EYEBROW */

.cleaning-feature-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    width: fit-content;

    margin-bottom: 14px;

    color: #b00e12;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.cleaning-feature-eyebrow::before {
    content: "";

    width: 30px;
    height: 2px;

    background: #b00e12;
}


/* HEADING */

.cleaning-feature-copy h2 {
    position: relative;

    max-width: 680px;

    margin: 0 0 28px;

    color: #111111;

    font-size: clamp(30px, 2.6vw, 43px);
    font-weight: 700;
    line-height: 1.16;

    letter-spacing: -0.5px;
}


/* UNDERLINE ACCENT */

.cleaning-feature-copy h2::after {
    content: "";

    display: block;

    width: 60px;
    height: 3px;

    margin-top: 20px;

    background: #b00e12;

    transition: width 0.35s ease;
}


.cleaning-feature-copy:hover h2::after {
    width: 95px;
}


/* BODY */

.cleaning-feature-copy p {
    max-width: 720px;

    margin: 0 0 22px;

    color: #484848;

    font-size: 16px;
    line-height: 1.85;
}


.cleaning-feature-copy p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   IMAGE AREA
   ========================================================= */

.cleaning-feature-image {
    position: relative;

    display: flex;
    align-items: stretch;

    min-height: 560px;
}


/* IMAGE WRAPPER */

.cleaning-image-frame {
    position: relative;

    width: 100%;
    min-height: 100%;

    overflow: hidden;

    background: #ececec;
}


/* RED CORNER ACCENT */

.cleaning-image-frame::before {
    content: "";

    position: absolute;

    top: 32px;
    left: 32px;

    width: 70px;
    height: 70px;

    z-index: 3;

    border-top: 3px solid #b00e12;
    border-left: 3px solid #b00e12;

    transition:
        width 0.35s ease,
        height 0.35s ease;
}


/* SOFT IMAGE OVERLAY */

.cleaning-image-frame::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 2;

    background:
        linear-gradient(
            135deg,
            rgba(176, 14, 18, 0.05),
            rgba(0, 0, 0, 0.02)
        );

    pointer-events: none;
}


/* ACTUAL IMAGE */

.cleaning-image-frame img {
    width: 100%;
    height: 100%;

    min-height: 560px;

    object-fit: cover;

    transform: scale(1.001);

    transition:
        transform 0.7s ease,
        filter 0.5s ease;
}


/* INTERACTIVE IMAGE HOVER */

.cleaning-feature-image:hover .cleaning-image-frame img {
    transform: scale(1.045);
}


.cleaning-feature-image:hover .cleaning-image-frame::before {
    width: 95px;
    height: 95px;
}


/* =========================================================
   SECOND / ALTERNATING SECTION
   ========================================================= */

.cleaning-feature-row--image-text .cleaning-feature-image {
    order: 1;
}


.cleaning-feature-row--image-text .cleaning-feature-copy {
    order: 2;
}


/* SWITCH ACCENT SIDE */

.cleaning-feature-row--image-text .cleaning-feature-copy::before {
    left: 30px;
}


/* SECOND IMAGE CORNER */

.cleaning-feature-row--image-text .cleaning-image-frame::before {
    top: 32px;
    right: 32px;
    left: auto;

    border-top: 3px solid #b00e12;
    border-right: 3px solid #b00e12;
    border-left: 0;
}


/* =========================================================
   SUBTLE CONTENT CARD EFFECT
   ========================================================= */

.cleaning-feature-section--soft .cleaning-feature-copy::after {
    content: "";

    position: absolute;

    top: 45px;
    right: 35px;
    bottom: 45px;
    left: 35px;

    z-index: -1;

    background: rgba(255, 255, 255, 0.52);

    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 14px;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.035);
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1024px) {

    .cleaning-feature-row {
        grid-template-columns: 1fr;

        min-height: 0;
    }


    .cleaning-feature-copy {
        order: 1 !important;

        padding: 70px 55px;
    }


    .cleaning-feature-image {
        order: 2 !important;

        min-height: 430px;
    }


    .cleaning-image-frame img {
        min-height: 430px;
    }


    .cleaning-feature-copy::before {
        left: 24px;
    }


    .cleaning-feature-section--soft .cleaning-feature-copy::after {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 640px) {

    .cleaning-feature-copy {
        padding: 55px 25px;
    }


    .cleaning-feature-copy::before {
        display: none;
    }


    .cleaning-feature-eyebrow {
        font-size: 11px;
        letter-spacing: 1.5px;
    }


    .cleaning-feature-copy h2 {
        margin-bottom: 22px;

        font-size: 29px;
        line-height: 1.2;
    }


    .cleaning-feature-copy p {
        font-size: 15px;
        line-height: 1.75;
    }


    .cleaning-feature-image {
        min-height: 310px;
    }


    .cleaning-image-frame img {
        min-height: 310px;
    }


    .cleaning-image-frame::before {
        top: 20px;
        left: 20px;

        width: 48px;
        height: 48px;
    }


    .cleaning-feature-row--image-text .cleaning-image-frame::before {
        top: 20px;
        right: 20px;
        left: auto;
    }


    .cleaning-feature-section--soft .cleaning-feature-copy::after {
        top: 15px;
        right: 12px;
        bottom: 15px;
        left: 12px;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .cleaning-image-frame img,
    .cleaning-image-frame::before,
    .cleaning-feature-copy h2::after {
        transition: none;
    }


    .cleaning-feature-image:hover .cleaning-image-frame img {
        transform: none;
    }

}
/* =========================================================
   JANITORIAL FOUR VALUE BOX SECTION
   ========================================================= */

.janitorial-values-section {
    position: relative;
    overflow: hidden;

    padding: 75px 30px;

    background:
        radial-gradient(
            circle at 5% 15%,
            rgba(176, 14, 18, 0.065) 0,
            rgba(176, 14, 18, 0) 240px
        ),
        radial-gradient(
            circle at 95% 85%,
            rgba(0, 0, 0, 0.035) 0,
            rgba(0, 0, 0, 0) 260px
        ),
        #f7f7f7;
}


/* LARGE DECORATIVE CIRCLE */

.janitorial-values-section::before {
    content: "";

    position: absolute;

    top: -125px;
    right: -110px;

    width: 300px;
    height: 300px;

    border: 45px solid rgba(176, 14, 18, 0.035);
    border-radius: 50%;

    pointer-events: none;
}


/* DECORATIVE LOWER SHAPE */

.janitorial-values-section::after {
    content: "";

    position: absolute;

    bottom: -95px;
    left: -80px;

    width: 220px;
    height: 220px;

    border: 1px solid rgba(0, 0, 0, 0.07);

    transform: rotate(45deg);

    pointer-events: none;
}


/* =========================================================
   INNER WRAPPER
   ========================================================= */

.janitorial-values-inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1350px;

    margin: 0 auto;
}


/* =========================================================
   GRID
   ========================================================= */

.janitorial-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 20px;
}


/* =========================================================
   CARD
   ========================================================= */

.janitorial-value-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 235px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 12px;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.045),
        0 2px 7px rgba(0, 0, 0, 0.025);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* LEFT RED ACCENT */

.janitorial-value-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background: #b00e12;

    transform: scaleY(0);
    transform-origin: bottom;

    transition: transform 0.35s ease;
}


/* SOFT RED HOVER GLOW */

.janitorial-value-card::after {
    content: "";

    position: absolute;

    top: -70px;
    right: -75px;

    width: 165px;
    height: 165px;

    border-radius: 50%;

    background: rgba(176, 14, 18, 0.055);

    opacity: 0;

    transform: scale(0.65);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;

    pointer-events: none;
}


/* =========================================================
   CARD HOVER
   ========================================================= */

.janitorial-value-card:hover {
    transform: translateY(-7px);

    border-color: rgba(176, 14, 18, 0.24);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.085),
        0 5px 12px rgba(0, 0, 0, 0.035);
}


.janitorial-value-card:hover::before {
    transform: scaleY(1);
}


.janitorial-value-card:hover::after {
    opacity: 1;
    transform: scale(1);
}


/* =========================================================
   NUMBER
   ========================================================= */

.janitorial-value-number {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    height: 65px;

    padding: 0 25px;

    color: #ffffff;
    background: #b00e12;

    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.5px;

    transition:
        background 0.35s ease,
        padding-left 0.35s ease;
}


/* DIAGONAL DETAIL */

.janitorial-value-number::after {
    content: "";

    position: absolute;

    right: -25px;
    top: 0;

    width: 52px;
    height: 100%;

    background: inherit;

    transform: skewX(-14deg);
}


/* DARK SMALL ACCENT */

.janitorial-value-number::before {
    content: "";

    position: absolute;

    right: 22px;

    width: 34px;
    height: 2px;

    z-index: 2;

    background: rgba(255, 255, 255, 0.55);

    transition: width 0.35s ease;
}


.janitorial-value-card:hover .janitorial-value-number {
    padding-left: 30px;
    background: #970b0f;
}


.janitorial-value-card:hover .janitorial-value-number::before {
    width: 48px;
}


/* =========================================================
   CONTENT
   ========================================================= */

.janitorial-value-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    flex: 1;

    padding: 32px 26px 30px;
}


/* =========================================================
   CHECKMARK
   ========================================================= */

.janitorial-value-check {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    margin-bottom: 20px;

    border: 1px solid rgba(176, 14, 18, 0.25);
    border-radius: 50%;

    background: rgba(176, 14, 18, 0.045);

    transition:
        background 0.35s ease,
        transform 0.35s ease,
        border-color 0.35s ease;
}


/* CHECK SYMBOL */

.janitorial-value-check::before {
    content: "";

    width: 8px;
    height: 14px;

    margin-top: -3px;

    border-right: 2px solid #b00e12;
    border-bottom: 2px solid #b00e12;

    transform: rotate(45deg);

    transition: border-color 0.35s ease;
}


/* CHECK HOVER */

.janitorial-value-card:hover .janitorial-value-check {
    background: #b00e12;
    border-color: #b00e12;

    transform: translateY(-3px) rotate(3deg);
}


.janitorial-value-card:hover .janitorial-value-check::before {
    border-color: #ffffff;
}


/* =========================================================
   HEADINGS
   ========================================================= */

.janitorial-value-content h3 {
    position: relative;

    margin: 0;

    color: #171717;

    font-size: clamp(19px, 1.5vw, 23px);
    font-weight: 700;
    line-height: 1.3;

    transition:
        color 0.35s ease,
        transform 0.35s ease;
}


/* SMALL UNDERLINE */

.janitorial-value-content h3::after {
    content: "";

    display: block;

    width: 34px;
    height: 2px;

    margin-top: 16px;

    background: rgba(176, 14, 18, 0.35);

    transition:
        width 0.35s ease,
        background 0.35s ease;
}


.janitorial-value-card:hover .janitorial-value-content h3 {
    color: #0c0c0c;

    transform: translateX(3px);
}


.janitorial-value-card:hover .janitorial-value-content h3::after {
    width: 62px;

    background: #b00e12;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1024px) {

    .janitorial-values-section {
        padding: 65px 25px;
    }


    .janitorial-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 18px;
    }


    .janitorial-value-card {
        min-height: 215px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 640px) {

    .janitorial-values-section {
        padding: 50px 18px;
    }


    .janitorial-values-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .janitorial-value-card {
        min-height: 0;

        border-radius: 10px;
    }


    .janitorial-value-number {
        height: 56px;

        padding: 0 20px;

        font-size: 15px;
    }


    .janitorial-value-number::after {
        right: -20px;

        width: 40px;
    }


    .janitorial-value-content {
        padding: 25px 22px 27px;
    }


    .janitorial-value-check {
        width: 34px;
        height: 34px;

        margin-bottom: 16px;
    }


    .janitorial-value-content h3 {
        font-size: 20px;
    }


    .janitorial-value-card:hover {
        transform: translateY(-3px);
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .janitorial-value-card,
    .janitorial-value-card::before,
    .janitorial-value-card::after,
    .janitorial-value-number,
    .janitorial-value-number::before,
    .janitorial-value-check,
    .janitorial-value-check::before,
    .janitorial-value-content h3,
    .janitorial-value-content h3::after {
        transition: none;
    }


    .janitorial-value-card:hover,
    .janitorial-value-card:hover .janitorial-value-check,
    .janitorial-value-card:hover .janitorial-value-content h3 {
        transform: none;
    }

}

/* =========================================================
   OTHER SERVICES / COMMERCIAL JANITORIAL DIRECTORY
   ========================================================= */

.janus-services-page {
    position: relative;
    overflow: hidden;
    background: #f5f3ef;
}

.janus-services-content {
    position: relative;
    background: transparent;
}

.service-directory-shell {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 90px;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 28%, rgba(158, 17, 17, 0.07) 0, rgba(158, 17, 17, 0) 300px),
        radial-gradient(circle at 93% 72%, rgba(23, 23, 23, 0.045) 0, rgba(23, 23, 23, 0) 320px),
        #f5f3ef;
}

.service-directory-shell::before {
    content: "";
    position: absolute;
    right: -115px;
    top: 290px;
    width: 320px;
    height: 320px;
    border: 48px solid rgba(158, 17, 17, 0.03);
    border-radius: 50%;
    pointer-events: none;
}

.service-directory-shell::after {
    content: "";
    position: absolute;
    left: -95px;
    bottom: 90px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(23, 23, 23, 0.07);
    transform: rotate(45deg);
    pointer-events: none;
}

/* PAGE HEADING */
.service-directory-hero {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 72px 5%;
    overflow: hidden;
    text-align: center;
    background:
        radial-gradient(circle at 88% 0%, rgba(199, 51, 51, 0.16) 0, rgba(199, 51, 51, 0) 260px),
        linear-gradient(135deg, #171717 0%, #241818 58%, #421515 100%);
    border-bottom: 4px solid #9e1111;
}

.service-directory-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(120deg, rgba(255,255,255,0.028) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.028) 75%),
        linear-gradient(120deg, rgba(255,255,255,0.016) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.016) 75%);
    background-size: 42px 42px;
    background-position: 0 0, 21px 21px;
    pointer-events: none;
}

.service-directory-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 28px;
    width: 62px;
    height: 3px;
    background: #c73333;
    transform: translateX(-50%);
}

.service-directory-hero h1 {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    color: #ffffff;
    font-family: Yantramanav, sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0.01em;
}

/* SERVICE GRID */
.service-directory-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
    width: calc(100% - 60px);
    max-width: 1240px;
    margin: 0 auto;
    padding: 58px 0 0;
}

.service-directory-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 310px;
    padding: 38px 38px 34px 42px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(23, 23, 23, 0.075);
    border-radius: 12px;
    box-shadow:
        0 12px 34px rgba(23, 23, 23, 0.055),
        0 2px 7px rgba(23, 23, 23, 0.025);
    transition:
        transform 320ms ease,
        box-shadow 320ms ease,
        border-color 320ms ease;
}

.service-directory-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #9e1111;
    transform: scaleY(0.28);
    transform-origin: top;
    transition: transform 320ms ease;
}

.service-directory-card::after {
    content: "";
    position: absolute;
    right: -72px;
    top: -72px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: rgba(158, 17, 17, 0.045);
    transform: scale(0.78);
    transition: transform 380ms ease, background 380ms ease;
    pointer-events: none;
}

.service-directory-card:hover {
    transform: translateY(-6px);
    border-color: rgba(158, 17, 17, 0.22);
    box-shadow:
        0 22px 46px rgba(23, 23, 23, 0.10),
        0 4px 12px rgba(23, 23, 23, 0.035);
}

.service-directory-card:hover::before {
    transform: scaleY(1);
}

.service-directory-card:hover::after {
    transform: scale(1.12);
    background: rgba(158, 17, 17, 0.075);
}

.service-directory-card h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
    padding: 0 0 17px;
    color: #171717;
    font-family: Yantramanav, sans-serif;
    font-size: clamp(24px, 2.15vw, 31px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.service-directory-card h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 3px;
    background: #9e1111;
    transition: width 320ms ease;
}

.service-directory-card:hover h2::after {
    width: 76px;
}

.service-directory-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 28px;
    color: #505050;
    font-family: Source Sans Pro, sans-serif;;
    font-size: 15.5px;
    line-height: 1.8;
}

.service-directory-card > a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 9px;
    margin-top: auto;
    padding: 11px 15px;
    color: #9e1111;
    background: rgba(158, 17, 17, 0.045);
    border: 1px solid rgba(158, 17, 17, 0.13);
    border-radius: 3px;
    font-family: Yantramanav, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.service-directory-card > a i.fa.fa-long-arrow-right {
    position: relative;
    left: 0;
    top: 0;
    opacity: 0.78;
    transition: left 220ms ease, opacity 220ms ease;
}

.service-directory-card > a:hover {
    color: #ffffff;
    background: #9e1111;
    border-color: #9e1111;
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(84, 8, 8, 0.16);
}

.service-directory-card > a:hover i.fa.fa-long-arrow-right {
    left: 4px;
    opacity: 1;
}

/* Keep all cards identical, including Warehouse Cleaning. */
.service-directory-grid > .service-directory-card {
    width: auto !important;
    float: none !important;
}

/* TABLET */
@media screen and (max-width: 1024px) {
    .service-directory-shell {
        padding-bottom: 70px;
    }

    .service-directory-hero {
        padding: 58px 6%;
    }

    .service-directory-hero::after {
        bottom: 22px;
    }

    .service-directory-grid {
        grid-template-columns: 1fr;
        width: calc(100% - 44px);
        max-width: 820px;
        gap: 18px;
        padding-top: 42px;
    }

    .service-directory-card {
        min-height: 0;
        padding: 34px 34px 31px 38px;
    }
}

/* MOBILE */
@media screen and (max-width: 640px) {
    .service-directory-shell {
        padding-bottom: 52px;
    }

    .service-directory-hero {
        padding: 46px 7% 50px;
    }

    .service-directory-hero h1 {
        font-size: 29px;
        line-height: 1.18;
    }

    .service-directory-hero::after {
        bottom: 17px;
        width: 48px;
    }

    .service-directory-grid {
        width: calc(100% - 30px);
        gap: 14px;
        padding-top: 30px;
    }

    .service-directory-card {
        padding: 27px 24px 25px 28px;
        border-radius: 9px;
    }

    .service-directory-card h2 {
        margin-bottom: 17px;
        padding-bottom: 14px;
        font-size: 23px;
    }

    .service-directory-card p {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.7;
    }

    .service-directory-card > a {
        padding: 10px 13px;
        font-size: 11px;
    }

    .service-directory-card:hover {
        transform: translateY(-3px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-directory-card,
    .service-directory-card::before,
    .service-directory-card::after,
    .service-directory-card h2::after,
    .service-directory-card > a,
    .service-directory-card > a i.fa.fa-long-arrow-right {
        transition: none;
    }

    .service-directory-card:hover,
    .service-directory-card > a:hover {
        transform: none;
    }
}


