@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
/* Greenshift navigation styling */
body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Helvetica Neue", serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
}

.gs-accordion .gs-accordion-item__title span.iconfortoggle .gs-iconafter,
.gs-accordion .gs-accordion-item__title span.iconfortoggle .gs-iconbefore {
  content: "";
  width: 16px;
  height: 1px;
  border-radius: 2px;
  background-color: #9E9E9E !important;
  position: absolute;
  top: 6px;
  left: 0;
}

body.scrollhidden {
  overflow: auto !important;
}

footer nav ul li a {
  color: #212121 !important;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 12px;
}
footer nav ul li a:hover {
  color: #DC0922 !important;
}
footer nav ul li:hover {
  color: #DC0922 !important;
}

.emergency-call-img {
  display: none;
}

@media (max-width: 475px) {
  .emergency-call-img {
    display: block;
  }
  .emergency-call .call-text, .emergency-call .call-text > span {
    font-size: 12px;
    display: none;
  }
  .header-call-cta .wp-block-greenshift-blocks-image {
    display: none !important;
  }
  .homepage-nav-trigger .gspb-buttonbox-text {
    display: none !important;
  }
  h4#gspb_heading-id-gsbp-d741f71 {
    font-size: 12px !important;
  }
  #gspb_heading-id-gsbp-0d8666b {
    font-size: 14px !important;
  }
  .header-logo-block {
    margin-left: 4%;
    width: 85px;
  }
  .homepage-nav-trigger .gspb-buttonbox-icon > img {
    width: 42px !important;
    height: 42px !important;
  }
  .emergency-call .call-text,
  .emergency-call .call-text > span {
    font-size: 12px;
  }
  .emergency-call .emergency-icon {
    display: none;
  }
  .emergency-call .call-number,
  .emergency-call .call-number span {
    font-size: 21px !important;
  }
  .header-nav-item-block {
    display: flex;
    gap: 24px;
    justify-content: center;
  }
  a.closebtn {
    display: none;
  }
  .megamenu-navigation-content {
    gap: 5px;
    padding: 10px;
  }
  ul#megamenu-dynamic-nav li,
  ul#megamenu-dynamic-nav li a {
    font-size: 12px;
    padding-bottom: 12px;
  }
  ul#megamenu-primary-nav li,
  ul#megamenu-primary-nav li a {
    font-size: 16px;
    margin: 6px 0;
  }
  p.megamenu-footer-note {
    font-size: 12px;
    max-width: 110px;
    line-height: 25px;
  }
  div.megamenu-footer-block {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 3.55rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .search-trigger .gspb-buttonbox-text {
    display: none !important;
  }
  .megamenu-top-block {
    grid-template-columns: 28% 40% 30% !important;
  }
  .megamenu-navigation-content {
    gap: 10px;
    padding: 60px 30px 10px 30px;
  }
  .inner-mega-nav-item {
    gap: 14px;
  }
}
.page-id-1086 .gs-accordion-item.gsopen {
  border: 2px solid #282828;
  border-radius: 12px;
}
.page-id-1086 .gs-accordion-item.gsopen .gs-accordion-item__title {
  border: none !important;
}
.page-id-1086 .gs-accordion-item.gsopen .gs-accordion-item__content {
  border: none !important;
}
.page-id-1086 .gs-accordion-item.gsclose {
  border: 2px solid #282828;
  border-radius: 12px;
}

.about-slider-icons .swiper .swiper-slide {
  opacity: 0.65;
}

