@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://peopleinbusiness.nl/wp-content/uploads/2023/10/MyriadPro-BoldSemiExt.woff") format("woff");
}

@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://peopleinbusiness.nl/wp-content/uploads/2023/10/MyriadPro-SemiboldSemiExt.woff") format("woff");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://peopleinbusiness.nl/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjfecg.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://peopleinbusiness.nl/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
}

:root {
  --pib-navy: #234d68;
  --pib-blue: #008bb3;
  --pib-purple: #6846b3;
  --pib-indigo: #313783;
  --pib-cyan: #00c5df;
  --pib-mint: #00c49b;
  --pib-black: #000;
  --pib-gray: #4d4d4d;
  --pib-line: #eaeaea;
  --pib-light: #f6fbfd;
  --pib-white: #fff;
}

html {
  scroll-behavior: smooth;
}

body.pib-net-restore {
  margin: 0;
  color: var(--pib-black);
  background: var(--pib-white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

body.pib-net-restore main {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.pib-net-restore *,
.pib-net-restore *::before,
.pib-net-restore *::after {
  box-sizing: border-box;
}

.pib-net-restore a {
  color: inherit;
  text-decoration: none;
}

.pib-net-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid var(--pib-line);
}

.pib-header-inner {
  display: grid;
  grid-template-columns: 298px minmax(0, 1fr);
  align-items: center;
  width: min(1240px, 100%);
  min-height: 52px;
  margin: 0 auto;
}

.pib-net-logo {
  display: block;
  padding: 5px 0;
}

.pib-net-logo img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
}

.pib-net-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.1px;
  color: var(--pib-navy);
  white-space: nowrap;
}

.pib-net-nav > a,
.pib-net-nav > .pib-nav-item > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
}

.pib-net-nav > a:not(:first-child)::before,
.pib-net-nav > .pib-nav-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background: #7a7a7a;
  content: "";
  transform: translateY(-50%);
}

.pib-net-nav > a:hover,
.pib-net-nav > .pib-nav-item > a:hover,
.pib-net-nav > a:focus-visible,
.pib-net-nav > .pib-nav-item > a:focus-visible {
  color: var(--pib-black);
}

.pib-nav-item {
  position: relative;
}

.pib-nav-item > a span {
  margin-left: 7px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transform: translateY(-1px);
}

.pib-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 30;
  display: none;
  min-width: 260px;
  background: #fff;
  box-shadow: 0 30px 30px -9px rgba(0, 0, 0, 0.25);
}

.pib-dropdown-right {
  right: 0;
  left: auto;
}

.pib-dropdown a {
  display: block;
  padding: 18px 30px;
  border-bottom: 0.5px solid #ececec;
  color: var(--pib-black);
}

.pib-dropdown a:last-child {
  border-bottom: 0;
}

.pib-dropdown a:hover,
.pib-dropdown a:focus-visible {
  color: #fff;
  background: var(--pib-navy);
}

.pib-has-dropdown:hover .pib-dropdown,
.pib-has-dropdown:focus-within .pib-dropdown {
  display: block;
}

.pib-mobile-menu {
  display: none;
}

.pib-mobile-menu-checkbox,
.pib-mobile-nav {
  display: none;
}

.pib-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 620px));
  justify-content: center;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 90px 20px;
  background-color: var(--pib-navy);
  background-image: url("https://peopleinbusiness.nl/wp-content/uploads/2023/10/home-img-01.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70% auto;
}

.pib-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 40px;
  color: #fff;
  background: var(--pib-navy);
  border-radius: 20px;
  box-shadow: 6px 13px 14px -9px rgba(0, 0, 0, 0.5);
}

.pib-hero h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: "MyriadPro", Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1px;
}

.pib-hero p {
  max-width: none;
  margin: 20px 0;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.3px;
}

.pib-hero .video-label {
  margin: 0 0 8px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

.pib-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #17394f;
  border-radius: 20px;
}

