/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #cccccc;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  background-color: #ffffff;
  margin: 0 auto !important;
}
body,
body p {
  color: #4c4c4c !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.8em !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(17px - 2px) !important;
  }
}
body a,
body p a {
  color: #054770;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: #0A6FA8;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 2em;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 1400px;
}
.flex-layout1 .light {
  background-color: #f4f4f4;
}
.flex-layout1 .dark {
  background-color: #328BC3;
}
.flex_layout_row {
  padding-top: 100px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #f4f4f4;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #328BC3;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #f4f4f4;
}
.flex-spacer.dark {
  background-color: #328BC3;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
.topbanner,
.no-banner {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .topbanner,
  .no-banner {
    margin-top: 100px;
  }
}
.site-header {
  background-color: white !important;
  max-width: 1920px;
  width: 100%;
  height: 140px;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
@media all and (max-width: 992px) {
  .site-header {
    height: 100px;
  }
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
@media all and (max-width: 1200px) {
  ul.navbar-nav {
    display: none;
  }
}
.site-header {
  background-color: white !important;
  max-width: 1920px;
  width: 100%;
  height: auto;
  min-height: 140px;
  box-shadow: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
header#masthead {
  top: 0;
  margin: 0;
  padding: 0;
}
header#masthead .top-bar {
  background: #000;
  width: 100%;
  margin: 0;
  padding: 0;
}
header#masthead .top-bar-inner {
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4b16a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
header#masthead .top-bar a {
  color: #fff !important;
  text-decoration: none;
}
header#masthead .top-bar a:hover {
  color: #0766a1;
}
#main-nav .navbar-nav > li > a {
  color: #064870 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 1.5vw 10px 1.5vw !important;
  margin: 0 0.5vw !important;
}
@media all and (min-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    margin: 0 10px  !important;
    padding: 10px 10px 10px 10px !important;
  }
}
@media all and (max-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    font-size: 14px !important;
  }
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: #0A6FA8 !important;
  background: none;
}
/* =========================================================
   1) TOP LEVEL active state (parent stays highlighted)
   ========================================================= */
#main-nav .navbar-nav > li.current-menu-item > a,
#main-nav .navbar-nav > li.current-menu-parent > a,
#main-nav .navbar-nav > li.current-menu-ancestor > a,
#main-nav .navbar-nav > li.active > a {
  color: #033657;
  border-bottom: 3px solid #064870;
}
/* If your walker uses .nav-link on top-level anchors, this is also safe:
#main-nav .navbar-nav > li.current-menu-ancestor > a.nav-link { ... }
*/
/* =========================================================
   2) Reset ALL dropdown items (prevents "everything highlighted")
   ========================================================= */
#main-nav .navbar-nav .dropdown-menu > li > a,
#main-nav .navbar-nav .dropdown-menu > li > a.dropdown-item {
  background-color: transparent;
  border-bottom: 0;
}
/* =========================================================
   3) ONLY the current dropdown item gets the active background
   (This is the part you were missing)
   ========================================================= */
