/*
Theme Name: Mark Two Technology
Text Domain: mark-two-technology
Version: 1.0
Description: A custom WordPress classic theme for Mark Two Technology
Tags: responsive, business
Author: nraeax
Author URI: https://nraeax.dev
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-display: swap;
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/albert-sans-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/mulish-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/mulish-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/mulish-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/mulish-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/mulish-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/mulish-900.woff2") format("woff2");
}
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.woff") format("woff"), url("assets/fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #7A7A7A;
  letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
  color: #474747;
  margin: 0 0 2rem;
}

h1, h2, h3 {
  font-weight: 800;
}

h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-size: 3.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
}

a {
  text-decoration: none;
  font-weight: 700;
  color: #12AD2A;
}

p {
  margin: 0 0 2.4rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: disc;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}

strong {
  font-weight: 700;
  color: #474747;
}

section {
  padding: 3rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section {
    padding: 6rem 0;
  }
}

.section--light {
  background-image: url("assets/images/bg-concrete-light.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: 50%;
}

.section--dark {
  background-image: radial-gradient(circle, rgba(117, 118, 119, 0.5) 0%, rgba(46, 47, 49, 0.5) 90%), url("assets/images/bg-concrete-dark.jpg");
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  background-size: cover, 50%;
}

.section--dark h2 {
  color: rgba(255, 255, 255, 0.95);
}

.section .connectivity {
  position: absolute;
  max-width: 50%;
}
@media screen and (min-width: 1024px) {
  .section .connectivity {
    max-width: 450px;
  }
}
.section .connectivity--left {
  top: 0;
  left: 0;
}
.section .connectivity--right {
  bottom: 0;
  right: 0;
}

.section--dark .section__header p:last-of-type {
  color: #ADADAD;
}

.section__header,
.section__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section__header {
  margin: 0 auto 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__header {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .section__header {
    width: 60%;
  }
}

.section__footer {
  padding-top: 5rem;
}

button, .btn,
input[type=submit] {
  background: transparent;
  border-radius: 4px;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.2px;
  line-height: 1;
  outline: none;
  padding: 16px;
  text-align: center;
  transition: all 200ms;
  white-space: nowrap;
}

.btn .icon {
  font-size: 21px;
}

.btn--primary {
  background: #12AD2A;
  color: rgba(255, 255, 255, 0.95);
}
.btn--primary:hover {
  background: #0E8A22;
  color: rgba(255, 255, 255, 0.95);
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.95);
  color: #474747;
}
.btn--secondary:hover {
  background: #7a7a7a;
  color: #fff;
}

.btn--text {
  color: #12AD2A;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--lg {
  height: 110px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .icon--lg {
    width: 90px;
  }
}

.icon--xl {
  height: 184px;
}

.icon--rotate {
  display: inline-block;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn:hover .icon--rotate {
  transform: rotate(360deg) scale(1.15);
}

.icon--slide-right {
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.btn:hover .icon--slide-right {
  transform: translateX(6px);
}

.icon-home-solid:before {
  content: "\e91b";
}

.icon-facebook:before {
  content: "\e919";
}

.icon-linkedin:before {
  content: "\e91a";
}

.icon-instagram:before {
  content: "\e918";
}

.icon-chevron-down:before {
  content: "\e913";
}

.icon-chevron-left:before {
  content: "\e915";
}

.icon-chevron-right:before {
  content: "\e916";
}

.icon-chevron-up:before {
  content: "\e917";
}

.icon-menu-closed:before {
  content: "\e912";
}

.icon-menu:before {
  content: "\e911";
}

.icon-phone:before {
  content: "\e906";
}

.icon-connectivity:before {
  content: "\e90b";
}

.icon-cctv-commercial:before {
  content: "\e910";
}

.icon-cctv-domestic:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e90d";
}

.icon-barriers:before {
  content: "\e90a";
}

.icon-door-access:before {
  content: "\e909";
}

.icon-home-control:before {
  content: "\e908";
}

.icon-wifi:before {
  content: "\e907";
}

.icon-cable:before {
  content: "\e903";
}

.icon-microphone:before {
  content: "\e905";
}

.icon-gate-open:before {
  content: "\e900";
}

.icon-projector:before {
  content: "\e90e";
}

.icon-tv:before {
  content: "\e90f";
}

.icon-office:before {
  content: "\e914";
}

.icon-home:before {
  content: "\e90c";
}

.icon-map-point:before {
  content: "\e904";
}

.icon-lightbulb:before {
  content: "\e902";
}

.icon-check-circle:before {
  content: "\e91c";
}

.icon-plus-circle:before {
  content: "\e91d";
}

.icon-minus-circle:before {
  content: "\e91e";
}

.heading-small {
  font-weight: 800;
  color: #12AD2A;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .heading-small {
    margin-bottom: 4.5rem;
  }
}

.green-highlight {
  color: #12AD2A;
}

.stripes {
  background: url("assets/images/stripes.svg") no-repeat left center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
}

.stripes--sm {
  background: url("assets/images/stripes-sm.svg") no-repeat left center;
  height: 200px;
  left: -115px;
}

.slanted-heading {
  text-transform: uppercase;
}

.slanted-heading:before {
  display: inline-block;
  content: "";
  height: 15px;
  width: 4px;
  background: #12AD2A;
  margin-right: 5px;
  transform: skewX(-20deg);
}

.container {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
  position: relative;
}

.grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .grid {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid {
    gap: 4rem;
    padding: 0;
  }
}
.grid__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .grid--2-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid--3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--4-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid--4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.header__inner {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 2rem 3rem;
  }
}
.header__logo {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    order: 1;
  }
}
.header__logo .logo {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .header__logo .logo {
    justify-content: initial;
  }
}
.header__logo .logo__img {
  max-width: 130px;
  height: auto;
}
.header__btn {
  display: flex;
  justify-content: flex-start;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .header__btn {
    order: 3;
    justify-content: flex-end;
  }
}
.header__btn .btn {
  background: none;
  padding: 0;
  color: #212121;
}
.header__btn .btn:hover .icon {
  transform: rotate(-360deg);
}
@media screen and (min-width: 1024px) {
  .header__btn .btn {
    background: #12AD2A;
    padding: 16px;
    color: rgba(255, 255, 255, 0.95);
  }
  .header__btn .btn .btn__icon {
    height: 21px;
  }
}
.header__btn .btn span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__btn .btn span {
    display: block;
  }
}
.header__btn .btn .icon {
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .header__btn .btn .icon {
    font-size: 21px;
  }
}

.nav {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: flex-end;
}
@media screen and (min-width: 1024px) {
  .nav {
    order: 2;
    justify-self: initial;
  }
}
.nav a {
  color: #474747;
}
.nav ul {
  list-style: none;
  padding: 0;
}

.nav__toggle {
  display: block;
  width: 32px;
  height: 25px;
  padding: 0;
  z-index: 1000000;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .nav__toggle {
    display: none;
  }
}

.nav__toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #474747;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav__toggle span:nth-child(1) {
  top: 0px;
}
.nav__toggle span:nth-child(2), .nav__toggle span:nth-child(3) {
  top: 10px;
}
.nav__toggle span:nth-child(4) {
  top: 20px;
}

.nav__toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.nav__toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}
.nav__toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav__toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav__menu {
    display: flex;
    align-items: center;
    position: relative;
    background: none;
    width: initial;
  }
}

.nav__menu li {
  padding: 0 2rem;
}

.nav__menu a {
  font-family: "Albert Sans";
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .nav__menu a {
    color: #212121;
  }
}
.nav__menu a::before {
  display: inline-block;
  content: "";
  height: 12px;
  width: 3px;
  background: #12AD2A;
  margin-right: 5px;
  transform: skewX(-20deg);
}

.nav__menu--open {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000000;
  margin-top: 1px solid #e4e4e4;
}
.nav__menu--open li {
  border-top: 1px solid #e4e4e4;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.nav__menu--open li a {
  padding: 8px 20px;
}
.nav__menu--open .menu-item-has-children,
.nav__menu--open .sub-menu .menu-item-has-children {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.nav__menu--open .menu-item-has-children > a,
.nav__menu--open .sub-menu .menu-item-has-children > a {
  order: 1;
}
.nav__menu--open .menu-item-has-children::after,
.nav__menu--open .sub-menu .menu-item-has-children::after {
  order: 2;
  right: 20px;
  position: relative;
  font-size: 21px;
}
.nav__menu--open .menu-item-has-children > .sub-menu,
.nav__menu--open .sub-menu .menu-item-has-children > .sub-menu {
  order: 3;
  flex: 1 0 100%;
}

.nav__menu--open .sub-menu {
  display: none;
}

.nav__menu--open .sub-menu--open {
  display: block;
}

.nav__menu--open .sub-menu--open li {
  padding: 0;
  border-top: 1px solid #e4e4e4;
  background: rgba(255, 255, 255, 0.95);
}

.nav__menu--open .sub-menu--open li a {
  font-weight: 600;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  font-family: "icomoon" !important;
  content: "\e913";
}

@media screen and (min-width: 1024px) {
  .sub-menu {
    position: absolute;
    top: 100%;
    width: -moz-max-content;
    width: max-content;
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    z-index: 100000;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    padding-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .sub-menu li {
    padding: 0;
    border-bottom: 1px solid #F2F2F1;
    width: 100%;
    position: relative;
  }
  .sub-menu li:hover {
    background: #f9f9fb;
  }
}

.sub-menu a {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  text-transform: none;
  padding: 0.8rem 2rem;
  display: block;
}
.sub-menu a::before {
  content: none;
}

.sub-menu .menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.6rem;
}
.sub-menu .menu-item-has-children::after {
  font-family: "icomoon" !important;
  content: "\e916";
}

@media screen and (min-width: 1024px) {
  .sub-menu .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    max-width: 0;
    max-height: none;
    white-space: nowrap;
    transition: max-width 0.5s ease, opacity 0.5s ease;
    z-index: 100001;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu-item-has-children:hover > .sub-menu,
  .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    max-height: 600px;
    overflow: visible;
    pointer-events: auto;
  }
  .sub-menu .menu-item-has-children:hover > .sub-menu,
  .sub-menu .menu-item-has-children:focus-within > .sub-menu {
    max-width: 300px;
  }
}
.page-header {
  background: url("assets/images/bg-cta.png") no-repeat center center/cover;
  max-height: 200px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}
.page-header h1 {
  color: rgba(255, 255, 255, 0.95);
  font-size: 4.8rem;
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.page-header__inner {
  z-index: 10000;
}
.page-header__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .page-header__media {
    width: 40%;
  }
}
.page-header__media .stripes {
  left: -75px;
}
.page-header__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top;
     object-position: top;
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
  .page-header__img {
    opacity: 1;
  }
}

.breadcrumbs {
  color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  margin-top: 0.7rem;
}
.breadcrumbs__link {
  color: rgba(255, 255, 255, 0.95);
}
.breadcrumbs .icon {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
}
.breadcrumbs .icon--home {
  font-size: 14px;
  color: #12AD2A;
}

.footer h4 {
  color: #212121;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer h4 {
    margin-bottom: 2rem;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer .grid {
  padding: 0;
  align-items: flex-start;
}
.footer__column {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__column:first-of-type {
    grid-column: span 2;
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer__column:first-of-type {
    grid-column: span 1;
    align-items: flex-start;
    text-align: left;
  }
}
.footer__menu a {
  font-size: 15px;
  font-weight: 400;
  color: #7A7A7A;
  line-height: 2;
}

.footer-top {
  padding: 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  .footer-top {
    padding: 3rem 0;
  }
}
.footer-top__inner {
  padding: 2rem 3rem;
}
@media screen and (min-width: 1024px) {
  .footer-top__inner {
    padding: 3rem;
  }
}
.footer-top .btn--text {
  padding-left: 0;
}
.footer-top .logo {
  display: block;
  margin-bottom: 2rem;
}
.footer-top .logo__img {
  max-width: 160px;
  height: auto;
}
.footer-top .slanted-heading:before {
  height: 12px;
  width: 4px;
}

.footer-bottom {
  border-top: 1px solid #e4e4e4;
  font-size: 14px;
}
.footer-bottom a {
  font-weight: 400;
  color: #7A7A7A;
}
.footer-bottom__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-bottom__menu a {
  font-size: 14px;
}
.footer-bottom__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .footer-bottom__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}

.footer .footer__social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer .footer__social-links li {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F1;
  border-radius: 100%;
}

.footer .footer__social-links .icon {
  font-size: 20px;
  color: #7A7A7A;
}

.footer .footer__tel {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #212121;
}

.footer .footer__email {
  font-size: 1.5;
  font-weight: 400;
  color: #7A7A7A;
}

.footer .footer__find-us .icon {
  height: 24px;
  width: auto;
  color: inherit;
}

.card {
  background: rgba(255, 255, 255, 0.95);
}
.card__body {
  padding: 0 36px 36px;
}
.card__link {
  color: #474747;
}
.card__img {
  clip-path: polygon(100% -1%, 100% 100%, 0% 85%, 0% 0%);
  z-index: 10;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.card .icon {
  color: #12AD2A;
  display: block;
  font-size: 30px;
  margin-top: -1rem;
  margin-bottom: 1.6rem;
}
.card .btn--text {
  padding: 0;
}
.card .btn--text .icon {
  display: initial;
  font-size: 21px;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .services .card:last-of-type {
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .services .card:last-of-type p {
    margin-right: 3.6rem;
  }
  .services .card:last-of-type .card__img {
    clip-path: none;
  }
  .services .card:last-of-type .card__body {
    padding: 4.8rem;
  }
}

.accordion {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  background: #F2F2F1;
  transition: 0.3s;
  color: #474747;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .accordion {
    align-items: center;
  }
}
.accordion span {
  text-align: left;
  text-wrap: wrap;
  line-height: 1.5;
}
.accordion.open {
  background: #e3f4e5;
}
.accordion.open span,
.accordion.open .icon {
  color: #12AD2A;
}
.accordion__panel {
  display: none;
  overflow: hidden;
  padding: 0.5rem 1.5rem 3rem;
}
.accordion__panel.active {
  display: block;
}
.accordion .icon {
  font-size: 2.1rem;
  flex-shrink: 0;
}

.hero {
  background-image: url("assets/images/hero-bg--mobile.png");
  background-position: no-repeat;
  background-repeat: cover;
  background-size: cover;
  background-color: #2E2F31;
  min-height: 500px;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hero {
    background-image: url("assets/images/hero-bg.png");
    background-position: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.hero h1, .hero p {
  color: rgba(255, 255, 255, 0.95);
}
.hero h1 {
  line-height: 1.1;
  font-size: 5.4rem;
}
@media screen and (min-width: 768px) {
  .hero h1 {
    font-size: 6rem;
  }
}
.hero p {
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .hero p {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .hero p {
    font-size: 18px;
  }
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1000;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .hero__inner {
    padding-bottom: 3rem;
    align-items: flex-start;
    text-align: left;
  }
}
.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero__media {
    width: 60%;
  }
}
@media screen and (min-width: 1170px) {
  .hero__media {
    width: 50%;
  }
}
.hero__buttons {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  align-items: center;
  width: 226px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
  .hero__buttons {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero__buttons {
    margin-bottom: 0;
    justify-content: flex-start;
  }
}
.hero .stripes {
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .hero .stripes {
    opacity: 1;
  }
}

.hero__media .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.hero__img {
  opacity: 0.3;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .hero__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    opacity: 0.4;
  }
}
@media screen and (min-width: 1024px) {
  .hero__img {
    opacity: 1;
  }
}

#domestic-services .splide__pagination__page.is-active,
#commercial-services .splide__pagination__page.is-active,
#related-services .splide__pagination__page.is-active {
  background: #12AD2A !important;
}
#domestic-services .splide__pagination,
#commercial-services .splide__pagination,
#related-services .splide__pagination {
  position: relative;
}
#domestic-services .splide__pagination button,
#commercial-services .splide__pagination button,
#related-services .splide__pagination button {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  #domestic-services .splide.is-initialized:not(.is-active) ul.splide__list,
  #commercial-services .splide.is-initialized:not(.is-active) ul.splide__list,
  #related-services .splide.is-initialized:not(.is-active) ul.splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}

.slider--brand .card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.slider--brand .logo {
  height: 40px;
  width: auto;
}

.cta {
  background-color: #2E2F31;
  background-image: url("assets/images/bg-cta.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35% 50%;
  min-height: 320px;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .cta {
    min-height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 3rem 0;
    background-position: center;
  }
}
.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .cta__inner {
    padding-bottom: 3rem;
    align-items: flex-start;
    text-align: left;
  }
}
.cta h2, .cta p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cta h2, .cta p {
    width: 60%;
  }
}
@media screen and (min-width: 480px) {
  .cta h2 {
    margin: 0 6rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cta h2 {
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta h2 {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .cta p {
    font-size: 18px;
  }
}

.cta__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .cta__media {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .cta__media {
    width: 45%;
  }
}

.cta__img {
  opacity: 0.3;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    opacity: 0.4;
  }
}
@media screen and (min-width: 1024px) {
  .cta__img {
    opacity: 1;
  }
}

.cta__media .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .cta .stripes {
    left: 50px;
  }
}

@media screen and (min-width: 1260px) {
  .cta h2 {
    width: 100%;
  }
  .cta p {
    width: 100%;
  }
}
.instagram {
  background: #F2F2F1;
}
.instagram .grid {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .instagram .grid {
    grid-template-columns: 1fr 3fr;
    align-items: flex-end;
  }
}
.instagram .grid__inner {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 480px) {
  .instagram .grid__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .instagram .grid__inner {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .instagram .section__header {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    margin: 0;
  }
}

#sb_instagram #sbi_images {
  padding: 0 !important;
}

#sb_instagram.sbi_col_4 #sbi_images {
  gap: 3rem !important;
}

.related-services .grid {
  grid-template-columns: repeat(3, 1fr);
}

/* Intro */
.intro__inner {
  padding: 1.5rem 3rem;
}
@media screen and (min-width: 1024px) {
  .intro__inner {
    padding: 3rem;
  }
}
.intro__bg {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .intro__bg {
    opacity: 1;
  }
}
.intro__bg--left {
  left: 0;
}
.intro__bg--right {
  right: 0;
}
.intro .content {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 675px) {
  .intro .content {
    width: 90%;
  }
}
@media screen and (min-width: 1170px) {
  .intro .content {
    width: 80%;
  }
}
.intro .content h2 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .intro .content h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .intro .content h3,
  .intro .content p {
    width: 80%;
    margin: 0 auto 2rem;
  }
}