.pib-button-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.pib-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 18px 20px;
  color: #fff;
  background: var(--pib-blue);
  border: 1px solid transparent;
  border-radius: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.pib-button-row .pib-btn:nth-child(2) {
  background: var(--pib-purple);
}

.pib-btn span {
  order: 2;
  margin-left: 9px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 0;
}

.pib-btn:hover,
.pib-btn:focus-visible {
  color: var(--pib-navy);
  background: #fff;
  border-color: #fff;
}

.pib-hero-photo {
  min-height: 0;
}

.pib-sector-strip {
  position: sticky;
  top: 52px;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: visible;
  border-top: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
}

.pib-sector-strip a {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  background: var(--pib-navy);
  border-right: 1px solid #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.pib-sector-strip a:last-child {
  border-right: 0;
}

.pib-sector-strip a::after {
  margin-left: 10px;
  font-size: 18px;
  content: "›";
}

.pib-sector-strip a:hover,
.pib-sector-strip a:focus-visible {
  color: var(--pib-navy);
  background: #fff;
}

.pib-about {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 620px));
  justify-content: center;
  min-height: 600px;
  padding: 90px 20px;
  background-color: var(--pib-navy);
  background-image: url("https://peopleinbusiness.nl/wp-content/uploads/2024/09/home-img-03xz.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.pib-about > div:first-child {
  min-height: 0;
  background: none;
  border-radius: 0;
}

.pib-about > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}

.pib-about h2,
.pib-services h2,
.pib-service-detail h2,
.pib-specialisms h2,
.pib-quote h2,
.pib-team h2 {
  margin: 0;
  color: var(--pib-navy);
  font-family: "MyriadPro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.pib-about p,
.pib-service-detail p,
.pib-specialisms p,
.pib-team p,
.pib-jawad p {
  margin: 20px 0 0;
  color: var(--pib-black);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.3px;
}

.pib-about-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.pib-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 620px));
  justify-content: center;
  min-height: 660px;
  padding: 90px 20px 60px;
  background-color: #fff;
  background-image: url("https://peopleinbusiness.nl/wp-content/uploads/2024/09/people-in-business-allround-b-01a.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.pib-services-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 510px;
  padding: 30px;
  background-color: rgba(35, 77, 104, 0.84);
  background-image: url("https://peopleinbusiness.nl/wp-content/uploads/2024/09/people-in-business-divers-job-b-01a.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
}

.pib-services h2 {
  margin-bottom: 30px;
  color: #fff;
  text-align: right;
}

.pib-service-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  padding: 0;
}

.pib-service-menu a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 20px;
  color: #fff;
  background: rgba(35, 77, 104, 0.72);
  border: 1px solid #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.pib-service-menu a::after {
  margin-left: 12px;
  color: #fff;
  font-size: 20px;
  content: "›";
}

.pib-service-menu a:hover,
.pib-service-menu a:focus-visible {
  color: var(--pib-navy);
  background: #fff;
}

.pib-services-right {
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #fff;
}

.pib-services-right h5 {
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-family: "MyriadPro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.pib-service-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 620px));
  justify-content: center;
  min-height: 600px;
  padding: 60px 20px;
  background-color: #fff;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.pib-service-detail::before {
  display: none;
}

#hospitality {
  background-image: url("https://peopleinbusiness.nl/wp-content/uploads/2024/09/people-in-business-hospitality-b-01a.jpg");
}

#zorg {
  background-image: url("https://peopleinbusiness.nl/wp-content/uploads/2024/09/people-in-business-zorgdiensten-b-01a.jpg");
}

#beveiliging {
  background-image: url("https://peopleinbusiness.nl/wp-content/uploads/2024/09/people-in-business-beveiliging-b-01a.jpg");
}

#schoonmaak {
  background-image: url("https://peopleinbusiness.nl/wp-content/uploads/2024/09/people-in-business-schoonmaak-b-01a.jpg");
}

.pib-service-detail > div:first-child {
  align-self: start;
  padding: 40px;
  background: #fff;
  border: 0.3px solid var(--pib-line);
  border-radius: 20px;
}

