:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}
.wp-site-blocks {
  overflow: hidden;
}
header {
  background-color: var(--wp--preset--color--dkt-contrast-dark);
}
header.wp-block-template-part > :not(div.header-bar):first-child {
  display: none;
}
.hero-bg {
  object-fit: cover;
  position: fixed !important;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
  opacity: 0.2;
  bottom: 0;
}
.hero-bg video {
  object-fit: cover;
  min-height: 100%;
}

.navbar-menu-btn {
  height: 32px;
  position: relative;
  width: 28px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
.navbar-menu-btn div,
.navbar-menu-btn div::before,
.navbar-menu-btn div::after {
  height: 3px;
  width: 28px;
  background-color: var(--wp--preset--color--dkt-contrast-light);
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s ease-in;
}
.navbar-menu-btn div {
  position: absolute;
  margin-top: 20px;
  cursor: pointer;
}
.navbar-menu-btn div::before {
  content: "";
  position: absolute;
  top: -8px;
}
.navbar-menu-btn div::after {
  content: "";
  position: absolute;
  top: 8px;
}

.navbar-menu-btn.open div {
  width: 0;
}
.navbar-menu-btn.open div::before {
  transform: rotate(45deg) translateY(15px) translateX(-4px);
}
.navbar-menu-btn.open div::after {
  transform: rotate(-45deg) translateY(-15px) translateX(-4px);
}
.header-bar {
  width: 100% !important;
  height: 120px;
  background-color: transparent !important;
  transition: 0.6s;
}

.header-bar.small {
  height: 100px;
  background-color: rgba(0, 35, 51, 0.94) !important;
  transition: 0.6s;
}

.nav-menu {
  position: fixed !important;
  top: 120px;
  z-index: 99;
  border: 1px solid var(--wp--preset--color--dkt-contrast-light);
  border-radius: 10px;
  max-width: 80%;
  background-color: rgba(0, 35, 51, 0.94) !important;
  overflow: hidden !important;
  display: none;
  justify-content: center;
  align-items: center;
}
/* 
.nav-menu.small {
  top: 100px;
  background-color: rgba(0, 35, 51, 0.94) !important;
} */

.show-menu {
  animation: fadeInAnimation ease 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  display: flex;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    height: 0px;
  }
  20% {
    opacity: 0;
    height: 0px;
  }
  100% {
    opacity: 1;
    height: 220px;
  }
}
.header-nav h2 a {
  text-decoration: none;
}

.bod-block-popup-wrap .bod-block-popup.slide-down {
  animation-duration: 0.6s;
  border: 1px solid var(--wp--preset--color--dkt-contrast-light);
  overflow: hidden;
}
.bod-block-popup-wrap button.bod-block-title-closer {
  color: var(--wp--preset--color--dkt-contrast-light);
  cursor: pointer;
}
.bod-block-popup-wrap button.bod-block-title-closer:not(:hover):not(:active) {
  color: var(--wp--preset--color--dkt-contrast-light);
}

.bod-block-popup-wrap button.bod-block-title-closer:hover {
  transform: scale(1.05);
  color: var(--wp--preset--color--dkt-contrast-light);
}

.wp-block-cb-carousel .slick-next:before,
.wp-block-cb-carousel .slick-prev:before {
  color: var(--wp--preset--color--dkt-white) !important;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: var(--wp--preset--color--dkt-white) !important;
}

.justify-content-space-evenly {
  justify-content: space-evenly !important;
}

footer {
  margin: 0;
}

.service-card {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: auto;
  /* background-position: center;
  background-size: cover; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
}

/* .service-card:hover {
  box-shadow: 0 0 0 200px #000000a3 inset;
} */

.service-card p {
  position: absolute;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.service-card:hover p {
  box-shadow: 0 0 0 500px #000000a3 inset;
}
.service-card a {
  opacity: 1;
  text-decoration: none;
  transform: scale(0);
  transition: 0.8s;
  font-size: 1.5rem;
  color: #fff;
}

.service-card:hover a {
  opacity: 1;
  transform: scale(1);
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--dkt-white);
}

.center-aligned {
  margin: 0 auto !important;
}
@media only screen and (max-width: 600px) {
  .footer-social {
    justify-content: center !important;
  }
}