.contact-us-form .gform_wrapper {
  border-radius: 30px;
  background: var(--Neutral-50, #FAFAFA);
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.1);
  padding: 65px;
}
.contact-us-form .gform_wrapper label.gfield_label {
  color: var(--Gray-700, #344054);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us-form .gform_wrapper input[type=color],
.contact-us-form .gform_wrapper input[type=date],
.contact-us-form .gform_wrapper input[type=datetime-local],
.contact-us-form .gform_wrapper input[type=datetime],
.contact-us-form .gform_wrapper input[type=email],
.contact-us-form .gform_wrapper input[type=month],
.contact-us-form .gform_wrapper input[type=number],
.contact-us-form .gform_wrapper input[type=password],
.contact-us-form .gform_wrapper input[type=search],
.contact-us-form .gform_wrapper input[type=tel],
.contact-us-form .gform_wrapper input[type=text],
.contact-us-form .gform_wrapper input[type=time],
.contact-us-form .gform_wrapper input[type=url],
.contact-us-form .gform_wrapper input[type=week],
.contact-us-form .gform_wrapper textarea {
  display: flex;
  padding: 13px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.contact-us-form .gform_wrapper select {
  inline-size: 100%;
  display: flex;
  background-position: 16px;
  padding-left: 45px;
  align-items: center;
  gap: 8px;
  height: 48px;
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us-form .gform_wrapper .gfield input:focus,
.contact-us-form .gform_wrapper select,
.contact-us-form .gform_wrapper textarea {
  outline: none !important;
}
.contact-us-form .gform_wrapper input[type=submit] {
  color: var(--White, #FFF) !important;
  font-family: Inter !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  display: flex !important;
  height: 51px !important;
  padding: 12px 20px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 35px !important;
  border: 1px solid var(--Primary-500, #DC0922) !important;
  background: var(--Primary-500, #DC0922) !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  cursor: pointer !important;
}

.service-order-form-gf .gform_wrapper {
  border-radius: 30px;
  background: var(--Neutral-50, #FAFAFA);
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.1);
  padding: 65px;
  width: 100%;
  max-width: 685px;
}
.service-order-form-gf .gform_wrapper label.gfield_label {
  color: var(--Gray-700, #344054);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.service-order-form-gf .gform_wrapper input[type=color],
.service-order-form-gf .gform_wrapper input[type=date],
.service-order-form-gf .gform_wrapper input[type=datetime-local],
.service-order-form-gf .gform_wrapper input[type=datetime],
.service-order-form-gf .gform_wrapper input[type=email],
.service-order-form-gf .gform_wrapper input[type=month],
.service-order-form-gf .gform_wrapper input[type=number],
.service-order-form-gf .gform_wrapper input[type=password],
.service-order-form-gf .gform_wrapper input[type=search],
.service-order-form-gf .gform_wrapper input[type=tel],
.service-order-form-gf .gform_wrapper input[type=text],
.service-order-form-gf .gform_wrapper input[type=time],
.service-order-form-gf .gform_wrapper input[type=url],
.service-order-form-gf .gform_wrapper input[type=week],
.service-order-form-gf .gform_wrapper textarea {
  display: flex;
  padding: 13px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.service-order-form-gf .gform_wrapper select {
  inline-size: 100%;
  display: flex;
  background-position: 16px;
  padding-left: 45px;
  align-items: center;
  gap: 8px;
  height: 48px;
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.service-order-form-gf .gform_wrapper .gfield input:focus,
.service-order-form-gf .gform_wrapper select,
.service-order-form-gf .gform_wrapper textarea {
  outline: none !important;
}
.service-order-form-gf .gform_wrapper input[type=submit] {
  color: var(--White, #FFF) !important;
  font-family: Inter !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  display: flex !important;
  height: 51px !important;
  padding: 12px 20px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 35px !important;
  border: 1px solid var(--Primary-500, #DC0922) !important;
  background: var(--Primary-500, #DC0922) !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  cursor: pointer !important;
}

.contact-faq .gs-accordion-item.gsopen, .contact-faq .gs-accordion-item.gsclose {
  background: #ffffff !important;
}
.contact-faq .gs-accordion-item .gs-accordion-item__title {
  border-radius: 12px;
}

@media (max-width: 992px) {
  .gspb_slidingPanel-wrap {
    width: 100vw !important;
  }
}