.pib-service-detail h2 {
  color: var(--pib-navy);
  line-height: 60px;
}

.pib-service-detail p,
.pib-service-detail strong {
  color: var(--pib-black);
}

.pib-service-detail .pib-button-row {
  margin-top: 40px;
}

.pib-service-detail .pib-btn {
  color: var(--pib-navy);
  background: #fff;
  border-color: var(--pib-navy);
}

.pib-service-detail .pib-button-row .pib-btn:nth-child(2) {
  color: var(--pib-navy);
  background: transparent;
}

.pib-service-detail .pib-btn:hover,
.pib-service-detail .pib-btn:focus-visible {
  color: #fff;
  background: var(--pib-blue);
  border-color: var(--pib-blue);
}

.pib-specialisms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 620px));
  justify-content: center;
  gap: 0;
  min-height: 560px;
  padding: 90px 20px 60px;
  background: var(--pib-light) url("https://peopleinbusiness.nl/wp-content/uploads/2023/10/home-img-02.png") top left / 48% auto no-repeat;
}

.pib-specialisms > div {
  padding: 30px 40px;
}

.pib-specialisms > div:first-child {
  grid-column: 2;
  background: #fff;
  border-radius: 20px;
}

.pib-specialisms > div:last-child {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin-top: 80px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 20px;
}

.pib-specialisms ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 40px 0 30px;
  padding: 0;
  list-style: none;
}

.pib-specialisms li {
  color: var(--pib-gray);
  font-size: 16px;
  line-height: 1.5;
}

.pib-specialisms li::before {
  margin-right: 8px;
  color: var(--pib-blue);
  content: "›";
}

.pib-specialisms .pib-btn,
.pib-jawad .pib-btn,
.pib-team .pib-btn,
.pib-page-cta .pib-btn {
  width: auto;
  margin-top: 30px;
}

.pib-jawad {
  display: grid;
  grid-template-columns: minmax(0, 545px) minmax(0, 695px);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 0 20px 60px;
  background: #fff url("https://peopleinbusiness.nl/wp-content/uploads/2024/09/pib-account-manager-image-02-1024x443.jpg") center / cover no-repeat;
}

.pib-jawad img {
  display: block;
  width: min(100%, 430px);
  height: 430px;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
}

.pib-jawad > div {
  padding: 40px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
}

.pib-jawad h5 {
  margin: 0;
  color: var(--pib-navy);
  font-family: "MyriadPro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.pib-jawad a {
  display: inline-flex;
  margin-top: 20px;
  padding: 18px 20px;
  color: #fff;
  background: var(--pib-blue);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pib-quote {
  display: grid;
  grid-template-columns: minmax(0, 820px) auto;
  gap: 50px;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 90px 20px;
  color: #fff;
  text-align: left;
  background: var(--pib-navy) url("https://peopleinbusiness.nl/wp-content/uploads/2023/10/home-img-05.png") bottom right / contain no-repeat;
}

.pib-quote h2 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -0.2px;
}

.pib-quote .pib-btn {
  min-width: 220px;
  background: var(--pib-blue);
}

.pib-team {
  min-height: 600px;
  padding: 90px max(20px, calc((100vw - 1240px) / 2)) 230px;
  background: #fff url("https://peopleinbusiness.nl/wp-content/uploads/2024/09/people-in-business-allround-b-01a.png") bottom right / 420px auto no-repeat;
}

.pib-team h2,
.pib-team p {
  max-width: 620px;
}

