@charset "UTF-8";
/* CSS Document */

a.apply-button {
  border: 1px solid #009bdf;
  padding: 8px 16px;
}
.inspector a.button,
a.apply-button {
  background: #ffffff;
  border-color: #009bdf;
  color: #009bdf;
}
.inspector a.button:hover,
a.apply-button:hover {
  background: #009bdf;
  border-color: #009bdf;
  color: #fff;
}
.booking-form-container
  .booking-services-wrapper
  .booking-services
  .service-item
.booking-form-container
  .booking-services-wrapper
  .booking-services
  .service-item{
  z-index: -1 !important;
}
.service-full-content .service-info-text {
  padding: 0;
  border: 0;
}
.service-full-content .service-info-text li,
.service-full-content .service-info-text p {
  color: #333;
  font-size: 15px;
}
.service-full-content .service-full-title {
  font-size: 29px;
}
.booking-services .service-item .service-book-btn{
  z-index: 2 !important;
}
.service-full-content .service-full-column.content-column {
  padding: 0 60px;
}
.service-full-content .service-info-text li,
.service-full-content .service-info-text p {
  color: #333;
  font-size: 15px;
}
.brand-logo {
  margin: 30px 0;
}
.brand-logo img {
  max-height: 60px;
  max-width: 100%;
}
.services-grid .service-item:hover {
  background: #3f8fcd;
}
.brand-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.brand-carousel p {
  font-size: 16px;
}
.brand-logo {
  margin: 30px 0;
}
.overlay {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  position: absolute;
  z-index: -1;
  min-height: 380px;
}
.corporateBlue h3,
.corporateBlue h2,
.corporateBlue p {
  color: #009bdf !important;
  font-weight: 400 !important;
}
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText h5,
.whiteText p {
  color: #ffffff !important;
}
.home .overlay,
.page-id-87 .overlay,
.page-id-99 .overlay,
.page-id-96 .overlay {
  opacity: 0;
}
.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.bettaGroupHome .bookNow {
  display: none;
}
.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.hero-image {
  flex: 1;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

.text-content {
  text-align: left;
  padding: 50px 80px 10px 80px;
  flex: 1;
}

a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  border: 2px solid #009bdf;
  color: #009bdf;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
}

.btn {
  background-color: none;
  color: #009bdf;
  border: 1px solid #009bdf;
}

.btn:hover {
  background-color: #009bdf;
  color: #fff;
  border: 1px solid #009bdf;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  opacity: 0.7;
}

.dot.active {
  background-color: #0073aa;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 4fr));
  gap: 20px;
}
.services-grid .service-item {
  padding: 30px 15px;
  text-align: center;
  background: #deebf5;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  min-height: 300px;
}

.services-grid .service-item h3,
.services-grid .service-item p,
.services-grid .service-item h2,
.fromTxt,
.fromPrice {
  color: #3f8fcd;
}
.services-grid .service-item:hover h2,
.services-grid .service-item:hover p,
.services-grid .service-item:hover .fromTxt,
.services-grid .service-item:hover .fromPrice {
  color: #ffffff !important;
}
.services-grid .service-item.betta-asbestos-consultancy:after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.5;
  background-image: url("https://www.bettagroup.co.nz/wp-content/uploads/2025/03/BG-BA-Icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.services-grid .service-item.betta-property-compliance:after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0.5;
  background-image: url(https://www.bettagroup.co.nz/wp-content/uploads/2025/03/BG-BPC-Icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.services-grid .service-item.betta-inspect-it:after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.5;
  background-image: url("https://www.bettagroup.co.nz/wp-content/uploads/2025/03/BG-BII-Icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.service-button {
  background: none;
  border: 2px solid #3f8fcd;
  color: #3f8fcd;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 8px 10px;
}
.services-grid .service-item:hover .service-button {
  background: none;
  border: 2px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 8px 10px;
}
.services-grid .service-item:hover .service-button:hover {
  background: #fff;
  border-color: #fff !important;
  color: #3f8fcd;
}
.services-grid .service-item h2 {
  font-size: 32px !important;
  line-height: 36px !important;
  height: 130px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #3f8fcd;
}
.fromPrice {
  font-size: 40px;
  font-weight: 700;
  z-index: 999;
}
.services-grid .service-item h3 {
  font-size: 30px;
}
h2.fromTxt {
  font-size: 18px;
  z-index: 999;
}
.buttonContainer {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  z-index: 9999999;
}

.Guides div {
  background: red;
  display: block;
  z-index: 99999999;
  position: absolute;
}
.vGuideA {
  left: 50px;
  height: 1000%;
  width: 1px;
}
.vGuideB {
  left: 250px;
  height: 1000%;
  width: 1px;
}
.vGuideC {
  right: 50px;
  height: 1000%;
  width: 1px;
}
.hGuideA {
  left: 0px;
  top: 80px;
  height: 1px;
  width: 100%;
}
.hGuideB {
  left: 0px;
  top: 120px;
  height: 1px;
  width: 100%;
}
.hGuideB {
  left: 0px;
  top: 155px;
  height: 1px;
  width: 100%;
}
.hGuideC {
  left: 0px;
  top: 200px;
  height: 1px;
  width: 100%;
}

#otherSitesNav {
  display: none;
}
#page .site-content {
}
.seperatorDash {
  width: 30px;
  height: 2px;
  margin: 0px 0 40px 0;
  background: #009bdf;
}
.slide-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  background: #cfe3f2;
}
.inspectorInfoWindow ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
h3.inspectorRegion {
  margin: 0 0 20px 0 !important;
}
ul.inspectorsListing a {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none !important;
}
ul.inspectorsListing p {
  text-transform: uppercase;
}

