:root, [data-bs-theme=light] {
  --bs-primary: #f7941e;
  --bs-primary-rgb: 247,148,30;
  --bs-primary-text-emphasis: #633B0C;
  --bs-primary-bg-subtle: #FDEAD2;
  --bs-primary-border-subtle: #FCD4A5;
  --bs-secondary: #a4a4a4;
  --bs-secondary-rgb: 164,164,164;
  --bs-secondary-text-emphasis: #424242;
  --bs-secondary-bg-subtle: #EDEDED;
  --bs-secondary-border-subtle: #DBDBDB;
  --bs-success: #1ef787;
  --bs-success-rgb: 30,247,135;
  --bs-success-text-emphasis: #0C6336;
  --bs-success-bg-subtle: #D2FDE7;
  --bs-success-border-subtle: #A5FCCF;
  --bs-info: #1e81f7;
  --bs-info-rgb: 30,129,247;
  --bs-info-text-emphasis: #0C3463;
  --bs-info-bg-subtle: #D2E6FD;
  --bs-info-border-subtle: #A5CDFC;
  --bs-danger: #f7271e;
  --bs-danger-rgb: 247,39,30;
  --bs-danger-text-emphasis: #63100C;
  --bs-danger-bg-subtle: #FDD4D2;
  --bs-danger-border-subtle: #FCA9A5;
  --bs-body-color: #404041;
  --bs-body-color-rgb: 64,64,65;
  --bs-secondary-color: rgba(64,64,65,0.75);
  --bs-secondary-color-rgb: 64,64,65,0.75;
  --bs-tertiary-color: rgba(64,64,65,0.5);
  --bs-tertiary-color-rgb: 64,64,65,0.5;
  --bs-body-font-family: Helvetica;
  --bs-body-font-size: 1.1rem;
  --bs-body-font-weight: 200;
  --bs-body-line-height: 1.6;
  --bs-link-color: #f7941e;
  --bs-link-color-rgb: 247,148,30;
  --bs-link-hover-color: #f8a747;
  --bs-link-hover-color-rgb: 248,167,71;
  --bs-focus-ring-color: #f7941e40;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f7941e;
  --bs-btn-border-color: #f7941e;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F8A440;
  --bs-btn-hover-border-color: #F89F34;
  --bs-btn-focus-shadow-rgb: 37,22,5;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F9A94B;
  --bs-btn-active-border-color: #F89F34;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f7941e;
  --bs-btn-disabled-border-color: #f7941e;
}

.btn-outline-primary {
  --bs-btn-color: #f7941e;
  --bs-btn-border-color: #f7941e;
  --bs-btn-focus-shadow-rgb: 247,148,30;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f7941e;
  --bs-btn-hover-border-color: #f7941e;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f7941e;
  --bs-btn-active-border-color: #f7941e;
  --bs-btn-disabled-color: #f7941e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7941e;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #a4a4a4;
  --bs-btn-border-color: #a4a4a4;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #B2B2B2;
  --bs-btn-hover-border-color: #ADADAD;
  --bs-btn-focus-shadow-rgb: 25,25,25;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #B6B6B6;
  --bs-btn-active-border-color: #ADADAD;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #a4a4a4;
  --bs-btn-disabled-border-color: #a4a4a4;
}

.btn-outline-secondary {
  --bs-btn-color: #a4a4a4;
  --bs-btn-border-color: #a4a4a4;
  --bs-btn-focus-shadow-rgb: 164,164,164;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #a4a4a4;
  --bs-btn-hover-border-color: #a4a4a4;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #a4a4a4;
  --bs-btn-active-border-color: #a4a4a4;
  --bs-btn-disabled-color: #a4a4a4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #a4a4a4;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #1ef787;
  --bs-btn-border-color: #1ef787;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #40F899;
  --bs-btn-hover-border-color: #34F893;
  --bs-btn-focus-shadow-rgb: 5,37,20;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #4BF99F;
  --bs-btn-active-border-color: #34F893;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #1ef787;
  --bs-btn-disabled-border-color: #1ef787;
}