.pib-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1.22fr 0.9fr;
  gap: 38px;
  width: 100%;
  padding: 60px max(20px, calc((100vw - 1240px) / 2)) 30px;
  color: #fff;
  background-color: var(--pib-navy);
  background-image: url("https://peopleinbusiness.nl/wp-content/uploads/2022/03/footer-img-24-01zx.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.pib-footer h3 {
  margin: 0 0 20px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.pib-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pib-footer li {
  margin: 0;
  padding: 7px 0;
  border-bottom: 0.5px solid rgba(122, 122, 122, 0.47);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.pib-footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.pib-page-hero {
  min-height: 600px;
  padding: 90px max(20px, calc((100vw - 1240px) / 2));
  color: #fff;
  background: var(--pib-navy) url("https://peopleinbusiness.nl/wp-content/uploads/2023/10/home-img-01.png") top right / 70% auto no-repeat;
}

.pib-page-hero > div {
  width: 50%;
  max-width: 620px;
  padding: 40px;
  background: var(--pib-navy);
  border-radius: 20px;
  box-shadow: 6px 13px 14px -9px rgba(0, 0, 0, 0.5);
}

.pib-page-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "MyriadPro", Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1px;
}

.pib-page-hero p {
  margin: 20px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.pib-content-section {
  padding: 80px max(20px, calc((100vw - 1240px) / 2));
  background: #fff;
}

.pib-content-section:nth-of-type(odd) {
  background: var(--pib-light);
}

.pib-content-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.pib-content-inner h2,
.pib-page-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--pib-navy);
  font-family: "MyriadPro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.pib-content-inner p,
.pib-page-cta p {
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--pib-black);
  font-size: 16px;
  line-height: 1.6;
}

.pib-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.pib-card-grid article {
  min-height: 190px;
  padding: 30px;
  background: #fff;
  border: 0.3px solid var(--pib-line);
  border-radius: 20px;
}

.pib-card-grid h3 {
  margin: 0;
  color: var(--pib-navy);
  font-family: "MyriadPro", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.pib-card-grid p {
  margin-top: 15px;
  font-size: 15px;
}

.pib-classic-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 940px;
  margin-top: 36px;
  padding: 40px;
  background: var(--pib-navy);
  border-radius: 20px;
}

.pib-classic-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.pib-classic-form textarea,
.pib-classic-form input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--pib-line);
  border-radius: 0;
  font: inherit;
}

.pib-classic-form textarea {
  min-height: 120px;
}

.pib-classic-form label:has(textarea),
.pib-classic-form button {
  grid-column: 1 / -1;
}