#main-nav .navbar-nav .dropdown-menu > li.current-menu-item > a,
#main-nav .navbar-nav .dropdown-menu > li.current_page_item > a,
#main-nav .navbar-nav .dropdown-menu > li.active > a,
#main-nav .navbar-nav .dropdown-menu > li.current-menu-item > a.dropdown-item,
#main-nav .navbar-nav .dropdown-menu > li.current_page_item > a.dropdown-item,
#main-nav .navbar-nav .dropdown-menu > li.active > a.dropdown-item {
  color: #033657;
  color: black;
  font-weight: 600;
}
.extra-menu-top {
  display: none;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: #fff !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
  width: 300px;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px;
}
ul.dropdown-menu li.menu-item:hover a {
  color: #054770 !important;
  font-weight: 500;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: red;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: black;
  background: none;
  font-size: 1.1em;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: black;
  text-decoration: none;
}
.navbar {
  margin-top: 20px;
}
#main-nav .navbar-nav > li.menu-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #f4f125;
  color: #0d2f83 !important;
  white-space: nowrap;
  transition: all 0.25s ease;
}
/* Hover state */
#main-nav .navbar-nav > li.menu-btn > a:hover {
  background: #e5e20c;
  color: #0d2f83;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.top-footer {
  height: 228px;
  background: linear-gradient(to right, #e55521 0%, #ee6a38 60%, #f78457 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
@media all and (max-width: 992px) {
  .top-footer {
    height: auto !important;
    padding: 60px;
  }
}
.top-footer h5 {
  font-size: 1.7em !important;
  font-weight: 600;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .top-footer h5 {
    text-align: center;
    font-size: 1.4em !important;
    margin-bottom: 30px;
  }
}
.top-footer p {
  color: #fff !important;
}
@media all and (max-width: 992px) {
  .top-footer p {
    text-align: center;
  }
}
.top-footer .mybutton {
  margin-top: 10px;
}
.footer {
  margin: 0 auto;
  padding: 90px 0;
  max-width: 1920px;
  background-color: #02206e;
  height: auto !important;
}
.footer .container {
  max-width: 1400px;
}
.footer p {
  font-size: 14px !important;
  text-align: center;
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #cccccc;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
.footer-menu {
  margin-bottom: -10px;
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.footer-menu ul.menu li {
  display: inline-block;
}
.footer-menu ul.menu li a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 4px 15px;
  text-transform: uppercase;
}
.footer-menu ul.menu li a:hover {
  color: #cccccc;
}
/* ==============================
   FOOTER LOGO ROW
============================== */
.footer {
  /* Target the row with logos (last row in footer) */
  /* Mobile adjustments */
}
.footer #footer-wrapper .row:last-child {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer #footer-wrapper .row:last-child .col-sm-4 {
  flex: 0 0 auto;
  width: auto;
  padding: 0;
}
.footer #footer-wrapper .row:last-child .col-sm-4 img {
  display: block;
  max-height: 70px;
  width: auto;
  height: auto;
  opacity: 0.95;
  transition: all 0.3s ease;
}
.footer #footer-wrapper .row:last-child .col-sm-4 img:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .footer #footer-wrapper .row:last-child {
    gap: 20px;
  }
  .footer #footer-wrapper .row:last-child .col-sm-4 img {
    max-height: 55px;
  }
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  min-height: 598px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 200px;
  padding-bottom: 60px;
}
.hero-banner .container {
  max-width: 1400px;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-banner {
    padding-top: 140px;
  }
}
.hero-banner .hero-banner-text {
  z-index: 100;
  margin-top: 0;
}
.hero-banner .hero-banner-text h1 {
  font-size: 2.6em !important;
  color: #064870;
  font-weight: 600;
}
.hero-banner .hero-banner-text h2 {
  color: #4c4c4c;
  font-size: 1.5em !important;
  font-weight: 400 !important;
  line-height: 1.4em;
}
@media (min-width: 1200px) {
  .hero-banner .hero-banner-text h1,
  .hero-banner .hero-banner-text h2 {
    padding-right: 60px;
  }
}
.hero-banner .hero-banner-text .hero-banner-row {
  display: flex;
  align-items: center;
}
.hero-banner .hero-banner-text .hero-banner-row .hero-copy {
  padding-right: 45px !important;
}
.hero-banner .hero-banner-text .hero-banner-row .hero-image {
  padding-left: 45px;
}
.hero-banner .hero-banner-text .hero-banner-row .hero-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
@media all and (max-width: 768px) {
  .hero-banner .hero-banner-text .hero-banner-row {
    display: block;
  }
  .hero-banner .hero-banner-text .hero-banner-row .hero-copy {
    padding-right: 15px;
    margin-bottom: 35px;
  }
  .hero-banner .hero-banner-text .hero-banner-row .hero-image {
    padding-left: 15px;
  }
}
.page-template-flex-no-banner h1 {
  font-weight: 600;
}
.page-template-flex-no-banner h2 {
  color: #064870;
  font-size: 2em !important;
}
.page-template-flex-no-banner .detail-page h4 {
  color: #494949;
}
.page-template-flex-no-banner .detail-page .icon-list {
  margin-bottom: 60px;
}
.page-template-flex-no-banner .detail-page .icon-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-flex-no-banner .detail-page .icon-list ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 12px;
}
.page-template-flex-no-banner .detail-page .icon-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2026/01/check-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-flex-no-banner .form-placeholder {
  height: 100%;
  background: white;
  padding: 60px;
  box-shadow: 5px 5px 30px 2px rgba(0, 0, 0, 0.25);
}
.page-template-flex-no-banner .form-placeholder input.btn-primary {
  background-color: #3c6c38;
  color: #fff;
}
.page-template-flex-no-banner .water-activity-testing {
  margin-bottom: 60px;
}
.page-template-flex-banner .hero-banner {
  margin-top: -100px;
}
.page-template-flex-banner .start-testing .left p {
  color: white !important;
}
.page-template-flex-banner .start-testing .left ul li {
  color: white !important;
}
.page-template-flex-banner .start-testing .form-placeholder {
  height: 100%;
  background: white;
  padding: 60px;
  box-shadow: 5px 5px 30px 2px rgba(0, 0, 0, 0.25);
}
.page-template-flex-banner .start-testing .form-placeholder input.btn-primary {
  background-color: #3c6c38;
  color: #fff;
}
.page-template-flex-banner .faq {
  margin-top: -130px;
}
@media (max-width: 768px) {
  .page-template-flex-banner .faq {
    margin-top: 0px !important;
  }
}
.page-template-flex-banner .faq .question {
  margin-bottom: 40px;
}
.page-template-flex-banner .faq .question h4 {
  color: #064870;
  font-size: 2em !important;
  font-weight: 600;
}
body.home .hero-banner {
  height: 901px;
  padding-top: 400px;
  padding-bottom: 60px;
}
body.home .hero-banner .container {
  max-width: 1400px;
  width: 100%;
}
@media (max-width: 768px) {
  body.home .hero-banner {
    padding-top: 30px;
    padding-bottom: 0px;
    height: auto;
  }
}
body.home .hero-banner .hero-banner-text h1 {
  font-size: 2.1em !important;
  font-weight: 700;
  color: #064870 !important;
}
body.home .hero-banner .hero-banner-text h2 {
  font-size: 1.7em !important;
  color: blue !important;
}
body.home .hero-banner .hero-banner-text .mybutton {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.home .hero-banner .hero-banner-text {
    margin-top: -200px;
  }
}
@media (max-width: 768px) {
  body.home .hero-banner .hero-banner-text {
    margin-top: 90px;
  }
}
body.blog .hero-banner-text h1,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
}
@media (max-width: 576px) {
}
body.blog .hero-banner-text h2,
body.blog .hero-banner-text h3.single-blog-header {
  color: red !important;
  font-size: 2.5em !important;
}
@media (max-width: 576px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #064870;
  line-height: 0.9em;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.7em !important;
}
h2,
.h2 {
  font-size: 2.3em !important;
  color: #ffffff;
  font-weight: 600 !important;
}
h3,
.h3 {
  color: #064870;
  font-size: 1.9em !important;
}
h4,
.h4 {
  font-size: 1.2em !important;
  font-weight: 500;
  color: #ffffff;
}
h5,
.h5 {
  font-size: 1.1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
/* BUTTON */
a.mybutton,
p a.mybutton {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 14px;
  width: auto !important;
  max-width: none !important;
  padding: 12px 30px !important;
  border-radius: 40px;
  background: #f4f125;
  color: #0d2f83;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 19px;
  line-height: 1.1 !important;
  white-space: nowrap;
}
a.mybutton .btn-icon,
p a.mybutton .btn-icon {
  color: #0d2f83;
}
/* GREEN RIGHT ARROW */
a.mybutton .btn-icon-right {
  background-image: url('/wp-content/uploads/2026/04/green-icon.png');
}
/* ADD: GREEN DOWN ARROW */
a.mybutton .btn-icon-down {
  background-image: url('/wp-content/uploads/2026/04/green-icon.png');
}
/* ADD: LIGHT BUTTON VARIANT */
a.mybutton.butlight,
p a.mybutton.butlight {
  background: #bceafe;
  color: #224c58;
}
p a:hover.mybutton,
a:hover.mybutton,
button:hover.button,
a:hover.button {
  transform: translate(2px, 2px);
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition-timing-function: ease-in;
  transition: 0.5s;
  border: 1px solid #eeeeee;
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
.home-repair h2.flex-heading,
.home-repair h4 {
  color: #064870;
}
.shadebright-home h2.flex-heading {
  color: #064870;
}
.testimonials h3 {
  text-align: center;
  margin-bottom: 30px;
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: #064870 !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: #064870 !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: red;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: blue;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: green;
  background: none;
}
/* ==============================
   WOOCOMMERCE SHOP PAGE
============================== */
.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.woocommerce-shop main,
.post-type-archive-product main {
  padding-top: 60px;
  padding-bottom: 80px;
}
.woocommerce-shop h1.page-title,
.post-type-archive-product h1.page-title {
  color: #0d317d;
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media all and (max-width: 576px) {
  .woocommerce-shop h1.page-title,
  .post-type-archive-product h1.page-title {
    font-size: 40px;
    text-align: center;
  }
}
.woocommerce-shop .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header {
  margin-bottom: 40px;
}
.woocommerce-shop .woocommerce-products-header .term-description,
.post-type-archive-product .woocommerce-products-header .term-description,
.woocommerce-shop .woocommerce-products-header p,
.post-type-archive-product .woocommerce-products-header p {
  font-size: 19px;
  color: #4a4a4a;
  max-width: 760px;
}
@media all and (max-width: 576px) {
  .woocommerce-shop .woocommerce-products-header .term-description,
  .post-type-archive-product .woocommerce-products-header .term-description,
  .woocommerce-shop .woocommerce-products-header p,
  .post-type-archive-product .woocommerce-products-header p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.woocommerce-shop ul.products,
.post-type-archive-product ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-shop ul.products:before,
.post-type-archive-product ul.products:before,
.woocommerce-shop ul.products:after,
.post-type-archive-product ul.products:after {
  display: none !important;
}
.woocommerce-shop ul.products li.product,
.post-type-archive-product ul.products li.product {
  float: none !important;
  width: calc(33.333% - 23px) !important;
  margin: 0 !important;
  background: #ffffff;
  border: 1px solid #e1e7ef;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(13, 49, 125, 0.08);
  padding-bottom: 28px;
  transition: all 0.25s ease;
}
.woocommerce-shop ul.products li.product:hover,
.post-type-archive-product ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(13, 49, 125, 0.14);
}
@media all and (max-width: 768px) {
  .woocommerce-shop ul.products li.product,
  .post-type-archive-product ul.products li.product {
    width: calc(50% - 17px) !important;
  }
}
@media all and (max-width: 576px) {
  .woocommerce-shop ul.products li.product,
  .post-type-archive-product ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link,
.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none !important;
}
.woocommerce-shop ul.products li.product img,
.post-type-archive-product ul.products li.product img {
  width: 100% !important;
  height: 250px !important;
  object-fit: contain;
  background: #ffffff;
  padding: 22px;
  border: 0 !important;
  margin: 0 !important;
}
@media all and (max-width: 576px) {
  .woocommerce-shop ul.products li.product img,
  .post-type-archive-product ul.products li.product img {
    height: 220px !important;
  }
}
.woocommerce-shop ul.products li.product h2.woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product h2.woocommerce-loop-product__title {
  color: #0d317d !important;
  font-size: 28px !important;
  line-height: 1.15;
  font-weight: 700;
  padding: 22px 24px 8px !important;
  margin: 0 !important;
}
.woocommerce-shop ul.products li.product .price,
.post-type-archive-product ul.products li.product .price {
  display: block;
  color: #687500 !important;
  font-size: 18px !important;
  font-weight: 600;
  padding: 0 24px;
  margin: 10px 0 22px !important;
}
.woocommerce-shop ul.products li.product .button,
.post-type-archive-product ul.products li.product .button,
.woocommerce-shop ul.products li.product a.button,
.post-type-archive-product ul.products li.product a.button,
.woocommerce-shop ul.products li.product .add_to_cart_button,
.post-type-archive-product ul.products li.product .add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 24px !important;
  margin-top: 0 !important;
  padding: 13px 26px !important;
  border-radius: 40px !important;
  background: #f4f125 !important;
  color: #0d317d !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.2s ease;
}
.woocommerce-shop ul.products li.product .button:hover,
.post-type-archive-product ul.products li.product .button:hover,
.woocommerce-shop ul.products li.product a.button:hover,
.post-type-archive-product ul.products li.product a.button:hover,
.woocommerce-shop ul.products li.product .add_to_cart_button:hover,
.post-type-archive-product ul.products li.product .add_to_cart_button:hover,
.woocommerce-shop ul.products li.product .button:focus,
.post-type-archive-product ul.products li.product .button:focus,
.woocommerce-shop ul.products li.product a.button:focus,
.post-type-archive-product ul.products li.product a.button:focus,
.woocommerce-shop ul.products li.product .add_to_cart_button:focus,
.post-type-archive-product ul.products li.product .add_to_cart_button:focus {
  background: #0d317d !important;
  color: #ffffff !important;
}
/* ================================
   WooCommerce Product Page
================================ */
.woocommerce-page-wrapper {
  background: #f5f8fb;
}
@media all and (max-width: 768px) {
  .woocommerce-page-wrapper {
    padding: 45px 0;
  }
}
.woocommerce-page-wrapper .container {
  max-width: 1400px;
}
.bright-product-shell {
  background: #ffffff;
  border-radius: 18px;
  padding: 45px;
  box-shadow: 0 12px 35px rgba(13, 49, 125, 0.12);
}
@media all and (max-width: 768px) {
  .bright-product-shell {
    padding: 28px 22px;
    border-radius: 14px;
  }
}
/* Product layout */
.woocommerce div.product .product_title {
  color: #0d317d;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
}
@media all and (max-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 1.9em;
  }
}
.woocommerce div.product div.images {
  margin-bottom: 35px;
}
.woocommerce div.product div.images img {
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}
.woocommerce div.product div.summary {
  margin-bottom: 35px;
}
.woocommerce div.product .price {
  color: #0d317d !important;
  font-size: 1.7em !important;
  font-weight: 700;
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  font-size: 1.05em;
  line-height: 1.7;
  color: #334;
  margin-bottom: 25px;
}
.woocommerce div.product form.cart {
  margin-top: 25px;
}
.woocommerce div.product form.cart .quantity {
  margin-right: 12px;
}
.woocommerce div.product form.cart .quantity input.qty {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #d8e3ea;
  padding: 8px;
}
.woocommerce div.product form.cart .button {
  background: #f4f125 !important;
  color: #0d317d !important;
  border-radius: 50px;
  padding: 15px 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.25s ease;
}
.woocommerce div.product form.cart .button:hover {
  background: #e4df00 !important;
  color: #0d317d !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(13, 49, 125, 0.18);
}
.woocommerce div.product .product_meta {
  border-top: 1px solid #e6edf2;
  margin-top: 28px;
  padding-top: 18px;
  color: #667;
}
.woocommerce div.product .product_meta a {
  color: #0d317d;
  font-weight: 600;
}
.woocommerce div.product .product_meta a:hover {
  color: #224c58;
}
/* Tabs / description area */
.woocommerce div.product .woocommerce-tabs {
  margin-top: 45px;
  border-top: 1px solid #e6edf2;
  padding-top: 35px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 25px;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #eef7fb;
  border: none;
  border-radius: 50px;
  margin-right: 8px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #0d317d;
  padding: 12px 22px;
  font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #0d317d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs .panel {
  color: #334;
  line-height: 1.75;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  color: #0d317d;
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 18px;
}
/* Related products */
.woocommerce .related.products {
  margin-top: 60px;
  padding-top: 45px;
  border-top: 1px solid #e6edf2;
}
.woocommerce .related.products h2 {
  color: #0d317d;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
.woocommerce .related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.woocommerce .related.products ul.products li.product {
  background: #ffffff;
  border: 1px solid #e6edf2;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 22px rgba(13, 49, 125, 0.08);
  transition: all 0.25s ease;
  text-align: center;
  width: calc(25% - 18px) !important;
  margin: 0 !important;
}
@media all and (max-width: 992px) {
  .woocommerce .related.products ul.products li.product {
    width: calc(50% - 12px) !important;
  }
}
@media all and (max-width: 576px) {
  .woocommerce .related.products ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce .related.products ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(13, 49, 125, 0.14);
}
.woocommerce .related.products ul.products li.product img {
  border-radius: 12px;
  margin-bottom: 16px;
}
.woocommerce .related.products ul.products li.product .woocommerce-loop-product__title {
  color: #0d317d;
  font-size: 1.05em;
  font-weight: 700;
  min-height: 45px;
}
.woocommerce .related.products ul.products li.product .price {
  color: #224c58 !important;
  font-weight: 700;
  font-size: 1.05em !important;
}
.woocommerce .related.products ul.products li.product .button {
  background: #0d317d !important;
  color: #ffffff !important;
  border-radius: 50px;
  padding: 11px 20px;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 12px;
}
.woocommerce .related.products ul.products li.product .button:hover {
  background: #224c58 !important;
  color: #ffffff !important;
}
/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: #0d317d;
  background: #eef7fb;
  color: #224c58;
  border-radius: 10px;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
  color: #0d317d;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  background: #0d317d !important;
  color: #ffffff !important;
  border-radius: 50px;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
  background: #224c58 !important;
}
/* Product Video */
.product-video-wrapper {
  margin-top: 25px;
}
.product-video-wrapper .video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(13, 49, 125, 0.15);
  background: #000;
}
.product-video-wrapper .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px;
}
/* ================================
   Bright Blinds Woo Cart / Checkout
================================ */
/* Remove default page padding on cart / checkout pages */
section#primary.bb-woo-page,
section#primary.content-area.bb-woo-page {
  padding: 0 !important;
}
.bb-woo-page .bb-woo-hero .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bb-woo-page .bb-woo-hero .row {
  margin-left: 0;
  margin-right: 0;
}
.bb-woo-page .bb-woo-hero .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.bb-woo-page .bb-woo-hero .bb-woo-hero-inner {
  width: 100%;
  padding: 80px 30px 60px;
  background: linear-gradient(to bottom, rgba(188, 234, 254, 0.95) 0%, #ffffff 100%);
}
/* WooCommerce Notices */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border-top: 4px solid #0d317d;
  background: #ffffff;
  color: #4d4d4d;
  border-radius: 10px;
  padding: 18px 22px 18px 55px;
  box-shadow: 0 6px 18px rgba(13, 49, 125, 0.08);
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before {
  color: #0d317d;
}
.woocommerce .woocommerce-error {
  border-top-color: #e94b1b;
}
.woocommerce .woocommerce-error:before {
  color: #e94b1b;
}
/* Cart Table */
/* Cart totals cleanup */
.woocommerce-cart .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
  background: #f7fbfd;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #dbe8f0;
  margin-bottom: 60px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 20px;
  color: #0d317d;
  font-weight: 700;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  background: transparent;
  border: none;
  border-bottom: 1px solid #dbe8f0;
  padding: 14px 0;
  color: #333;
  vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  width: 35%;
  color: #0d317d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  text-align: left;
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:last-child th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:last-child td {
  border-bottom: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 10px 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
}
/* Coupon + Buttons */
.woocommerce .coupon {
  display: flex;
  gap: 10px;
}
.woocommerce .coupon input.input-text {
  width: 220px !important;
  height: 46px;
  border: 1px solid #d5dce4;
  border-radius: 8px;
  padding: 0 14px;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  background: #f4f125 !important;
  color: #0d317d !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 14px 26px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce .wc-proceed-to-checkout a.checkout-button:focus {
  background: #e5e20c !important;
  color: #0d317d !important;
  text-decoration: none;
}
.woocommerce .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px !important;
  padding: 18px 30px !important;
}
/* ================================
   Checkout Layout - Final
================================ */
.woocommerce-checkout form.checkout {
  position: relative;
  display: block !important;
  overflow: visible;
}
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-NoticeGroup-checkout,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon {
  width: 100%;
  margin-bottom: 35px;
}
.woocommerce-checkout #customer_details {
  width: 58%;
  float: none !important;
  margin-right: 0;
}
.woocommerce-checkout h3#order_review_heading {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  margin: 0 0 22px !important;
  color: #0d317d;
  font-size: 34px;
  font-weight: 700;
}
.woocommerce-checkout #order_review {
  position: absolute;
  top: 72px;
  right: 0;
  width: 38%;
  background: #ffffff;
  border: 1px solid #e1edf5;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 12px 35px rgba(13, 49, 125, 0.08);
}
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-NoticeGroup-checkout,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 35px;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  border: none;
  box-shadow: none;
}
.woocommerce-checkout #customer_details .col-2 {
  margin-top: 35px !important;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin: 0 0 24px;
  color: #0d317d;
  font-size: 34px;
  font-weight: 700;
}
.woocommerce-checkout #customer_details .form-row {
  display: block;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: both !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}