.inspectorInfoWindow li {
  margin: 0px 0;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.inspectorInfoWindow h3 {
  font-size: 18px;
  margin: 0 !important;
  padding: 0 !important;
}
h3.inspectorRegion {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
h3.inspectorRegion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.gm-style-iw-chr {
  position: absolute;
  right: 0;
  top: 0;
}
.inspectorInfoWindow {
  margin-top: 20px;
}
ul.inspectorsListing {
  padding: 10px 0 0px 0;
  display: flex;
  flex-direction: column;
}
ul.inspectorsListing li {
  padding: 0;
  display: flex;
  float: left;
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin: 7px 0;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding: 0px 0 12px 0;
}
ul.inspectorsListing li img {
  margin-right: 8px;
}
.viewInspectors {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #009bdf;
  text-decoration: none;
  border-radius: 0;
  float: left;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #009bdf;
  text-decoration: none !important;
}
.viewInspectors:hover {
  background-color: #009bdf;
  color: #ffffff !important;
}

/*h3.inspectorRegion:before {
    content: '';
    height: 40px;
    width: 40px;
    background: url(https://www.bettagroup.co.nz/wp-content/uploads/2024/10/bii_marker.png) 0 0 / 80% no-repeat;
    display: block;
    float: left;
    margin-right: 2px;
}*/
.BrandShortcuts {
  margin: 1% auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 9999999;
  column-gap: 10px;
  max-width: 1600px;
}
.gm-style-iw.gm-style-iw-c {
  width: 280px;
  text-align: left;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  align-content: space-around;
  min-height: 230px;
}
.page .entry-header {
  margin-bottom: 1.5em;
  background: #ffffff;
  width: 100%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  z-index: 4 !important;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.entry-title {
  margin-bottom: 0;
  padding: 50px;
  font-weight: 400;
}
.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
}
a.bettaInspectit,
a.bettaAsbestos,
a.bettaConsultancy {
  width: 33.33%;
  height: 180px;
  text-indent: -30000px;
}
a.bettaInspectit:hover,
a.bettaAsbestos:hover,
a.bettaConsultancy:hover {
}
a.bettaInspectit {
  background: url(https://www.bettagroup.co.nz/wp-content/uploads/2024/09/betterInspectit.png)
    no-repeat center center / 35% rgba(255, 255, 255, 0.8);
}
a.bettaInspectit:hover {
  background: url(https://www.bettagroup.co.nz/wp-content/uploads/2024/10/betterInspectit-hover.png)
    no-repeat center center / 35% rgba(122, 185, 41, 0.8);
}
a.bettaAsbestos {
  background: url(https://www.bettagroup.co.nz/wp-content/uploads/2024/09/bettaasbestos.png)
    no-repeat center center / 50% rgba(255, 255, 255, 0.8);
}
a.bettaAsbestos:hover {
  background: url(https://www.bettagroup.co.nz/wp-content/uploads/2024/10/bettaasbestos-hover.png)
    no-repeat center center / 50% rgba(229, 56, 64, 0.8);
}
a.bettaConsultancy {
  background: url(https://www.bettagroup.co.nz/wp-content/uploads/2024/10/bettapropertycompliance-1.png)
    no-repeat center center / 50% rgba(255, 255, 255, 0.8);
}
a.bettaConsultancy:hover {
  background: url(https://www.bettagroup.co.nz/wp-content/uploads/2024/10/bettapropertycompliance-hover.png)
    no-repeat center center / 50% rgba(33, 29, 112, 0.8);
}
.BrandShortcuts.footers a.bettaInspectit,
.BrandShortcuts.footers a.bettaAsbestos,
.BrandShortcuts.footers a.bettaConsultancy {
  border: 1px solid #009bdf;
}
.BrandShortcuts.footers a.bettaInspectit:hover,
.BrandShortcuts.footers a.bettaAsbestos:hover,
.BrandShortcuts.footers a.bettaConsultancy:hover {
  border: none;
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6,
.site-title,
.site-title a {
  font-family: "Open Sans", sans-serif;
}

h1,
.entry-content h1 {
  font-size: 55px;
  font-weight: 200;
  line-height: 1.2em;
  font-family: "Open Sans", sans-serif;
}

h1 strong,
.entry-content h1 strong {
  font-weight: 600;
}
h2 {
  font-size: 45px !important;
  font-weight: 800 !important;
  font-family: "Open Sans", sans-serif;
}

h3,
.entry-content h3 {
  font-weight: 500;
}
img#custom-logo {
  max-width: 250px;
  max-height: 50px;
}
.site-branding {
  padding: 40px 30px 0px 50px;
}
#locationBar {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  color: #009bdf;
  padding: 15px 40px 10px 40px;
  z-index: 50;
  display: none !important;
}
#locationBar:before {
  content: "";
  background: url(https://www.bettagroup.co.nz/wp-content/uploads/2025/04/location-icon.png)
    0 0 / 100% no-repeat;
  padding-right: 10px;
  min-width: 22px;
  display: inline-block;
  height: 30px;
  float: left;
  margin: 0 10px 0 0px;
}
header.entry-header .entry-title {
  text-align: left;
}

.page-id-60 #mainMenuWrapper,
.page-id-96 #mainMenuWrapper,
.page-id-87 #mainMenuWrapper,
.page-id-99 #mainMenuWrapper {
  z-index: 999999999;
  min-height: 0px;
  background: none !important;
}
.footer-menu .desktop-menu li a:hover,
li.current-menu-item {
  border: 0 !important;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
}
.importantNotice {
  background: #666;
  padding: 10px 40px 15px 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
  margin: 0;
  left: 0;
  min-height: auto;
  z-index: 999;
}
.important-notice:before {
  content: "";
  display: block;
  float: left;
  height: 100%;
  background: url(https://www.bettagroup.co.nz/wp-content/uploads/2025/04/notice-Icon.svg)
    no-repeat left top;
  padding: 0 6px 0 0;
  width: 40px;
}
.important-notice {
  display: flex;
  padding: 15px 10px 10px 0;
  margin: 0;
  align-items: flex-start;
}
.importantNotice p {
  margin: 0;
  padding: 0;
}
.importantNotice .message {
  padding-left: 10px;
}
.importantNotice .message a {
  color: #ffffff !important;
}
.importantNotice .message a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.closeNotice {
  width: 15px;
  display: flex;
  align-content: center;
  padding-top: 18px;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-end;
}
.closeNotice:hover {
  opacity: 0.8;
}

.topNav {
  float: right;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  margin: 15px 50px;
}
.projectsTiles .uagb-post__image {
  /* max-height: 270px;*/
  overflow: hidden;
  margin-bottom: 30px;
}
.logoAngleInner {
  background: #fff !important;
  position: absolute;
  top: -245px;
  left: -430px;
  width: 620px;
  height: 600px;
  z-index: -1;
  border-top-right-radius: 60px;
  transform: rotate(45deg);
}
.preMenuContent {
  float: right;
  padding: 0px 0px 0px 15px;
}
.preMenuContent p {
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

#footerArea {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  column-gap: 60px;
  padding: 50px;
  border-top: 1px solid #eee;
}
#footerArea p {
  color: #009bdf;
  font-size: 16px;
}
#footerArea h6 {
  color: #009bdf;
  margin-bottom: 20px;
}
.footerCol {
  width: 20%;
}
.footerCol a {
  text-decoration: underline;
}
#footerArea ul li,
#footerArea ul li a {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
#footerArea .logo {
  max-width: 115px;
}
.mapInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 410px;
  height: 100%;
  background: linear-gradient(90deg, #eee, rgba(255, 255, 255, 0));
  border: 0;
  padding: 50px;
  z-index: 10;
}
.mapInfo h2 {
  font-size: 30px !important;
}
.mapInfo p {
  font-size: 16px;
  line-height: 1.5em;
}
.google-review-style {
  padding: 0 !important;
  text-align: left !important;
  border-radius: 8px;
  max-width: 250px !important;
  margin: 0 !important;
}

.google-reviews-location-absolute {
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.address-match-field .selected-address:before {
  top: 3px !important;
}
.address-match-field .selected-address {
  line-height: 1.5em !important;
}
@media (max-width: 768px) {
  .career-post {
    padding: 0 30px 30px 30px;
  }

  /*	OVERRIDE HEIGHTS ON MOBILE*/

  .google-review-style {
    text-align: center !important;
  }
  .google-reviews-location-absolute {
    max-width: 180px !important;
    margin: 0 auto !important;
  }

  header.entry-header .entry-title {
    padding: 15px 50px;
  }
  .social-icons {
    display: flex !important;
    gap: 10px;
    flex-direction: row !important;
    justify-content: center !important;
  }
  .google-reviews-location-absolute {
    position: relative !important;
    right: 0 !important;
  }
  .important-notice:before {
    background-size: 20px !important;
    padding: 0 6px 0 0 !important;
    width: 40px !important;
  }
  .importantNotice {
    padding: 0px 33px 5px 20px;
  }
  .importantNotice strong {
    display: none;
  }

  div#gf_page_steps_1 {
    display: flex;
    flex-direction: row;
  }
  .booking-form-box
    .gform-theme--foundation
    .gf_page_steps
    .gf_step.gf_step_last {
    align-items: flex-end;
  }
  .booking-form-box .gform-theme--foundation .gf_page_steps .gf_step {
    align-items: center;
  }
  .booking-form-box
    .gform-theme--foundation
    .gf_page_steps
    .gf_step
    .gf_step_label {
    font-size: 11px;
  }
  .booking-form-box .gform-theme--foundation .gf_page_steps {
    gap: 20px;
  }
  .vGuideA {
    left: 30px;
  }
  .vGuideB {
    right: 30px;
    left: auto;
  }
  .vGuideB {
    right: 0px;
    left: auto;
  }
  .hGuideA {
    top: 30px;
    background: blue !important;
  }
  .page-template-booking #mainMenuWrapper {
    min-height: 180px;
  }
  h2 {
    font-size: 30px !important;
  }
  .services-grid .service-item h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #map {
    height: 600px !important;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .mapInfo {
    position: absolute;
    top: 480px;
    left: 0;
    width: 100%;
    height: auto;
    background: #eee;
    border: 0;
    padding: 30px;
    z-index: 10;
    border-top: 1px solid #ccc;
  }
  h1,
  .entry-content h1 {
    font-size: 30px;
  }
  .ast-page-builder-template .entry-header {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #footerArea {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    column-gap: 30px;
    padding: 50px;
    border-top: 1px solid #eee;
    row-gap: 20px;
  }
  .footerCol {
    width: 100%;
    text-align: center;
  }
  #footerArea .logo {
    max-width: 160px;
    margin-bottom: 20px;
  }
  .BrandShortcuts {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9999999;
    column-gap: 5px;
    row-gap: 30px;
  }
  a.bettaInspectit,
  a.bettaAsbestos,
  a.bettaConsultancy {
    width: 100%;
    height: 115px;
  }

  a.bettaConsultancy {
    background-size: 57%;
  }
  a.bettaInspectit {
    background-size: 40%;
  }
  a.bettaAsbestos {
    background-size: 55%;
  }

  .logoAngleInner {
    left: -545px;
    top: -256px;
  }
  .site-branding {
    padding: 30px 30px 0px 30px;
  }
  img#custom-logo {
    max-width: 115px !important;
  }
  #locationBar {
    display: none !important;
  }

  .footerCol .desktop-menu li a:hover,
  .footerCol li.current-menu-item {
    background: none !important;
  }

  .service-full-content .service-full-column.content-column {
    padding: 0 30px;
  }
  .page-id-87 #mainMenuWrapper,
  .page-id-60 #mainMenuWrapper,
  .page-id-96 #mainMenuWrapper,
  .page-id-99 #mainMenuWrapper {
    min-height: 0 !important;
  }
  .closeNotice {
    width: 35px;
  }
}

@media only screen and (max-width: 1024px) {
  .preMenuContent {
    display: none !important;
  }
}