.pib-classic-form button {
  min-height: 52px;
  padding: 18px 20px;
  color: #fff;
  background: var(--pib-blue);
  border: 0;
  border-radius: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.pib-page-cta {
  padding: 90px max(20px, calc((100vw - 1240px) / 2));
  background: #fff;
}

@media (max-width: 1240px) {
  .pib-header-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pib-net-nav > a,
  .pib-net-nav > .pib-nav-item > a {
    padding-right: 9px;
    padding-left: 9px;
  }
}

@media (max-width: 1024px) {
  .pib-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 82px;
    padding: 20px;
  }

  .pib-net-nav {
    display: none;
  }

  .pib-mobile-menu {
    position: relative;
    display: block;
  }

  .pib-mobile-menu-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .pib-mobile-menu-toggle {
    display: grid;
    gap: 5px;
    place-content: center;
    width: 48px;
    height: 48px;
    padding: 10px;
    cursor: pointer;
  }

  .pib-mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--pib-navy);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .pib-mobile-menu-checkbox:focus-visible + .pib-mobile-menu-toggle {
    outline: 2px solid var(--pib-blue);
    outline-offset: 2px;
  }

  .pib-mobile-menu-checkbox:checked + .pib-mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .pib-mobile-menu-checkbox:checked + .pib-mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .pib-mobile-menu-checkbox:checked + .pib-mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .pib-mobile-nav {
    position: absolute;
    top: calc(100% + 5px);
    right: -20px;
    width: 100vw;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    padding: 0;
    background: #fff;
    box-shadow: 0 30px 30px -9px rgba(0, 0, 0, 0.25);
  }

  .pib-mobile-menu-checkbox:checked ~ .pib-mobile-nav {
    display: grid;
  }

  .pib-mobile-nav > a,
  .pib-mobile-submenu > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 18px 24px;
    border-bottom: 0.5px solid #ececec;
    color: var(--pib-navy);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    cursor: pointer;
    list-style: none;
  }

  .pib-mobile-submenu > summary::-webkit-details-marker {
    display: none;
  }

  .pib-mobile-submenu > summary::after {
    font-family: Arial, sans-serif;
    font-size: 20px;
    content: "+";
  }

  .pib-mobile-submenu[open] > summary::after {
    content: "−";
  }

  .pib-mobile-submenu > div {
    display: grid;
    background: #f6fbfd;
  }

  .pib-mobile-submenu > div a {
    padding: 18px 24px 18px 38px;
    border-bottom: 0.5px solid #eaeaea;
    color: var(--pib-navy);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .pib-mobile-nav a:hover,
  .pib-mobile-nav a:focus-visible,
  .pib-mobile-submenu > summary:hover,
  .pib-mobile-submenu > summary:focus-visible {
    color: #fff;
    background: var(--pib-navy);
  }

  .pib-hero {
    grid-template-columns: minmax(0, 80%) minmax(0, 2%);
  }

  .pib-about,
  .pib-services,
  .pib-service-detail,
  .pib-specialisms,
  .pib-jawad {
    grid-template-columns: minmax(0, 80%);
  }

  .pib-about > div:first-child,
  .pib-services-right,
  .pib-service-detail > div:last-child,
  .pib-jawad > img {
    display: none;
  }

  .pib-specialisms > div:first-child,
  .pib-specialisms > div:last-child {
    grid-column: 1;
    grid-row: auto;
    margin-top: 20px;
  }

  .pib-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pib-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pib-header-inner {
    grid-template-columns: 67% 33%;
    min-height: 62px;
    padding: 5px 10px 5px 44px;
  }

  .pib-net-logo img {
    width: 260px;
  }

  .pib-mobile-menu {
    justify-self: end;
  }

  .pib-mobile-nav {
    top: calc(100% + 7px);
    right: -10px;
    max-height: calc(100vh - 62px);
  }

  .pib-hero {
    display: block;
    padding: 90px 20px;
    background-position: top center;
    background-size: auto 360px;
  }

  .pib-hero-copy {
    padding: 30px 20px;
  }

  .pib-hero h1,
  .pib-page-hero h1 {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1.3px;
  }

  .pib-hero p,
  .pib-about p,
  .pib-service-detail p,
  .pib-specialisms p,
  .pib-team p,
  .pib-jawad p,
  .pib-page-hero p,
  .pib-content-inner p,
  .pib-page-cta p {
    font-size: 16px;
  }

  .pib-button-row,
  .pib-sector-strip,
  .pib-specialisms ul,
  .pib-card-grid,
  .pib-classic-form,
  .pib-footer {
    grid-template-columns: 1fr;
  }

  .pib-sector-strip {
    position: static;
  }

  .pib-sector-strip a {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  .pib-about,
  .pib-services,
  .pib-service-detail,
  .pib-specialisms,
  .pib-jawad {
    display: block;
    min-height: 0;
    padding: 60px 20px;
  }

  .pib-services-left,
  .pib-service-detail > div:first-child,
  .pib-about > div:last-child,
  .pib-specialisms > div,
  .pib-jawad > div {
    padding: 30px 20px;
  }

  .pib-about h2,
  .pib-services h2,
  .pib-service-detail h2,
  .pib-specialisms h2,
  .pib-jawad h5,
  .pib-team h2,
  .pib-content-inner h2,
  .pib-page-cta h2 {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1.3px;
  }

  .pib-quote {
    display: block;
    padding: 90px 20px;
  }

  .pib-quote h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .pib-team,
  .pib-page-hero,
  .pib-content-section,
  .pib-page-cta {
    padding: 60px 20px;
  }

  .pib-page-hero > div {
    width: 100%;
    padding: 30px 20px;
  }

  .pib-footer {
    padding: 360px 20px 60px;
    background-position: top right;
    background-size: auto 330px;
  }

  .pib-footer-bottom {
    flex-direction: column;
  }
}