.woocommerce-checkout #customer_details .form-row-first,
.woocommerce-checkout #customer_details .form-row-last {
  width: 48.5% !important;
  float: left !important;
  clear: none !important;
}
.woocommerce-checkout #customer_details .form-row-first {
  margin-right: 3% !important;
}
.woocommerce-checkout #customer_details .form-row-last {
  margin-right: 0 !important;
}
.woocommerce-checkout #customer_details label {
  display: block;
  margin: 0 0 8px;
  color: #0d317d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.woocommerce-checkout #customer_details .required {
  color: #e94b1b;
  text-decoration: none;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper,
.woocommerce-checkout #customer_details input.input-text,
.woocommerce-checkout #customer_details textarea,
.woocommerce-checkout #customer_details select,
.woocommerce-checkout #customer_details .select2-container {
  display: block;
  width: 100% !important;
  max-width: none !important;
}
.woocommerce-checkout #customer_details input.input-text,
.woocommerce-checkout #customer_details textarea,
.woocommerce-checkout #customer_details select {
  height: 50px;
  border: 1px solid #d5dce4;
  border-radius: 0;
  background: #ffffff;
  color: #333333;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.3;
  box-shadow: none;
}
.woocommerce-checkout #customer_details input.input-text:focus,
.woocommerce-checkout #customer_details textarea:focus,
.woocommerce-checkout #customer_details select:focus {
  border-color: #0d317d;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 49, 125, 0.12);
}
.woocommerce-checkout #customer_details textarea {
  height: 90px;
  min-height: 90px;
}
.woocommerce-checkout .select2-container {
  width: 100% !important;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #d5dce4;
  border-radius: 0;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 14px;
  color: #333333;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.woocommerce-checkout #order_review table.shop_table {
  border: none;
  margin-bottom: 25px;
}
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  border-top: none;
  border-bottom: 1px solid #dbe8f0;
  padding: 14px 0;
  color: #333333;
}
.woocommerce-checkout #order_review table.shop_table th {
  color: #0d317d;
  font-weight: 700;
}
.woocommerce-checkout #order_review table.shop_table tfoot th,
.woocommerce-checkout #order_review table.shop_table tfoot td {
  font-weight: 700;
}
.woocommerce-checkout #payment {
  background: #f7fbfd;
  border-radius: 16px;
  border: 1px solid #e1edf5;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #dbe8f0;
}
.woocommerce-checkout #payment div.payment_box {
  background: #ffffff;
  color: #4d4d4d;
  border-radius: 10px;
}
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #ffffff;
}
.woocommerce-checkout #payment #place_order {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 20px !important;
  padding: 18px 30px !important;
}
@media all and (max-width: 768px) {
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout h3#order_review_heading,
  .woocommerce-checkout #order_review {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-right: 0 !important;
  }
  .woocommerce-checkout h3#order_review_heading {
    margin-top: 35px !important;
  }
}
@media all and (max-width: 576px) {
  .woocommerce-checkout #customer_details .form-row-first,
  .woocommerce-checkout #customer_details .form-row-last {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
}
.wpcf7-form textarea {
  min-height: 75px;
  height: 75px !important;
}
.wpcf7-form .submit-field input[type="submit"] {
  width: 100%;
  display: block;
  border-radius: 0;
  background: #f4f125;
  color: #0d317d;
  border: none;
  padding: 14px 25px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.wpcf7-form .submit-field input[type="submit"]:hover,
.wpcf7-form .submit-field input[type="submit"]:focus {
  background: #e5e20c;
  color: #0d317d;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  margin: -230px auto 0 auto;
}
.overlay .container p.test-description {
  color: #ffffff !important;
}
.overlay .container img.circle-leaf {
  margin-right: 20px;
}
.overlay .container .bullets {
  margin-top: 30px;
  /* Arrow bullet */
}
.overlay .container .bullets .test-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay .container .bullets .test-bullets li {
  position: relative;
  padding-left: 32px;
  /* space for arrow */
  margin-bottom: 14px;
}
.overlay .container .bullets .test-bullets li a {
  color: #fff;
  text-decoration: none;
}
.overlay .container .bullets .test-bullets li a:hover {
  color: #ccc;
}
.overlay .container .bullets .test-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2025/12/blue-right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .overlay .container {
    margin-top: 30px;
    padding: 30px !important;
  }
  .overlay .container h2 {
    font-size: 1.5em !important;
  }
}
.home-three-boxes {
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
  background-size: 100% 100%;
  /* ===============================
     HEX BOXES (flat-top + rounded)
     =============================== */
  /* draw the hex shape */
  /* keep text above the shape */
  /* your spacing rules */
}
.home-three-boxes p {
  font-size: 16px !important;
}
@media all and (max-width: 992px) {
  .home-three-boxes {
    padding-top: 180px !important;
  }
}
.home-three-boxes .middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 992px) {
  .home-three-boxes .middle {
    position: absolute;
    margin-top: 50px;
    height: 0px !important;
  }
}
.home-three-boxes .middle h2 {
  color: #0d2f83 !important;
  font-size: 2em !important;
}
.home-three-boxes .middle h6 {
  color: #37616f !important;
  text-align: center;
  text-transform: uppercase;
}
.home-three-boxes .topbox,
.home-three-boxes .bottombox {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.8;
  /* content layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 60px;
  padding-top: 90px;
  /* background handled by ::before */
  background: transparent;
  /* shadow on the box */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  /* hex fill color (drives ::before via currentColor) */
  color: #ffffff;
  /* IMPORTANT: goo filter rounds the corners */
  filter: url("#hexGoo");
}
.home-three-boxes .topbox::before,
.home-three-boxes .bottombox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  /* Perfect flat-top hex */
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 0;
}
.home-three-boxes .topbox > *,
.home-three-boxes .bottombox > * {
  position: relative;
  z-index: 1;
}
.home-three-boxes .topbox h3,
.home-three-boxes .bottombox h3 {
  color: #064870 !important;
  font-size: 1.6em !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}
