body {
  font-family: 'Roboto', sans-serif;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.container {
  max-width: 960px;
  position: relative; /* margin: 0 auto; width: 100%; padding: 0; */
}
.review-section-title {
  font-family: Oswald, serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5em;
  text-align: left;
  max-width: 316px;
}
h4 {
  font-size: 22px;
  font-family: Oswald, serif;
  line-height: 150%;
}
/* Top Bar */
.top-bar {
  background-color: #162077;
  min-height: 25px;
}
.menu-icon {
  display: inline-block;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px 0;
}
.ancher {
  text-decoration: none !important;
  color: inherit !important;
}
.rating-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.top-bar .rating {
  font-size: 30px;
  color: #ffc834;
  font-weight: 900 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 150%;
}
.stars-wraper {
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  margin-left: 0.35rem;
}
.stars-wraper .custom-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0px -3px;
}
.top-bar .link {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
} /* Middle Top Bar */
.middle-top-bar {
  background-color: #8a8a8a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.brand-logo {
  width: 100%;
  max-width: 214px;
  height: auto;
}
.middle-top-bar .contact-info p {
  margin: 0;
  color: #fff;
  font-size: 16px;
} /* Navbar (Menu Section) */
.navbar {
  background-color: #727272 !important;
  padding: 0;
}
.navbar-nav {
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.navbar-nav .nav-item {
  margin: 0;
  padding: 0;
}
.navbar-nav .nav-link {
  color: #fff;
  text-align: center;
  padding: 8px 14px !important;
  letter-spacing: 0.03em;
  transition: color 0.2s ease-out;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.mobile-menu-list .nav-link:hover,
.mobile-menu-list .nav-link.active {
  color: #fff !important;
  background-color: #162077 !important;
  background-image: none !important;
} /*
Dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-item .dropdown-menu {
  background-color: #727272 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  transition: transform 0.4s ease-out, opacity 0.1s ease-out;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  display: block; /* Initially
hidden */
}
.nav-item .dropdown-menu a:hover,
.nav-item .dropdown-menu a.active,
.mobile-drowpdown-menu a:hover,
.mobile-drowpdown-menu a.active {
  color: #fff !important;
  background-color: #162077 !important;
  background-image: none !important;
}
.nav-item .dropdown-menu a {
  color: #fff !important;
  text-align: left;
  padding: 8px 14px !important;
  letter-spacing: 0.03em;
}
.offcanvas-mobile-menu {
  background-color: #727272 !important;
}
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-list .nav-link,
.mobile-menu-list .nav-item .dropdown-item {
  color: #fff;
  text-align: left;
  padding: 8px 14px !important;
  letter-spacing: 0.03em;
  transition: color 0.2s ease-out;
  list-style: none;
  white-space: normal;
}
.mobile-menu-list .mobile-drowpdown-menu {
  transition: color 0.2s ease-out;
  list-style: none;
  padding-left: 15px;
} /* Banner Section */
.hero-banner {
  background-image: url('../images/home-banner.webp');
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  color: white;
  text-align: center;
  padding: 30px 10px !important;
  position: relative;
}
.hero-banner-about {
  background-image: url('../images/about-banner.webp') !important;
}
.hero-banner:before {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  content: ' ' !important;
  border-radius: inherit;
  background-color: #000 !important;
  opacity: 0.5 !important;
}
.hero-banner .inner-content {
  padding: 40px 10px;
  margin: 80px 0;
}
.hero-title {
  font-size: 44px;
  color: white;
  font-weight: bold;
  min-width: 25px;
  padding: 2px 0;
  margin: 50px auto 8px;
  font-family: Oswald, serif;
}
.hero-banner .summary {
  font-size: 20px;
  color: white;
  font-weight: 400;
  margin: 8px auto !important;
  font-family: Oswald, serif;
}
.hero-banner .mobile-text {
  font-size: 30px;
  font-weight: 400;
  margin: 30px auto 8px !important;
} /*
Service Section */
.service-section {
  position: relative;
  background-image: url('../images/service-bg.webp'); /* Placeholder image */
  background-color: #162077 !important;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: white;
  padding: 40px 0;
}
.service-section .container {
  position: relative;
  z-index: 1;
}
.service-card {
  padding: 0 14.3906px 0 0 !important;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.service-card h4 {
  font-size: 22px;
  font-family: Oswald, sans-serif;
  margin: 8px 0;
  padding: 2px 0;
  font-weight: 400;
}
.service-card p {
  margin: 8px 0;
  padding: 2px 0;
  font-weight: 400;
  line-height: 150%;
  max-width: 268px !important;
}
.service-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.btn-more {
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #8a8a8a;
  border-color: #f7f7f7;
  vertical-align: middle;
  font-size: 1.125em;
  line-height: normal;
  padding: 9px 15px;
}
.btn-more:hover {
  border-color: transparent !important;
  background-color: #525252 !important;
  background-image: none;
} /* Review
Section */
.review-section {
  background-color: #202020;
  color: white;
  padding-top: 22px;
  padding-bottom: 60px;
}
.review-section .review-card {
  margin-bottom: 1em;
  padding-bottom: 1.2em;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.review-section .review-card .review-name {
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
.review-section .review-card .review-rating {
  display: flex;
  margin: 7px 0px;
}
.review-section .review-card .review-text {
  margin: 0.2em 0 0.7em;
  font-size: 16px;
}
.video-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #999;
  background-image: url('../images/video-bg.webp');
  padding: 80px 40px;
  margin: 0;
  text-align: center;
  position: relative;
}
.video-section:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  border-radius: inherit;
  background-color: #000;
  opacity: 0.5;
}
.video-section .inner-content {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  position: relative;
}
.video-section .inner-content .video-icon {
  padding: 18px 0px;
}
.play-button {
  background: transparent;
  border: 0;
  outline: 0;
} /* custom svg
icons */
.custom-icon {
  display: inline-flex;
  min-width: 20px;
  min-height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}
.custom-icon-wrap svg {
  color: #fff !important;
  fill: #fff !important;
}
.icon-bullhorn {
  background-image: url('../icons/bullhorn.svg');
  width: 38px;
  height: 38px;
}
.icon-location {
  background-image: url('../icons/location.svg');
  width: 38px;
  height: 38px;
}
.icon-star-filled {
  background-image: url('../icons/star-filled.svg');
  width: 30px;
  height: 30px;
  background-size: cover;
  margin: 0px -3px;
  background-position: left center;
}
.icon-message {
  background-image: url('../icons/message.svg');
  width: 105px;
  height: 105px;
  margin: -15px; /*
adjust outside space*/
}
.icon-play {
  background-image: url('../icons/icon-play.svg');
  width: 150px;
  height: 150px;
} /* Footer Section
*/
.footer {
  background-color: #525252 !important;
  color: white;
  padding: 15px 10px;
}
.footer .custom-icon-wrap {
  height: 38px;
}
.footer .container {
  max-width: 1320px;
}
.footer .inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 16px;
  line-height: 20px;
}
.footer .inner-content h3 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
} /* Mobile Drawer Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: #162077;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.mobile-menu.active {
  transform: translateX(0);
  display: block;
  z-index: 2000;
}
.mobile-menu .close-btn {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.mobile-menu .nav-link {
  color: white;
  font-size: 18px;
  padding: 15px 20px;
  text-align: left;
}
.mobile-menu .nav-link:hover {
  background-color: #555;
} /* Show Drawer Menu Button */
.menu-toggle-btn {
  display: none;
  position: absolute;
  top: 50px;
  left: 10px;
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.two-line-truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; /* Optional: adds
ellipsis at the end */
}
.innerYoutubeExt {
  width: 398px;
  height: 268px;
  max-width: 100%;
}
.innerYoutubeExt iframe {
  width: 100%;
  height: 100%;
}
.calloutWrapper {
  background-color: rgba(114, 114, 114, 1);
  position: relative;
  margin: 0;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.calloutTitle {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 28px;
  font-family: Oswald !important;
  margin-top: 30px;
}
.calloutSubhead {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  margin-top: 22px;
}
.tmWrapper {
  background-color: rgba(138, 138, 138, 1);
  position: relative;
  margin: 0;
  padding: 30px 20px;
  border: 0;
}
.service-box-icon i {
  font-size: 55px;
  line-height: 55px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.tmBody {
  font-size: 16px;
  color: #fff !important;
  margin-bottom: 0px;
  font-style: italic;
}
.tmName {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}
.contact-map {
  width: 100%;
  height: 580px;
  margin-bottom: -7px;
}
.section-contact-form {
  background-color: rgba(32, 32, 32, 1);
  padding: 30px 40px;
}
.section-payment-mode {
  background-color: rgba(114, 114, 114, 1);
  padding: 15px 40px;
}
.payment-images img {
  display: inline-block;
  width: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* sharebox and share modal */
.social-icon {
  width: 42px;
  height: 42px;
  font-size: 2em;
  z-index: 10000007;
  margin: 10px auto;
  display: flex;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.social-icon a {
  text-decoration: none;
  color: #ffffff;
}

.social-icon i {
  width: 42px;
  height: 42px;
  font-size: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-container {
  position: fixed;
  left: 100%;
  top: 50%;
  transform: translate(-37%, -50%);
  white-space: nowrap;
  z-index: 10000005;
}

.floating-share-button .fab-container {
  display: flex;
  transition: all ease-in 0.3s;
  padding: 0;
  margin: 0;
  border: 0;
  flex-wrap: nowrap;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-decoration: none;
  transform: translateX(35px);
}

.fab-child {
  width: 43px;
  height: 43px;
  font-size: 24px;
  background-color: #727272 !important;
  z-index: 10000007;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.fab-text {
  display: flex;
  font-size: 20px;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.floating-share-button .fab-container:hover {
  transform: translateX(-50%);
}

.float-container-mobile {
  background: #727272;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  color: #333333;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  font-size: 2.6667em;
  cursor: default;
  z-index: 100;
  bottom: 15px;
  right: 15px;
}

.fab-container-mobile {
  display: flex;
  transition: all ease-in 0.3s;
  padding: 0;
  margin: 0;
  border: 0;
  flex-wrap: nowrap;
}

/* Flashing Call Button */
.call-now-btn {
  display: block;
  background-color: #ffc834;
  color: #162077;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 15px 30px;
  text-decoration: none;
  animation: flash-pulse 1.5s infinite;
  border: none;
  margin: 20px auto;
  max-width: 400px;
}

.call-now-btn:hover {
  background-color: #e6b42e;
  color: #162077;
  text-decoration: none;
}

.call-now-btn i {
  margin-right: 10px;
}

@keyframes flash-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 200, 52, 0.5);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.02);
    box-shadow: 0 0 25px rgba(255, 200, 52, 0.9);
  }
}

/* Septic CTA Button */
.septic-cta-section {
  background-color: #202020;
  padding: 40px 20px;
  text-align: center;
}

.septic-cta-btn {
  display: inline-block;
  background-color: #8a8a8a;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 15px 40px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.septic-cta-btn:hover {
  background-color: #525252;
  color: #fff;
  text-decoration: none;
}

/* Mobile Layout Fixes */
@media (max-width: 768px) {
  /* Top Bar Text Centered
*/
  .top-bar .container {
    justify-content: center;
  }
  .brand-logo {
    max-width: 184px;
  }
  .contact-number-outline {
    border: 2px solid #fff;
    padding: 9px 26px;
    line-height: normal;
    white-space: normal;
    box-sizing: border-box;
    font-weight: 700;
  }
  .middle-top-location {
    display: none;
  } /* Show Drawer Menu Button */
  .menu-toggle-btn {
    display: block;
  } /* Mobile Menu Items */
  .navbar-nav {
    display: none;
  } /* Show mobile menu when active */
  .mobile-menu.active .navbar-nav {
    display: block;
  }
  .hero-banner .inner-content {
    padding: 40px 10px;
    margin: 0;
  }
  .hero-title {
    font-size: 2em;
    font-weight: bold;
  }
  .review-section-title {
    max-width: 100%;
    text-align: center;
    padding: 20px 0px;
    letter-spacing: 0.02em;
  }
  .video-section {
    padding: 25px 40px;
  }
  .video-section .inner-content .video-icon {
    padding: 0;
  }
  .video-section .inner-content {
    font-size: 24px;
    line-height: 1em;
  }
  .video-section .icon-play {
    width: 98px;
  }
  .footer .inner-content {
    flex-direction: column;
    gap: 24px;
  }
  .service-card p {
    max-width: 100% !important;
  }
  .contact-map {
    height: 280px;
  }
}