.intro .splide .slider--brand .logo {
  height: 72px;
}

.intro .accreditations {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 6rem;
}
.intro .accreditations .logo {
  height: 75px;
  width: auto;
}

#our-approach .grid__column {
  gap: 3rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #our-approach .grid__column {
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  #our-approach .grid__column {
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    margin: 1rem 0 0;
    padding-right: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #our-approach .grid__column {
    padding-right: 3rem;
  }
}
#our-approach .blueprint {
  position: absolute;
  opacity: 0.6;
  max-width: 85%;
}
@media screen and (min-width: 768px) {
  #our-approach .blueprint {
    max-width: 20%;
  }
}
#our-approach .blueprint--left {
  top: 3%;
  left: -60px;
  transform: rotate(-100deg);
}
#our-approach .blueprint--right {
  bottom: 3%;
  right: -50px;
  transform: rotate(100deg);
}

#why-choose-us p {
  margin-bottom: 1rem;
}
#why-choose-us .icon--xl {
  margin: 0 0 3rem;
}
@media screen and (min-width: 1024px) {
  #why-choose-us .icon--xl {
    margin: 3rem 0;
  }
}
#why-choose-us .grid__column {
  text-align: center;
  padding: 1rem 3rem;
}
@media screen and (min-width: 768px) {
  #why-choose-us .grid__column:last-of-type {
    grid-column: span 2;
    width: 60%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #why-choose-us .grid__column:last-of-type {
    grid-column: span 1;
    width: auto;
    margin: none;
  }
}