.home-three-boxes .topbox {
  margin-bottom: 90px;
}
@media all and (max-width: 992px) {
  .home-three-boxes .topbox {
    margin-top: 330px;
  }
}
@media all and (max-width: 992px) {
  .home-three-boxes .left {
    margin-bottom: -150px !important;
  }
  .home-three-boxes .right {
    margin-top: -150px !important;
  }
}
.blue-gradient .container {
  padding: 50px 90px;
  /* Gradient */
  background: linear-gradient(to bottom, #0d317d 0%, #99c4d1 100%);
  /* Rounded corners */
  border-radius: 18px;
}
@media all and (max-width: 768px) {
  .blue-gradient .container {
    padding: 30px;
  }
}
.blue-gradient .container h2.form-h2 {
  color: #064870;
}
.why-testing .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  padding: 50px 90px;
  /* Gradient */
  background: linear-gradient(to bottom, #054770 0%, #99c4d1 100%);
  /* Rounded corners */
  border-radius: 18px;
}
.why-testing .container h2 {
  color: #fff;
}
.why-testing .container p {
  color: #fff !important;
}
.services .repeater-heading h3 {
  color: #064870;
  text-align: center;
}
.services .flex-repeater-cell {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  padding: 30px;
  border: 9px solid #fff;
  /* Gradient */
  background: linear-gradient(to bottom, #054770 0%, #99c4d1 100%);
  /* Rounded corners */
  border-radius: 18px;
  /* SERVICE ICON BASE STYLE */
  /* OPTIONAL: VARIATION CLASSES */
  /* MOBILE SCALING */
}
.services .flex-repeater-cell .feature-title h4 {
  color: #fff !important;
}
.services .flex-repeater-cell .feature-title i {
  display: block;
  font-size: 42px;
  color: #064870;
  transition: all 0.3s ease;
}
.services .flex-repeater-cell .feature-title.icon-accent i {
  color: #e55521;
}
@media all and (max-width: 576px) {
  .services .flex-repeater-cell .feature-title i {
    font-size: 34px;
    margin-bottom: 12px;
  }
}
.services .flex-repeater-cell p {
  color: #fff !important;
}
.process .repeater-heading h3 {
  color: #064870;
  text-align: center;
}
.services .repeater-heading h2 {
  font-size: 2.8em !important;
  margin-bottom: -20px;
}
.services .flex-repeater-cell {
  /* Title row */
  /* Icon */
  /* Description */
}
.services .flex-repeater-cell .feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 10px;
  /* Title text */
}
.services .flex-repeater-cell .feature-title h4 {
  margin: 0;
  line-height: 1.25;
  font-size: 1.2em !important;
  font-weight: 500;
}
.services .flex-repeater-cell .feature-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  /* prevents shrinking on small screens */
}
.services .flex-repeater-cell .feature-description {
  margin-top: 0.5rem;
}
.process .repeater-heading h2 {
  font-size: 2.8em !important;
}
.process .flex-repeater-cell {
  /* Title row */
  /* Icon */
  /* Description */
}
.process .flex-repeater-cell .feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
  /* Title text */
}
.process .flex-repeater-cell .feature-title h4 {
  margin: 0;
  line-height: 1.25;
  font-size: 1.3em !important;
  font-weight: 600;
  color: #494949;
}
.process .flex-repeater-cell .feature-icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  /* prevents shrinking on small screens */
}
.process .flex-repeater-cell .feature-description {
  margin-top: 0.5rem;
}
.cavitation h4,
.why-ultrasonic h4 {
  color: #064870;
}
.page-sampling-procedures .sampling h1 {
  text-align: center;
  margin-bottom: 30px;
}
.page-sampling-procedures .sampling h2 {
  color: #fff;
  padding: 20px 40px;
  margin-bottom: 30px;
  /* Gradient */
  background: linear-gradient(to bottom, #054770 0%, #99c4d1 100%);
  /* Rounded corners */
  border-radius: 18px;
}
.page-sampling-procedures .procedures ul {
  list-style: none;
  /* Remove default bullets */
}
.page-sampling-procedures .procedures li::before {
  content: "⬥";
  /* Unicode for a black medium diamond */
  color: #4c4c4c;
  /* Customize the diamond color */
  display: inline-block;
  width: 1.5em;
  margin-left: -1em;
  /* Position the diamond in the padding space */
  /* Additional styling for alignment */
  font-size: 0.6em;
  vertical-align: middle;
}
.page-sampling-procedures .procedures li {
  padding-bottom: 10px;
}
.page-sampling-procedures .protocol {
  --protocol-left: 30px;
  --icon-col: 28px;
  --icon-gap: 10px;
  /* Header row: force it to be the same height as the icon so alignment is perfect */
  /* Nested list under step 4 */
}
.page-sampling-procedures .protocol .protocol-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: var(--protocol-left);
}
.page-sampling-procedures .protocol .protocol-step {
  display: flex;
  align-items: flex-start;
  /* align icon to top of header row */
  gap: var(--icon-gap);
  margin-bottom: 12px;
}
.page-sampling-procedures .protocol .step-icon {
  width: var(--icon-col);
  flex: 0 0 var(--icon-col);
  display: flex;
  justify-content: center;
  margin-top: 2px;
  /* optical tweak; adjust 0–3px if needed */
}
.page-sampling-procedures .protocol .step-icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.page-sampling-procedures .protocol .step-content {
  flex: 1 1 auto;
  min-width: 0;
}
.page-sampling-procedures .protocol .step-header {
  display: flex;
  align-items: center;
  min-height: 24px;
  line-height: 1.2;
}
.page-sampling-procedures .protocol .step-body {
  margin-top: 4px;
}
.page-sampling-procedures .protocol ul.collect {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 0 0;
}
.page-sampling-procedures .protocol ul.collect li {
  position: relative;
  padding-left: 18px;
  margin: 6px 0;
}
.page-sampling-procedures .protocol ul.collect li::before {
  content: "⬥";
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 0.6em;
  color: #4c4c4c;
  /* replace with #yourColor if using plain CSS */
}
.page-sampling-procedures .protocol h4 {
  font-size: 1.4em !important;
  color: #4c4c4c;
  font-weight: 600;
  margin-left: var(--protocol-left);
}
.page-sampling-procedures .protocol .protocol-note {
  margin-left: var(--protocol-left);
}
.page-sampling-procedures .requirements p,
.page-sampling-procedures .requirements ul {
  margin-left: 30px;
}
.locations-section {
  padding: 50px 0;
}
.locations-section .container {
  max-width: 1400px;
}
.locations-section .locations-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.locations-section .location-row {
  padding: 24px 0;
  border-top: 1px solid rgba(13, 49, 125, 0.3);
}
.locations-section .location-row:last-child {
  border-bottom: 1px solid rgba(13, 49, 125, 0.3);
}
.locations-section h3 {
  margin: 0 0 6px;
  font-size: 1.2em;
  font-weight: 700;
  color: #0d317d;
}
.locations-section h4 {
  margin: 0 0 6px;
  font-size: 1.05em;
  font-weight: 700;
  color: #0d317d;
}
.locations-section p {
  margin: 0;
  line-height: 1.65;
  color: #333;
}
.locations-section span {
  color: #666;
  font-size: 0.95em;
}
.locations-section .location-info {
  text-align: left;
}
.locations-section .location-hours {
  text-align: center;
}
.locations-section .location-contact {
  text-align: right;
}
.locations-section .location-contact p {
  margin-bottom: 4px;
}
.locations-section .location-contact p:last-child {
  margin-bottom: 0;
}
.locations-section .location-contact strong {
  color: #0d317d;
}
.locations-section .location-contact a {
  color: #0d317d;
  text-decoration: underline;
}
.locations-section .location-contact a:hover,
.locations-section .location-contact a:focus {
  color: #081f4f;
}
@media all and (max-width: 768px) {
  .locations-section .locations-inner {
    max-width: 600px;
  }
  .locations-section .location-row {
    text-align: center;
    padding: 26px 0;
  }
  .locations-section .location-info,
  .locations-section .location-hours,
  .locations-section .location-contact {
    text-align: center;
    margin-bottom: 14px;
  }
  .locations-section .location-contact {
    margin-bottom: 0;
  }
}
.about-banner .about-banner-text {
  padding-right: 60px;
}
.about-banner .about-banner-text h4 {
  color: #4c4c4c !important;
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 1.4em !important;
}
.about-box .container h3,
.about-box .container p,
.about-box .container strong {
  color: #fff !important;
}
.about-box .container img.circle-leaf {
  margin-right: 20px;
}
.about-box .container .bullets {
  margin-bottom: 30px;
  /* Arrow bullet */
}
.about-box .container .bullets .check-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-box .container .bullets .check-bullets li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.5em;
}
.about-box .container .bullets .check-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2026/01/check-icon-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .about-box .container {
    margin-top: 30px;
    padding: 40px;
  }
  .about-box .container h2 {
    font-size: 1.5em !important;
  }
}
.required-testing h3,
.required-testing p {
  color: #fff !important;
}
.required-testing a.mybutton {
  margin-top: 30px;
}
.submission-guidelines p {
  margin-bottom: 1.5em;
}
.submission-guidelines p.verify {
  margin-bottom: 0 !important;
}
.submission-guidelines h3 {
  color: #064870;
  font-weight: 600;
  margin-bottom: 0.5em !important;
}
.submission-guidelines h5 {
  font-size: 1.4em !important;
  color: #4c4c4c;
}
.estimate-hero h4 {
  color: #064870;
}
.what-to-expect-title h2,
.what-to-expect-title h5 {
  text-align: center;
}
.estimate-what-to-expect .feature-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.estimate-what-to-expect .feature-title h4 {
  margin: 0;
  font-weight: 600;
  color: #0d2f83;
}
.estimate-what-to-expect .feature-icon {
  width: 38px;
  height: auto;
  flex-shrink: 0;
}
.estimate-what-to-expect .feature-description {
  margin-left: 0;
  margin-bottom: 25px;
  color: #555;
  line-height: 1.6;
}
.estimate-drop-off .drop-off-left {
  background: #fff;
  padding: 60px;
}
.estimate-2-across h2 {
  color: #064870;
}
@media all and (max-width: 992px) {
  .estimate-2-across .container .row .full-image {
    height: 600px;
  }
}
.estimate-2-across .container .row .full-content {
  padding: 60px;
}