.btn-outline-success {
  --bs-btn-color: #1ef787;
  --bs-btn-border-color: #1ef787;
  --bs-btn-focus-shadow-rgb: 30,247,135;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #1ef787;
  --bs-btn-hover-border-color: #1ef787;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #1ef787;
  --bs-btn-active-border-color: #1ef787;
  --bs-btn-disabled-color: #1ef787;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1ef787;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #1e81f7;
  --bs-btn-border-color: #1e81f7;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #4094F8;
  --bs-btn-hover-border-color: #348EF8;
  --bs-btn-focus-shadow-rgb: 5,19,37;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #4B9AF9;
  --bs-btn-active-border-color: #348EF8;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #1e81f7;
  --bs-btn-disabled-border-color: #1e81f7;
}

.btn-outline-info {
  --bs-btn-color: #1e81f7;
  --bs-btn-border-color: #1e81f7;
  --bs-btn-focus-shadow-rgb: 30,129,247;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #1e81f7;
  --bs-btn-hover-border-color: #1e81f7;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #1e81f7;
  --bs-btn-active-border-color: #1e81f7;
  --bs-btn-disabled-color: #1e81f7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1e81f7;
}

.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f7271e;
  --bs-btn-border-color: #f7271e;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F84740;
  --bs-btn-hover-border-color: #F83D34;
  --bs-btn-focus-shadow-rgb: 37,6,5;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F9524B;
  --bs-btn-active-border-color: #F83D34;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f7271e;
  --bs-btn-disabled-border-color: #f7271e;
}

.btn-outline-danger {
  --bs-btn-color: #f7271e;
  --bs-btn-border-color: #f7271e;
  --bs-btn-focus-shadow-rgb: 247,39,30;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f7271e;
  --bs-btn-hover-border-color: #f7271e;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f7271e;
  --bs-btn-active-border-color: #f7271e;
  --bs-btn-disabled-color: #f7271e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7271e;
}
.text-right{
  text-align: right !important;
}
.text-left{
  text-align: left !important;
}

@media (max-width: 576px) {
  body {
    padding-top: 100px;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 75px;
  }
}

h1, .h1 {
  font-weight: 600;
  text-transform: uppercase;
}
.s1 {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(2.3rem + 1.5vw);
  margin-bottom: 1rem;
}

h4, .h4 {
  font-weight: 600;
}
.s4 {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: calc(1.275rem + .3vw);
  line-height: calc(2.3rem + 1.5vw);
  margin-bottom: 1rem;
}

h3, .h3 {
  font-weight: 600;
}
.s3 {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: calc(1.3rem + .6vw);
  line-height: calc(2.3rem + .6vw);
  margin-bottom: 1rem;
}

h6, .h6 {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bs-gray-500);
  display: block;
  font-size: 1.1rem;
}
.s6{
  width:100%;
  display:block;
  font-weight:600;
  text-transform:uppercase;
  color:var(--bs-gray-500);
  font-size: 1.1rem;
  line-height: 2.1rem;
}

h2, .h2 {
  font-size: 2.1rem;
  text-transform: uppercase;
}
.s2{
  width:100%;
  display:block;
  text-transform:uppercase;
  font-size: 2.1rem;
  line-height: 2.2rem;
}

.s5{
    width:100%;
    display:block;
    font-size: 1.25rem;
    line-height: 2.3rem;
}

.form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid var(--bs-primary);
}

.form-control:focus {
  border-color: #f7941e40;
  outline: 0;
  box-shadow: 0 0 0 .25rem #f7941e40;
}

.form-label {
  margin-top: .5rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.input-group-prepend {
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--bs-primary);
  border-radius: 0px;
}

.input-group-append {
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--bs-primary);
  border-radius: 0px;
}

.input-group-text {
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--bs-primary);
  border-radius: 0px;
}