.service .heading-sm {
  font-size: 1.8rem;
  margin: 0 0 1rem;
  font-weight: 700;
  color: #474747;
}
.service h2 {
  font-size: 3rem;
}
.service__content {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .service__content {
    padding-right: 3rem;
    order: 1;
  }
}

.service-features {
  background: #F2F2F1;
}
.service-features .grid {
  margin: 3rem 0 0;
}
@media screen and (min-width: 640px) {
  .service-features .grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 5rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .service-features .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-features .grid__item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .service-features .grid__item {
    padding-right: 3rem;
  }
}
.service-features .grid .icon {
  color: #12AD2A;
  font-size: 2.4rem;
}

.service-intro {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .service-intro {
    padding-top: 3rem;
  }
}
.service-intro__img {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .service-intro__img {
    display: flex;
    justify-self: flex-end;
    order: 2;
  }
}

.service-brands {
  padding-top: 0;
}
.service-brands .card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-brands .logo {
  height: 40px;
  width: auto;
}

.service-gallery .gallery {
  background: hotpink;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 2rem;
  height: 500px;
}
.service-gallery .gallery__item:nth-of-type(1) {
  grid-row: span 2/span 2;
}
.service-gallery .gallery__item:nth-of-type(2) {
  grid-row: span 3/span 3;
  grid-column-start: 1;
  grid-row-start: 3;
}
.service-gallery .gallery__item:nth-of-type(3) {
  grid-row: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 1;
}
.service-gallery .gallery__item:nth-of-type(4) {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 4;
}
.service-gallery .gallery__item:nth-of-type(5) {
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}
.service-gallery .gallery__item:nth-of-type(6) {
  grid-row: span 3/span 3;
  grid-column-start: 3;
  grid-row-start: 3;
}
.service-gallery .gallery__item:nth-of-type(7) {
  grid-row: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 1;
}
.service-gallery .gallery__item:nth-of-type(8) {
  grid-row: span 2/span 2;
  grid-column-start: 4;
  grid-row-start: 4;
}
.service-gallery .gallery__item:nth-of-type(9) {
  grid-row: span 2/span 2;
  grid-column-start: 5;
  grid-row-start: 1;
}
.service-gallery .gallery__item:nth-of-type(10) {
  grid-row: span 3/span 3;
  grid-column-start: 5;
  grid-row-start: 3;
}
.service-gallery .gallery__item img {
  border-radius: 6px;
  height: 100%;
}

.services-cta {
  background: radial-gradient(circle, rgba(117, 118, 119, 0.5) 0%, rgba(46, 47, 49, 0.5) 90%), #2E2F31;
  text-align: center;
  position: relative;
}
.services-cta h2,
.services-cta p {
  color: rgba(255, 255, 255, 0.95);
}
.services-cta__img {
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0.5;
}
.services-cta__img--left {
  left: -50px;
}
.services-cta__img--right {
  right: -50px;
}

.service-faq .grid {
  grid-template-columns: 100%;
}
@media screen and (min-width: 1024px) {
  .service-faq .grid {
    grid-template-columns: 2fr 3fr;
  }
}
.service-faq .faq {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .service-faq .faq {
    order: 2;
  }
}
.service-faq__img {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .service-faq__img {
    order: 1;
  }
}/*# sourceMappingURL=style.css.map */