select.form-control {
  cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-primary);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.progress-bar {
  background-color: var(--bs-primary);
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: var(--bs-success);
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: var(--bs-info) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: var(--bs-warning) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: var(--bs-danger) !important;
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #fbd5a7;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #f7ddbe;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #f1a64c;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #edb069;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #9dc0ea;
  --bs-table-border-color: #8facd0;
  --bs-table-striped-bg: #9dc0ea;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #7cabe4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #8abbf5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

:root :where(a:where(:not(.wp-element-button))){
  text-decoration:none;
}
:root :where(a:where(:not(.wp-element-button))):hover{
  color:var(--bs-primary);
}

.modal .close {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.modal .close:hover {
  color: var(--bs-primary);
}

.cta-btn {
  background-color: #f39c12;
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
}

.cta-btn:hover {
  background-color: #e67e22;
}

nav .navBrand img {
  width: 200px;
}

@media (max-width: 480px) {
  nav .navBrand img {
    width: 125px;
  }
}

nav {
  width: 100%;
  background: white;
}

@media (max-width: 576px) {
  nav {
    position: fixed;
    top: 0px;
    z-index: 999;
  }
}

nav .navBrand {
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .navBrand a {
  color: var(--bs-body-color);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
}

@media (max-width: 480px) {
  nav .navBrand a {
    font-size: 0.75rem;
    font-weight: 400;
  }
}

nav .navLinks {
  display: flex;
  align-items: center;
  list-style: none;
  max-width: 1100px;
  margin: auto;
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 576px) {
  nav .navLinks {
    display: none;
    max-height: 100vh;
    overflow: auto;
  }
}

.navLinksParent {
  background: linear-gradient(127deg,#404041 0,#57585b 50%,#404041 100%),#57585b;
  width: 100%;
  top: 0px;
  z-index: 999;
  position:relative;
}

nav .navLinks li a {
  transition: background,color 0.1s linear;
  cursor: pointer;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 7px;
  color: inherit;
  background: inherit;
  text-decoration: none;
}

nav .navLinks li:hover {
  background: var(--bs-light);
  color: var(--bs-dark);
}

nav .navLinks .brandLogo img {
  width: 28px;
  display: none;
  animation: brandLogo 0.4s linear;
}

@keyframes brandLogo {
  0% {
    opacity: 0;
    transform: rotateX(40deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.carousel{
  height:80vh;
}

.carousel-item {
  overflow: hidden;
  max-height: 80vh;
}

nav .navLinks li.brandLogo:hover {
  background: initial;
  color: initial;
}

.carousel-item img {
  height: 80vh;
  object-fit: cover;
  object-position: center center;
}

.carousel-item video {
  height: 80vh;
  width: 100%;
  border: none;
  object-fit: cover;
  object-position: bottom;
}

@media screen and (max-width: 500px){

  .carousel-item video {
    height: auto;
    object-fit:unset;
    object-position:unset;
  }

  header.wp-block-ed-slide-header-full .carousel{
    height: auto;
  }

  header.wp-block-ed-slide-header-full{
    padding-top:76px;
  }

}

.service-wrap {
  display:block;
  border-radius: 20px;
  position: relative;
  height: 250px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-wrap img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  left: 0;
  width: 100%;
  height: 255px;
}

.service-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #f7941ec0;
  opacity: 0;
}

.service-wrap:hover::before {
  opacity: 0.7;
  transition: 0.4s;
}

.service-title {
  width: 90%;
  height: max-content;
  position: absolute;
  max-height: 30px;
  margin-top: -5px;
  transition: 0.3s;
  left: 50%;
  color: white;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
  white-space: normal;
}

.service-wrap:hover .service-title {
  max-height: 100%;
  transition: 0.4s;
}

.service-wrap:hover .service-title p {
  opacity: 1;
  transition: 0.4s;
  transform: translateY(0);
}

.service-title p {
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 0.9rem;
  transform: translateY(-40px);
  margin-top: 20px;
  opacity: 0;
  z-index: 3;
}

.service-title p::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.service-title h3 {
  font-weight: 600;
  font-size: 1.4rem;
}

.service-wrap:hover img {
  filter: brightness(70%) grayscale(20%) sepia(0%);
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1100px;
  }
}

.sxs img {
  object-fit: cover;
  transition: 1s;
  object-position: center;
  max-height: 350px;
  border-radius: 10px;
}

nav .navBrand .navToggle {
  display: none;
  color: white;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 20px;
  vertical-align: top;
}

@media (max-width: 576px) {
  nav .navBrand .navToggle {
    display: inline-block;
  }
}

@media (max-width: 576px) {
  .navLinksParent {
    position: relative !important;
  }
}

@media (max-width: 576px) {
  nav .navLinks li.brandLogo {
    display: none !important;
  }
}

nav .navLinks li.brandLogo a {
  padding: 0px;
  margin-right: 10px;
}

.sxs {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.btn.btn-primary {
  color: white;
}

.btn-block {
  display: block;
  width: 100%;
}

.sxs .imageContainer.padded {
  padding: 5em;
}

@media (max-width: 576px) {
  .sxs .imageContainer.padded {
    padding: 2em;
  }
}

.sxs.imageRight {
  text-align: right;
}

.sxs .textContainer {
  max-width: 350px;
}
@media screen and (max-width:765px){
  max-width:none;
}

.servicesContainer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.bannerSection img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 280px;
}

.bannerSection > div {
  background: var(--bs-dark);
  display: flex;
  position: relative;
  height: 280px;
}

.bannerSection > div .imageContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.bannerSection > div .textContainer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  left: 0px;
  z-index: 3;
  background: linear-gradient(90deg, rgba(33,37,41,0) 0%, rgba(33,37,41,0.84) 54%, rgba(33,37,41,0.82));
  top: 0px;
  bottom: 0px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 10vw;
  padding-right: 10vw;
  color: white;
}

.bannerSection > div .textContainer > div {
  width: 100%;
  max-width: 1100px;
  text-align: right;
}

@media (max-width: 576px) {
  .bannerSection > div .textContainer {
    background: linear-gradient(90deg, rgba(33,37,41,0) 0%, rgba(33,37,41,0.84) 34%, rgba(33,37,41,0.82));
  }
}

.reccomendedPane {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.postCard h5 {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 600;
  transition: color 0.3s linear;
}

.postCard img {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.postCard .postDate {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-primary);
}

span.more {
  display: block;
  font-weight: 600;
  color: var(--bs-primary);
  font-size: 1rem;
  width: fit-content;
  transition: color 0.3s linear;
}

span.more a {
  color: inherit;
  text-decoration: none;
}

span.more::after {
  content: '\276F';
  display: inline-block;
  font-size: 100%;
  font-weight: 900;
  margin-left: 5px;
  position: relative;
  bottom: 0px;
}

.postCard p {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--bs-secondary);
  transition: color 0.3s linear;
}

.postCard::before {
  content: 'Read More';
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  position: absolute;
  background: rgba(247,148,30,0.25098039215686274);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.postCard {
  display:block;
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}

.postCard:hover::before {
  opacity: 1;
}

.postCard:hover h5 {
  color: var(--bs-primary);
}

.postCard:hover p {
  color: var(--bs-body-color);
}

.postCard:hover .more {
  color: var(--bs-body-color);
}

.reccomendedPane .container {
  margin-top: 3rem;
}

footer {
  background: var(--bs-light-bg-subtle);
}

footer p.footerSummary {
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  color: var(--bs-secondary);
  font-size: 1rem;
}

footer .copyright {
  font-size: 0.77rem;
}

footer .list-inline {
  font-size: 0.9rem;
  color: var(--bs-body-color);
}

.genericPageHeader {
  position: relative;
  min-height: 70vh;
}

.genericPageHeader img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}

.genericPageHeader > div {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannerSection {
}

.contact-band {
  padding-top: 4rem;
  color: var(--bs-body-color);
  padding-bottom: 4rem;
}

.contact-band a {
  text-decoration: none;
  color: var(--bs-primary);
  font-weight: 600;
}

.contact-band h5 {
  margin-top: 1rem;
  margin-bottom: 0.1rem;
}

.contact-band .formContain {
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 1px 1px 20px rgba(60,60,60,0.3);
}

hr {
  border: none;
  background: var(--bs-primary);
  height: 2px;
  opacity: 0.7;
}

.contact-band .textContainer {
  padding-top: 2rem;
  padding-left: 1.4rem;
}

form .form-control {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.parralaxPageHeader {
  min-height: 70vh;
  background-image: url('/assets/img/pexels-photo-631522.jpeg');
  background-position: center;
  background-size: cover;
}

.parralaxPageHeader .container .row {
  min-height: 70vh;
}

.parralaxPageHeader .textContainer {
  max-width: 450px;
  color: white;
  text-shadow: 1px 1px 5px rgba(60,60,60,1);
}

.parralaxPageHeader .textContainer .btn {
  text-shadow: none;
}

.parralaxPageHeader > div {
  width: 100%;
  min-height: 70vh;
  background: linear-gradient(45deg, rgba(247,148,30,0.67) 0%, rgba(30,30,30,0.67));
}

.parralaxPageHeader.hasVideo > div {
  position:relative;
  overflow:hidden;
  width:100%;
}
.parralaxPageHeader.hasVideo > div > video{
  position: absolute;
  object-position:center;
  object-fit:cover;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .parralaxPageHeader.hasVideo > div > video {
      width:100%;
      height:100%;
  }
}

@media screen and (min-width: 1800px) {
  .parralaxPageHeader.hasVideo > div > video {
    top:-15vw;
  }
}

.parralaxPageHeader.hasVideo > div > div{
  position: relative;
  z-index: 4;
  justify-content:center;
  width:100%;
  max-width:none;
  background: linear-gradient(45deg, rgba(247,148,30,0.67) 0%, rgba(30,30,30,0.67));
}

.parralaxPageHeader.hasVideo > div > div > div{
  width:100%;
  max-width:1100px;
}

.parralaxPageHeader > div > div {
  min-height: 70vh;
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.pageTitle {
  padding-left: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 1rem;
}

.subServiceExplainer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.subServiceWidget {
  display: flex;
  align-items: center;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(60,60,60,0.3);
  background: linear-gradient(151deg, white 52%, rgba(247,148,30,0.22) 100%);
}

.subServiceWidget .idDisp{
  display: none;
}

.subServiceWidget .tabs {
  list-style: none;
  padding: 0;
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.subServiceWidget .subServiceContentContainer {
  position: relative;
  overflow-y: auto;
  width: 80%;
  height: 500px;
}

.subServiceWidget .tabs li span.targetID {
  display: none;
}
.subServiceWidget .tabs li {
    border-top: 1px solid #aaa;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    padding-right: 10px;
    text-align: right;
    color: var(--bs-primary);
    transition: 0.2s;
  }

  .subServiceWidget .subServiceContentContainer > div {
    opacity: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    transition: opacity 0.3s linear;
  }

  .subServiceWidget .tabs li:first-child {
    border-top-left-radius: 10px;
    border-top: none;
  }

  .subServiceWidget .tabs li:last-child {
    border-bottom-left-radius: 10px;
  }

  .subServiceWidget .tabs li:hover {
    color: white;
    background: var(--bs-primary);
  }

  .subServiceWidget .tabs li.active {
    color: white;
    background: var(--bs-primary);
  }

  .subServiceWidget .subServiceContentContainer > div.active {
    opacity: 1;
    z-index: 2;
  }

  .subServiceWidget .tabs li:hover::after {
    content: '';
    display: block;
    border: 12px solid transparent;
    border-left: 12px solid var(--bs-primary);
    position: absolute;
    right: -24px;
    z-index: 99;
    top: 10px;
  }

  .subServiceWidget .tabs li.active::after {
    content: '';
    display: block;
    border: 12px solid transparent;
    border-left: 12px solid var(--bs-primary);
    position: absolute;
    right: -24px;
    z-index: 99;
    top: 10px;
  }

  ol {
    counter-reset: item;
    list-style: none;
  }

  ol li::before {
    margin-right: 10px;
    content: counter(item);
    color: var(--bs-primary);
    display: inline-block;
    font-weight: 600;
  }

  ol li {
    counter-increment: item;
  }

  .collapseContainer .btn {
    position: relative;
    width: 100%;
    border-radius: 0px;
    text-align: left;
  }

  .collapseContainer .collapse, .collapseContainer .collapsing {
    padding: 10px;
    transition: all 0.2s linear;
  }

  .collapseContainer {
    background: var(--bs-light-bg-subtle);
  }

  .collapseContainer .btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 17%;
    right: 10px;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotateZ(135deg) rotateY(180deg) rotateX(180deg) translateY(5px) translateX(-8px);
    transition: transform 0.5s linear;
  }

  .collapseContainer .btn[aria-expanded="false"]::after {
    transform: rotateZ(135deg);
  }

  .collapseContainer {
    margin-bottom: 2rem;
  }

  .genericBlogHeader > div {
    max-width: 1100px;
    margin: auto;
  }

  .genericBlogHeader .sxs{
    padding-left: 10px;
    padding-right: 10px;
  }

  .genericBlogHeader .sxs .textContainer {
    max-width: none;
  }

  .genericBlogHeader .sxs .textContainer .postDate {
    font-size: 0.95rem;
    margin-top: 0px;
    display: block;
    color: var(--bs-secondary);
  }

  article {
    max-width: 1100px;
    padding: 1rem;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  article span.postDetails {
    display: block;
  }

  article span.postDetails svg {
    color: var(--bs-primary);
    margin-right: 8px;
  }

  article span.postDetails a {
    display: inline-block;
    color: var(--bs-primary);
    background: var(--bs-body-color);
    padding-left: 0.5rem;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    padding-right: 0.5rem;
    border-radius: 5px;
    font-size: 0.9rem;
  }

  article .contentSection {
    padding-top: 2rem;
  }

  .alignright {
    float: right;
    margin: 20px;
  }

  a:hover {
    color: var(--bs-primary);
  }

  body, p, ol, ul, li {
    font-size: calc(0.8rem + 0.2vw);
  }

  @media (max-width: 576px) {
    .subServiceWidget .tabs li {
      font-size: calc(0.5rem + 0.5vw);
    }
  }

  nav .navLinks li.dropdown ul {
    cursor: pointer;
    display: none;
    animation: dropDownNav 0.2s linear;
    text-align: left;
    position: absolute;
    min-width: 255px;
    list-style: none;
    padding: 10px;
    padding-left: 15px;
    background: white;
    color: var(--bs-dark-text-emphasis);
    z-index: 4;
  }

  @keyframes dropDownNav {
    0% {
      opacity: 0.5;
      clip-path: inset(0 0 100% 0);
    }
    100% {
      opacity: 1;
      clip-path: inset(0 0 0 0);
    }
  }

  nav .navLinks li {
    position: relative;
  }

  nav .navLinks li.dropdown ul li a {
    padding: 0px;
  }

  nav .navLinks li.dropdown:hover ul {
    display: block;
  }

  @media (max-width: 576px) {
    nav .navLinks li.dropdown ul {
      display: block;
      position: relative;
      background: initial;
      color: inherit;
      padding-left: 30px;
      padding-top: 0;
      width: initial;
      padding-bottom: 0px;
    }
  }

  .imageBanner {
    background-image: url("/assets/img/chilliwack-abbotsford-hydrovac-truck.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .imageBanner > div {
    display: flex;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgba(103,89,73,0.78);
    align-items: center;
    justify-content: center;
  }

  .imageBanner > div > div.textContainer {
    max-width: 1100px;
    width: 100%;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    padding: 1rem;
  }

  .serviceHighlights {
    position: relative;
    height: 0px;
    display: flex;
    margin: 0px;
    padding: 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .serviceHighlights > div {
    display: flex;
    position: absolute;
    padding: 1.2rem;
    color: white;
    top: -4rem;
    background: linear-gradient(180deg, var(--bs-secondary-text-emphasis) 0%, var(--bs-light-text-emphasis) 99%);
    border-radius: 10px;
    width: 100%;
    max-width: 1100px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.32);
    align-items: center;
    justify-content: center;
    z-index: 22;
  }

  .serviceHighlight {
    padding-right: 2rem;
    padding-left: 2rem;
    width:100%;
    max-width: 250px;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    position: relative;
  }

  .serviceHighlight svg {
    font-size: 50px;
    color: white;
  }

  .serviceHighlight:last-child::after {
    display: none;
  }

  .serviceHighlight p {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .serviceHighlight::after {
    content: '';
    display: block;
    height: 50%;
    width: 2px;
    background: var(--bs-primary);
    position: absolute;
    top: 25%;
    right: 0px;
  }

  @media (max-width: 850px) {
    .serviceHighlights {
      display: none;
    }
  }

  nav .navBrand a:hover {
    color: var(--bs-primary);
  }

  .btn {
    --bs-btn-font-size: calc(0.8rem + 0.15vw);
  }

  .btn-group-lg > .btn, .btn-lg {
    --bs-btn-font-size: calc(1rem + 0.1vw);
  }

  .btn-group-sm > .btn, .btn-sm {
    --bs-btn-font-size: calc(0.65rem + 0.1vw);
  }

.wp-block-image.aligncenter{
  width: fit-content;
  display: table;
  margin: auto;
}

.wp-block-image figcaption{
  font-size:80%;
  color: var(--bs-dark-text-emphasis);
  width:100%;
}

footer img.footerImg{
  width:80%;
  max-width: 394px;
}

html::-webkit-scrollbar {
  width: 13px;
}

html::scrollbar {
  width: 13px;
}

html::scrollbar-thumb {
  background: var(--bs-primary);
}

html::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
}

html::scrollbar-thumb:hover {
  background: #333;
  border: 2px solid #333;
}

html::-webkit-scrollbar-thumb:hover {
  background: #333;
  border: 2px solid #333;
}

/*-----------------------------*/

/* Modal overlay */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

/* Modal box */
.custom-modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.custom-modal-content h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #222;
}

/* Form fields */
.input-group {
  position: relative;
  margin-bottom: 1rem;
}

.input-group input {
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem; /* space for icon */
  border: 2px solid #ddd;
  border-radius: 8px !important;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
}

.input-group input:focus {
  border-color: #f7941e; /* blue accent */
}

.input-group svg {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: #888;
}

/* Buttons */
.modal-buttons {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
}

.modal-buttons button {
  flex: 1;
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.modal-buttons button[type=submit] {
  background: #f7941e;
  color: #fff;
  font-weight: 600;
}

.modal-buttons button[type=submit]:hover {
  background: #F8A440;
}

.modal-buttons #closeModal {
  background: #f1f1f1;
  color: #333;
}

.modal-buttons #closeModal:hover {
  background: #e0e0e0;
}

.form-step {
  display: none;
}
.form-step.active {
  display: block;
}

/* Textarea styling */
.input-group textarea {
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem; /* no icon space needed */
  border: 2px solid #ddd;
  border-radius: 8px !important;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  outline: none;
  resize: vertical; /* allow vertical resize only */
  min-height: 100px; /* can adjust if you want a different default height */
  transition: border 0.2s;
}

.input-group textarea:focus {
  border-color: #f7941e;
}

/* Optional: placeholder styling to match inputs */
.input-group textarea::placeholder {
  color: #888;
  font-size: 1rem;
}


