/*
Theme Name: Barrick Group
Theme URI: https://www.barrickgroup.au/
Author: Quinn Marketing
Description: A faithful WordPress reproduction of the Barrick Group website
Version: 1.2
License: Proprietary
Text Domain: barrick-group
*/

/* ========================================
   CSS CUSTOM PROPERTIES
======================================== */
:root {
  --white: white;
  --barrick-teal: #058094;
  --roboto: Roboto, sans-serif;
  --lato: Lato, sans-serif;
  --montserrat: Montserrat, sans-serif;
  --color: #000;
}

/* ========================================
   RESET & BASE
======================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #000;
  color: #fff;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0 0 10px;
}

/* ========================================
   FIXED NAV WRAPPER
======================================== */
.section-5 {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/* ========================================
   DESKTOP NAV
======================================== */
.nav-section {
  background-color: #0c0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.nav-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 85%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.logo-wrapper-2 {
  display: flex;
  align-items: center;
}

.image-28 {
  vertical-align: middle;
  width: 200px;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
}

.nav-wrap {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
  gap: 0;
}

.contact-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.contact-link {
  text-decoration: none;
}

.contact-link:hover .menu-heading-3 {
  opacity: 0.5;
}

.menu-heading-3 {
  color: #fff;
  text-align: center;
  border: 2px solid #058094;
  padding: 6px 12px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  transition: opacity 0.2s;
}

.menu-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
}

.link-3 {
  font-family: var(--lato);
  color: var(--barrick-teal);
  padding: 8px 10px;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.link-3:hover {
  opacity: 0.5;
}

/* Dropdown */
.w-dropdown {
  position: relative;
}

.dropdown-toggle-btn {
  font-family: var(--lato);
  color: var(--barrick-teal);
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.dropdown-toggle-btn:hover {
  opacity: 0.5;
}

.dropdown-arrow {
  font-size: 10px;
  margin-left: 2px;
}

.dropdown-list {
  background-color: rgba(4, 4, 4, 0.92);
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  display: none;
  z-index: 100;
}

.dropdown-list.is-open {
  display: block;
}

.dropdown-link {
  display: block;
  font-family: var(--lato);
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity 0.2s;
}

.dropdown-link:hover {
  opacity: 0.5;
}

/* ========================================
   HAMBURGER (MOBILE NAV SECTION)
======================================== */
.nav-section--short {
  background-color: #0c0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: none;
}

.hamburger-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  cursor: pointer;
}

.svg-4 {
  width: 50px;
  display: flex;
  position: relative;
  transition: opacity 0.2s;
}

.svg-4:hover {
  opacity: 0.5;
}

/* Mobile drop down menu */
.drop-down-menu-section {
  background-color: var(--barrick-teal);
  display: none;
  position: relative;
  z-index: 998;
}

.drop-down-menu-section.is-open {
  display: block;
}

.content-wrapper.nav {
  background-color: transparent;
  justify-content: center;
  align-items: center;
  height: auto;
  max-width: 85%;
  padding-top: 37px;
  padding-bottom: 37px;
}

.site-map-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 29px;
  position: relative;
}

.site-map-menu-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-menu-link-3 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-menu-link-3:hover {
  opacity: 0.5;
}

.footer-menu-link-3.sub {
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: 300;
}

/* ========================================
   MODAL (SUPPORT TICKET)
======================================== */
.modal {
  z-index: 9000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.modal.is-open {
  display: flex;
}

.modal-bg {
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.31);
  width: 100%;
  height: 100%;
  position: absolute;
}

.modal-con {
  background-color: var(--white);
  width: 100%;
  max-width: 35rem;
  height: auto;
  padding: 2rem;
  position: absolute;
  z-index: 1;
}

.modal-close {
  color: var(--color);
  text-decoration: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}

.close-text {
  font-size: 4rem;
  transform: rotate(45deg);
  display: inline-block;
  transition: opacity 0.2s;
  line-height: 1;
}

.close-text:hover {
  opacity: 0.5;
}

.heading-4 {
  color: var(--barrick-teal);
  font-family: var(--roboto);
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}

.intro-copy {
  margin-bottom: 10px;
}

.paragraph-17 {
  font-size: 14px;
  color: #333;
}

.text-span-20 {
  font-weight: 700;
}

/* Form */
.tick-box-wrappers {
  padding-top: 15px;
  padding-bottom: 23px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-col {
  flex: 1;
}

.w-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.checkbox-label {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  cursor: pointer;
}

.checkbox {
  border: 2px solid #87afad;
  width: 14px;
  height: 14px;
}

.field-label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 14px;
  color: #333;
}

.text-field-input {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}

.text-field-input.message {
  height: 150px;
  resize: vertical;
}

.submit-button-2 {
  background-color: var(--barrick-teal);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--lato);
  transition: opacity 0.2s;
}

.submit-button-2:hover {
  opacity: 0.8;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
  font-size: 14px;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
  font-size: 14px;
}

/* ========================================
   HERO SECTION
======================================== */
.master-header {
  -webkit-text-fill-color: inherit;
  background-color: #0c0000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 900px;
  padding-top: 168px;
  padding-bottom: 71px;
  display: flex;
  position: relative;
  overflow: visible;
}

.master-header.home-page {
  background-image:
    linear-gradient(#000 10%, rgba(5, 5, 5, 0) 27%),
    linear-gradient(0deg, #000 3%, rgba(5, 5, 5, 0) 21%),
    linear-gradient(90deg, #000, rgba(1, 1, 1, 0.53) 9%, rgba(2, 2, 2, 0) 85%, #020202),
    url('images/677d2e950e595f61517e724a_Header-image_2.webp');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
}

.content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 85%;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.content-wrapper.home {
  width: 85%;
  max-width: 85%;
  height: 100%;
}

.copy-wrapper {
  width: 60%;
  height: 100%;
  padding-right: 134px;
}

.copy-wrapper.home {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading {
  font-family: var(--roboto);
  color: var(--white);
  margin-bottom: 24px;
  padding-right: 85px;
  font-size: 75px;
  line-height: 75px;
  margin-top: 0;
}

.text-span-19 {
  color: var(--barrick-teal);
}

.heading-2 {
  font-family: var(--lato);
  color: var(--white);
  width: 60%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

.bold-text-17 {
  font-weight: 300;
}

.join-our-team {
  display: inline-block;
  border: 2px solid var(--barrick-teal);
  font-family: var(--lato);
  color: #fff;
  background-color: transparent;
  margin-top: 39px;
  padding: 20px 26px;
  font-size: 22px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.join-our-team:hover {
  opacity: 0.5;
}

.arrow-wrapper {
  object-fit: contain;
  width: 200px;
  margin-top: 61px;
  margin-left: 0;
  overflow: hidden;
}

.arrow {
  text-align: center;
  object-fit: scale-down;
  max-width: 50%;
  position: relative;
  left: 25%;
}

.div-block-3 {
  text-align: right;
  flex: 1;
  display: flex;
  position: relative;
}

.div-block-3.building-licence {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
}

/* ========================================
   ABOUT US SECTION
======================================== */
.about-us-section {
  background-color: var(--color);
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 90px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.content-wrapper.about-us {
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  max-width: 85%;
  height: auto;
  display: flex;
  position: relative;
}

.about-us-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

.about-us-copy {
  border-top: 1px solid var(--barrick-teal);
  border-right: 1px solid var(--barrick-teal);
  border-bottom: 1px solid var(--barrick-teal);
  padding: 60px 100px;
  position: relative;
}

.section-heading {
  font-family: var(--roboto);
  color: var(--barrick-teal);
  margin-bottom: 36px;
  font-size: 22px;
  font-weight: 700;
}

.section-heading.testimonials {
  color: var(--white);
}

.section-heading.big {
  margin-top: 30px;
  margin-bottom: 28px;
  font-size: 35px;
  line-height: 37px;
}

.heading-3 {
  font-family: var(--roboto);
  color: var(--white);
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
}

.heading-3.subs.sus {
  width: 60%;
}

.heading-3.cip {
  color: var(--barrick-teal);
  font-size: 30px;
  margin-bottom: 16px;
}

.body-copy {
  font-family: var(--lato);
  color: var(--white);
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.body-copy.about-us {
  color: var(--white);
  margin-top: 24px;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.body-copy.ack-rev {
  color: var(--white);
  padding-top: 8px;
  font-size: 14px;
  line-height: 15px;
}

/* Logo Carousel */
.carousel-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 38px;
  display: flex;
  position: static;
  overflow: hidden;
}

.logo-container {
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  min-width: 2000px;
  padding: 30px 0;
  gap: 40px;
  animation: marquee 30s linear infinite;
}

.logo-image {
  flex: none;
  height: 30px;
  display: block;
  filter: brightness(1);
}

.logo-image.mivac,
.logo-image.sheri,
.logo-image.metricon {
  height: 50px;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* ========================================
   TESTIMONIALS SECTION
======================================== */
.testimonials-section {
  background-color: var(--barrick-teal);
  align-items: center;
  height: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.content-wrapper.testimonial {
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100%;
  display: flex;
  max-width: 85%;
}

.testimonial-wrapper {
  width: 80%;
  position: relative;
}

/* Slider */
.slider-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.blog-content-wrapper {
  width: 100%;
  height: 100%;
  padding: 26px 0 13px;
}

.blog-content-wrapper.testimonials {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.testimonail-logos {
  height: 60px;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 24px;
}

.testimonail-logos.holroyd {
  height: 70px;
}

.testimonail-logos.caf {
  height: 50px;
}

.testimonail-logos.masscon {
  height: 40px;
}

.testimonail-logos.ugl {
  height: 55px;
}

.testimonail-logos.apg {
  height: 55px;
}

.blog-blurb {
  font-family: var(--lato);
  color: var(--white);
  font-weight: 300;
}

.blog-blurb.testimonial {
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  max-width: 860px;
}

.blog-heading {
  font-family: var(--roboto);
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.blog-heading.clients {
  text-align: center;
}

.text-span-14 {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  font-weight: 300;
}

/* Slider Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 10;
  padding: 10px 20px;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow.left-arrow {
  left: -70px;
}

.slider-arrow.right-arrow {
  right: -70px;
}

/* ========================================
   SUSTAINABILITY SECTION
======================================== */
.sustainability-section {
  background-color: var(--color);
  height: auto;
  padding-top: 112px;
  padding-bottom: 59px;
  display: flex;
  overflow: hidden;
}

.sustainability-section.slider {
  background-image: linear-gradient(322deg, var(--barrick-teal), rgba(5, 71, 82, 0.54) 27%, rgba(5, 5, 5, 0));
  height: 100vh;
  padding-top: 0;
  align-items: center;
}

.content-wrapper.sustainability {
  justify-content: center;
  align-items: flex-start;
  max-width: 85%;
}

.find-out-more-link {
  display: inline-block;
  font-family: var(--roboto);
  color: var(--barrick-teal);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}

.find-out-more-link:hover {
  opacity: 0.7;
}

/* ========================================
   SUBSIDIARIES SECTION
======================================== */
.our-subsidaries {
  background-color: var(--color);
  background-image:
    linear-gradient(355deg, #000, rgba(5, 5, 5, 0) 55%),
    linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)),
    url('images/677ce8812319a853065a676e_SUBSIDARIES-BACKGROUND_REV.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: 100vh;
  padding-top: 81px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.content-wrapper.subsids {
  flex-flow: column;
  max-width: 85%;
}

.copy-warpper-subsidusaries {
  max-width: 60%;
}

.slider-wrapper {
  height: 400px;
  margin-top: 34px;
  position: relative;
  width: 100%;
}

/* Subsidiaries Slider */
.subs-slider-outer {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.subs-slider-track {
  display: flex;
  height: 400px;
  transition: transform 0.5s ease;
}

.slide-2 {
  min-width: 33.333%;
  box-sizing: border-box;
  padding: 33px;
  height: 400px;
  display: flex;
  align-items: stretch;
}

.slider-2 {
  border-top: 3px solid var(--barrick-teal);
  border-bottom: 3px solid var(--barrick-teal);
  background-color: rgba(8, 7, 7, 0.47);
  width: 100%;
  padding-bottom: 44px;
}

.slider-copy-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider-logos {
  width: 139px;
  margin-bottom: 20px;
}

.body-copy.slider {
  color: var(--white);
  width: 100%;
  margin-top: 11px;
  margin-left: 0;
  font-size: 16px;
  line-height: 20px;
  flex: 1;
}

.button {
  display: inline-block;
  background-color: var(--barrick-teal);
  color: #fff;
  padding: 8px 20px;
  font-family: var(--lato);
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.2s;
  margin-top: 16px;
  border: none;
  cursor: pointer;
  align-self: flex-start;
}

.button:hover {
  opacity: 0.7;
}

/* Subs slider arrows */
.left-arrow-2,
.right-arrow-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.left-arrow-2 {
  left: -50px;
}

.right-arrow-2 {
  right: -50px;
}

.left-arrow-2:hover,
.right-arrow-2:hover {
  opacity: 1;
}

/* ========================================
   CUSTOMER IMPLEMENTATION PLAN
======================================== */
.customer-implimentation-section {
  background-color: var(--color);
  height: auto;
  padding-top: 80px;
  padding-bottom: 96px;
  display: flex;
  overflow: hidden;
}

.content-wrapper.customer-implimentation {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  position: relative;
  max-width: 85%;
}

.call-out-copy {
  color: #f1eeee;
  width: 90%;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 20px;
}

.text-span-17 {
  color: var(--barrick-teal);
}

/* =========================================
   METHODOLOGY GRID (8 stages)
========================================= */
.methodology-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.1);
  width: 100%;
  margin-top: 44px;
}
.methodology-step {
  background: #0c0000;
  padding: 32px 24px;
}
.methodology-step-number {
  font-family: var(--roboto);
  font-size: 32px;
  font-weight: 700;
  color: var(--barrick-teal);
  line-height: 1;
  margin-bottom: 14px;
}
.methodology-step-title {
  font-family: var(--roboto);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.methodology-step-copy {
  font-family: var(--lato);
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 991px) {
  .methodology-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .methodology-grid {
    grid-template-columns: 1fr;
  }
}

.infographic-wrapper {
  display: flex;
  width: 100%;
  margin-top: 40px;
  align-items: flex-start;
}

.info-div {
  width: 50%;
  padding-right: 40px;
}

.cus-imp-pln {
  width: 100%;
  max-width: 470px;
  cursor: pointer;
}

.circle-segments {
  cursor: pointer;
  transition: opacity 0.2s;
}

.circle-segments:hover {
  opacity: 0.8;
}

.circle-segments.active {
  opacity: 1;
  filter: brightness(1.2);
}

.implementation-wrapper.static {
  width: 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 69px;
  padding-left: 60px;
  display: flex;
}

.cw {
  display: none;
}

.cw.is-active {
  display: block;
}

.text-block-9 {
  font-size: 24px;
  font-weight: 400;
  color: #f1eeee;
  line-height: 32px;
}

.text-block-9 strong {
  font-weight: 700;
}

.body-copy.white.large {
  font-size: 22px;
  line-height: 30px;
  margin-top: 10px;
}

/* ========================================
   FOOTER / SOCIAL MEDIA SECTION
======================================== */
.social-media-section {
  background-color: var(--barrick-teal);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.content-wrapper.site-map-footer {
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
  max-width: 85%;
  flex-direction: column;
}

.footer-heading {
  font-family: var(--roboto);
  color: var(--white);
  margin-bottom: 36px;
  font-size: 14px;
  font-weight: 400;
}

.footer-heading.social {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.site-map {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.site-map .site-map-menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-menu-link {
  display: block;
  color: var(--white);
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-menu-link:hover {
  opacity: 0.5;
}

.footer-menu-link.sub {
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 2px;
}

.social-media-wrapper {
  margin-top: 21px;
}

.social-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 12px;
}

.social-wrapper {
  display: inline-block;
  margin-right: 4px;
}

.image-12,
.image-15 {
  width: 50px;
  max-width: none;
  display: block;
}

.text-block {
  color: var(--white);
  margin-top: 30px;
  font-family: var(--lato);
  font-size: 14px;
}

/* ========================================
   ACKNOWLEDGMENT FOOTER
======================================== */
.acknowledgment-footer {
  background-color: var(--color);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-wrapper.ack {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 85%;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 20px;
}

.flags-wrapper {
  width: auto;
  margin-right: 16px;
  flex-shrink: 0;
}

/* ========================================
   RESPONSIVE – TABLET (max 991px)
======================================== */
@media screen and (max-width: 991px) {
  .nav-section {
    display: none;
  }

  .nav-section--short {
    display: flex;
  }

  .about-us-section {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .about-us-copy {
    padding: 40px 30px;
    top: 0;
  }

  .heading {
    font-size: 55px;
    line-height: 60px;
    padding-right: 0;
  }

  .heading-2 {
    width: 90%;
    font-size: 20px;
  }

  .copy-wrapper.home {
    width: 85%;
  }

  .master-header.home-page {
    min-height: 700px;
    padding-top: 150px;
  }

  .heading-3.subs.sus {
    width: 100%;
  }

  .site-map {
    grid-template-columns: 1fr 1fr;
  }

  .slide-2 {
    min-width: 50%;
  }

  .implementation-wrapper.static {
    padding-left: 20px;
  }

  .content-wrapper.ack {
    flex-flow: column;
    align-items: flex-start;
  }

  .copy-warpper-subsidusaries {
    max-width: 100%;
  }
}

/* ========================================
   RESPONSIVE – MOBILE (max 767px)
======================================== */
@media screen and (max-width: 767px) {
  .master-header.home-page {
    min-height: 600px;
    padding-top: 130px;
  }

  .heading {
    font-size: 40px;
    line-height: 46px;
  }

  .heading-2 {
    width: 100%;
    font-size: 18px;
  }

  .copy-wrapper.home {
    width: 90%;
  }

  .about-us-section {
    padding-top: 100px;
  }

  .about-us-copy {
    padding: 30px 20px;
  }

  .body-copy.about-us {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 34px;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-blurb.testimonial {
    font-size: 16px;
    line-height: 24px;
  }

  .our-subsidaries {
    height: auto;
    padding-bottom: 60px;
    background-attachment: scroll, scroll, scroll;
  }

  .slide-2 {
    min-width: 100%;
  }

  .slider-arrow.left-arrow {
    left: -30px;
  }

  .slider-arrow.right-arrow {
    right: -30px;
  }

  .infographic-wrapper {
    flex-direction: column;
  }

  .info-div {
    width: 100%;
    padding-right: 0;
  }

  .implementation-wrapper.static {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .site-map {
    grid-template-columns: 1fr 1fr;
  }

  .call-out-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .customer-implimentation-section {
    padding-bottom: 80px;
  }

  .site-map-3 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========================================
   RESPONSIVE – SMALL MOBILE (max 479px)
======================================== */
@media screen and (max-width: 479px) {
  .heading {
    font-size: 32px;
    line-height: 38px;
  }

  .site-map {
    grid-template-columns: 1fr;
  }

  .site-map-3 {
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper {
    width: 95%;
  }

  .slider-arrow.left-arrow {
    left: -20px;
  }

  .slider-arrow.right-arrow {
    right: -20px;
  }

  .join-our-team {
    font-size: 16px;
    padding: 14px 18px;
  }
}

/* ========================================
   UTILITY
======================================== */
.w-container {
  margin-left: auto;
  margin-right: auto;
}

sup {
  font-size: inherit;
  vertical-align: inherit;
  line-height: inherit;
}

/* Nav dots for sliders */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}

.slider-dot.active {
  background: #fff;
}

/* ========================================
   INNER PAGE MASTER HEADERS
======================================== */

.master-header:not(.home-page) {
  background-image:
    linear-gradient(#000 10%, rgba(5,5,5,0) 27%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000, rgba(1,1,1,0.53) 47%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cbd59eee1ae08fe0fdf933_Header-image_OUR-TEAM.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  display: flex;
}

.master-header.services {
  background-image:
    linear-gradient(#000 9%, rgba(5,5,5,0) 27%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000, rgba(1,1,1,0.53) 47%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cbe6691f6fd7b2ac9c605f_Header-image_SERVICES.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.master-header.risk {
  background-image:
    linear-gradient(#000 10%, rgba(5,5,5,0) 27%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000, rgba(1,1,1,0.53) 47%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cbe7214837c3315bf7fef9_Header-image_RISK.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.master-header.tech-solutions {
  background-image:
    linear-gradient(#000 10%, rgba(5,5,5,0) 27%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000, rgba(1,1,1,0.53) 47%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cbe8d689836af946dd5b2b_Header-image_TECH-SERVICES.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.master-header.our-industries {
  background-image:
    linear-gradient(#000 11%, rgba(5,5,5,0) 27%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000 13%, rgba(1,1,1,0.53) 50%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cbe9f5c957f1d4846da6a1_Header-image_OUR-INDUSTRIES.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.master-header.partners {
  background-image:
    linear-gradient(#000 9%, rgba(5,5,5,0) 27%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000, rgba(1,1,1,0.53) 47%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cbeaf7baab190c6caf822c_Header-image_OUR-PARTNERS.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.master-header.careers {
  background-image:
    linear-gradient(#000 11%, rgba(5,5,5,0) 27%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000, rgba(1,1,1,0.53) 47%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cbed7a1f6fd7b2aca021b3_Header-image_CAREERS.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.master-header.contact-us {
  background-image:
    linear-gradient(#000 10%, rgba(5,5,5,0) 27%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000 8%, rgba(1,1,1,0.53) 58%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cbee802d930160dc49aa02_Header-image_CONTACT-US.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.master-header.subs {
  background-image:
    linear-gradient(#000 10%, rgba(5,5,5,0) 33%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000, rgba(1,1,1,0.53) 47%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cc164ae0dcec5dba45eb2e_Header-image_SUBS.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.master-header.sustaianbility {
  background-image:
    linear-gradient(#000 10%, rgba(5,5,5,0) 23%),
    linear-gradient(0deg, #000 3%, rgba(5,5,5,0) 21%),
    linear-gradient(90deg, #000 18%, rgba(1,1,1,0.53) 57%, rgba(2,2,2,0) 85%, #020202),
    url('images/67cbe33cd19d256af5d864ec_Header-image_SUSTAINABILITY.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

/* ========================================
   WEBFLOW GRID SYSTEM
======================================== */
.w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row::before,
.w-row::after {
  content: " ";
  display: table;
}

.w-row::after {
  clear: both;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col-4 { width: 33.3333%; }
.w-col-5 { width: 41.6667%; }
.w-col-6 { width: 50%; }
.w-col-7 { width: 58.3333%; }
.w-col-8 { width: 66.6667%; }

/* Layout grid */
.w-layout-grid {
  display: grid;
}

/* ========================================
   SECURITY INTRO (Safety & Security page)
======================================== */
.security-intro {
  background-color: var(--color);
  height: auto;
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-9.ss {
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  color: #f1eeee;
}

.text-span-16 {
  color: var(--barrick-teal);
}

/* ========================================
   MASTER SECTION (Team, Values)
======================================== */
.master-section {
  background-color: var(--color);
  height: auto;
  padding-top: 53px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.master-section.values {
  background-image:
    linear-gradient(90deg, #000, rgba(3,3,3,0) 35%),
    linear-gradient(rgba(0,0,0,0.67), rgba(0,0,0,0.67)),
    url('images/67df8967360768e3582d2860_PARTNERSHIP-BACKGROUND-IMAGE.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: auto;
  min-height: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.our-team-columns {
  margin-top: 30px;
  margin-bottom: 78px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.board-column {
  padding-left: 27px;
  padding-right: 27px;
}

.board-team {
  width: 100%;
  max-width: 200px;
  max-height: 250px;
  object-fit: cover;
  margin-bottom: 14px;
}

.exec-wrapper {
  margin-top: 10px;
}

.team-names {
  color: var(--barrick-teal);
  margin-bottom: 9px;
  font-size: 25px;
  font-family: var(--roboto);
  font-weight: 700;
}

.job-titles {
  color: var(--white);
  font-size: 18px;
  font-family: var(--lato);
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}

.body-copy.team-bios {
  font-size: 15px;
  line-height: 22px;
  margin-top: 8px;
}

.section-heading.big {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}

/* ========================================
   2-COLUMN SECTION (Contact, Careers, Industries)
======================================== */
._2-colunm-section {
  background-color: var(--color);
  height: auto;
  padding-top: 112px;
  padding-bottom: 59px;
  display: flex;
  overflow: hidden;
}

._2-colunm-section.industries {
  padding-top: 80px;
}

.content-wrapper.our-values {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 85%;
  width: 85%;
}

.content-wrapper.our-values.sus {
  max-width: 85%;
}

.content-column {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content-column.s-s {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.content-column.values {
  width: 70%;
}

.copy-left {
  padding-top: 53px;
  padding-right: 116px;
}

.copy-left.contact-us {
  padding-top: 15px;
}

.copy-left.values {
  padding-top: 0;
  padding-right: 31px;
}

.copy-right {
  padding-top: 53px;
  padding-left: 77px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-right,
.image-left {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.half-pg-image-wrapper {
  width: 100%;
  height: 100%;
}

.half-pg-image-wrapper.centre {
  display: flex;
  align-items: center;
  justify-content: center;
}

.half-pg-image-wrapper.values {
  padding-left: 30px;
}

.image-10.industries {
  width: 100%;
  max-width: 460px;
}

/* Jobs section */
.jobs-wrapper {
  padding-top: 20px;
}

.accordian-wrapper-3 {
  margin-top: 20px;
}

.accordian-item-3 {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 20px 0;
}

.accordian-item-trigger-2 {
  cursor: pointer;
}

.job-title {
  font-family: var(--roboto);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.job-prev-description {
  color: var(--white);
  font-family: var(--lato);
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

/* Values list */
.list-2 {
  list-style: disc;
  padding-left: 20px;
}

.body-copy.list-item,
.body-copy.list {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 26px;
}

/* ========================================
   CONTACT / CAREERS FORM
======================================== */
.form-block {
  width: 100%;
}

.form-block.contact {
  background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 30px;
}

.form-callout-copy {
  font-family: var(--roboto);
  color: var(--barrick-teal);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.form-into-text {
  font-family: var(--lato);
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}

.w-input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  background: rgba(255,255,255,0.05);
  color: #fff;
  border-color: rgba(255,255,255,0.3);
}

.textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.3);
  margin-bottom: 10px;
  min-height: 120px;
  resize: vertical;
  font-family: Arial, sans-serif;
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.textarea.main-conatct {
  min-height: 160px;
}

.field-label-2 {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

.submit-button {
  background-color: var(--barrick-teal);
  color: #fff;
  border: none;
  padding: 10px 24px;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--lato);
  transition: opacity 0.2s;
}

.submit-button:hover {
  opacity: 0.8;
}

.body-copy.contact {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 20px;
}

.body-copy.contact.details {
  color: var(--barrick-teal);
  font-size: 18px;
  font-weight: 400;
}

/* ========================================
   TOPICS / GRID (used in copy sections)
======================================== */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 24px;
}

.grid-3.modern-slavery {
  grid-template-rows: auto auto auto;
}

.topics {
  padding: 0;
}

.topic-heading {
  font-family: var(--roboto);
  color: var(--barrick-teal);
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}

.topic-heading.white {
  color: rgba(255,255,255,0.5);
}

.topic-copy {
  font-family: var(--lato);
  color: var(--white);
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

/* ========================================
   COPY SECTIONS (inner page layouts)
======================================== */
.copy-section {
  position: relative;
  overflow: hidden;
}

.copy-section.right-align {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* ========================================
   NEW CONTENT WRAPPERS (copy sections)
======================================== */
.new-conetnt-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 85%;
  margin: 0 auto;
  padding: 100px 0;
  height: 100%;
}

.new-conetnt-wrapper.right {
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  margin-left: 0;
  padding-left: 72px;
}

.new-conetnt-wrapper.right.switch {
  flex-flow: row;
  justify-content: flex-end;
  padding-left: 126px;
  padding-right: 29px;
}

.new-conetnt-wrapper.left {
  justify-content: flex-end;
  align-items: center;
}

.new-content-left {
  max-width: 40%;
}

.new-content-left.right {
  border-right: 2px solid var(--barrick-teal);
  border-top: 2px solid var(--barrick-teal);
  border-bottom: 2px solid var(--barrick-teal);
  border-radius: 2px;
  max-width: 100%;
  padding: 47px 36px;
}

.new-content-left.right.left {
  border-left: 2px solid var(--barrick-teal);
  border-right: none;
}

.new-content-left.border {
  border-top: 1px solid var(--white);
  border-bottom: 2px solid var(--white);
  border-left: 1px solid var(--white);
  padding-top: 47px;
  padding-bottom: 47px;
  padding-left: 36px;
  max-width: 100%;
}

.new-content-left.safety-and-security,
.new-content-left.s-s {
  max-width: none;
}

.new-content-left-copy {
  max-width: 40%;
}

.new-content-left-copy.border-copy {
  border-right: 2px solid var(--barrick-teal);
  border-top: 2px solid var(--barrick-teal);
  border-bottom: 2px solid var(--barrick-teal);
  max-width: 100%;
  padding: 47px 36px;
}

.new_sub-headin-size {
  font-family: var(--roboto);
  color: var(--barrick-teal);
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.new_sub-headin-size.white {
  color: rgba(255,255,255,0.5);
}

.new-callout-copy {
  font-family: var(--roboto);
  color: var(--white);
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

/* ========================================
   HALF-IMAGE BACKGROUNDS (split layouts)
======================================== */
.half-image-background {
  background-image: url('images/68986291d7fe900272cf32d3_RAPID-DEPLOYMENT.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100vh;
  min-height: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.half-image-background.social {
  background-image: url('images/6846c7c2266d21172bf9c672_SOCIAL.webp');
  background-position: 50% 100%;
}

.half-image-background.modern-slavery {
  background-image: url('images/6846c7ca60b7d4f40d43b8f6_MODERN-SLAVERY.webp');
  background-position: 50%;
}

.half-image-background.our-partners {
  background-image: url('images/67df8967360768e3582d2860_PARTNERSHIP-BACKGROUND-IMAGE.webp');
  background-position: 50%;
}

.half-image-background.our-approach {
  background-image: url('images/6846c7ca60b7d4f40d43b8f6_MODERN-SLAVERY.webp');
  background-position: 50%;
}

.half-image-background.our-history {
  background-image: url('images/68984e1cec2d04239afaa4bd_SYNDEY-HARBOUR.webp');
  background-position: 50%;
}

.half-image-background.onsite-services {
  background-image: url('images/68985b6edcf39f5ff0721c4d_ONSITE-SERVICES.webp');
  background-position: 50% 100%;
}

.half-image-background.body-guard {
  background-image: url('images/68985d644ca7b1244affced2_Body-Guard.webp');
  background-position: 100%;
}

.half-image-background.compact {
  height: auto;
  min-height: 480px;
  max-height: none;
}
.copy-section.compact-split {
  align-items: stretch;
}
.copy-section.compact-split .new-conetnt-wrapper {
  height: auto;
  padding: 64px 0;
}

/* ========================================
   COPY-SECTION BACKGROUND IMAGES (inner pages)
======================================== */
.copy-section.mobile-sec-patrols {
  background-image:
    linear-gradient(-90deg, #000 32%, rgba(255,255,255,0)),
    url('images/68985acc645438bf44b03ae4_MOBILE-SECURITY-PATROLS.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.copy-section.gatehouse {
  background-image:
    linear-gradient(90deg, #000, rgba(255,255,255,0)),
    url('images/68985ce947d3d143bd6d17c2_Gatehouse-and-concierge.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.copy-section.major-events-2 {
  background-image:
    linear-gradient(-90deg, #000 32%, rgba(255,255,255,0)),
    url('images/689861894ed9cc744667bc70_MAJOR-EVENTS.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.copy-section.corp-rent-risk {
  background-image:
    linear-gradient(-90deg, #000 27%, rgba(255,255,255,0)),
    url('images/6846b404fad5e45929b685c0_Corporate-and-Enterprise-Risk-Management.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.copy-section.cber-security-risk {
  background-image:
    linear-gradient(90deg, #000, rgba(255,255,255,0)),
    url('images/6846b70ca1e5224061ff86f0_Cyber-Security-Risk-Management.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.copy-section.security-comliance-and-gov {
  background-image:
    linear-gradient(90deg, #000 27%, rgba(255,255,255,0)),
    url('images/6846b4708f3d7d1f31ae3dda_Security-Compliance-and-Governance_.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.copy-section.sustainable-practices {
  background-image:
    linear-gradient(-90deg, #000 32%, rgba(255,255,255,0)),
    url('images/6846c81bfa317dd8d903ac5a_Environmentally-Sustainable-Practices.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.copy-section.governance {
  background-image:
    linear-gradient(90deg, #000, rgba(255,255,255,0)),
    url('images/6846c7d3d3dfc44d8af5f8e1_GOVERNANCE.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.copy-section.intelligent-cctv {
  background-image:
    linear-gradient(90deg, #000 20%, rgba(255,255,255,0)),
    url('images/6845513462220e2c8cb1d845_INTELLIGENT-CCTV.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.copy-section.electronic-security {
  background-image: url('images/684630ec5b87bb94b7936986_Electronic-Security.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.copy-section.intelligent-tv {
  background-image:
    linear-gradient(90deg, #000 18%, rgba(255,255,255,0)),
    url('images/68467aebfad890c065d7b8db_Back-to-Base-Alram-Monitoring.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.copy-section.right-align.on-sit-guarding {
  padding-right: 143px;
}

.copy-section.right-align.social.partners {
  padding-right: 143px;
}

.mob-sp-copy,
.osg-copy,
.ep-copy,
.me-copy,
.g-c-copy,
.s-s-copy,
.sas-copy {
  /* contain the copy content */
}

.osg-copy {
  max-width: 40%;
}

/* ========================================
   PARTNERS SECTION
======================================== */
.partners-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.partners-section .partners-heading {
  color: var(--barrick-teal);
}

.partners-conatiner {
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 101px;
  padding-top: 0;
}

.partners-heading {
  color: var(--barrick-teal);
  text-align: center;
  margin-top: 59px;
  margin-bottom: 44px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  place-items: center;
  margin-bottom: 60px;
}

.grid img {
  max-width: 130px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.body-copy.partners {
  font-size: 17px;
  line-height: 28px;
  margin-top: 20px;
}

/* ========================================
   SUBSIDIARIES PAGE SECTION
======================================== */
.subsiduaries-section {
  background-color: var(--color);
  background-image:
    linear-gradient(306deg, var(--barrick-teal), rgba(5,64,74,0.48) 37%, rgba(5,5,5,0));
  height: auto;
  padding-top: 53px;
  padding-bottom: 53px;
  display: flex;
  overflow: hidden;
}

.subsiduaries-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.subsiduaries-wrapper.static {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 60px;
}

.subs-wrapper {
  display: flex;
  flex-flow: row;
  width: 100%;
  margin-top: 40px;
  flex-wrap: wrap;
}

.cc {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 20px;
}

.logo-wrapper-subs {
  margin-bottom: 20px;
}

.image-26 {
  width: 200px;
  max-width: 100%;
}

.copy-wrapper_subs {
  flex: 1;
}

.subs-link {
  display: inline-block;
  color: var(--barrick-teal);
  font-family: var(--lato);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 12px;
  transition: opacity 0.2s;
}

.subs-link:hover {
  opacity: 0.7;
}

.svg-2 {
  max-width: 100%;
  height: auto;
}

.text-block-9.subs-intro {
  font-size: 22px;
  line-height: 32px;
}

.text-span-18 {
  color: var(--barrick-teal);
}

.text-span-15 {
  color: var(--barrick-teal);
}

.text-span-13 {
  color: var(--barrick-teal);
}

/* ========================================
   MISC INNER PAGE STYLES
======================================== */

.content-wrapper.our-team {
  max-width: 85%;
  width: 85%;
}

.section-heading.big {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: var(--barrick-teal);
  margin-bottom: 20px;
}

.text-span-3 {
  color: var(--barrick-teal);
}

.text-span-9,
.text-span-10,
.text-span-12 {
  color: var(--barrick-teal);
}

/* ========================================
   INSIGHTS / BLOG
======================================== */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
  width: 100%;
}

.insight-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.insight-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.insight-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.insight-body .topic-heading a {
  color: var(--barrick-teal);
  text-decoration: none;
}

.insights-pagination {
  margin-top: 60px;
  text-align: center;
}

.insights-pagination .page-numbers {
  color: var(--barrick-teal);
  padding: 6px 12px;
  text-decoration: none;
  font-family: var(--lato);
}

.insights-pagination .page-numbers.current {
  border: 1px solid var(--barrick-teal);
}

/* ========================================
   SINGLE POST
======================================== */
.single-post-content {
  max-width: 780px;
  width: 100%;
}

.single-post-thumb {
  margin-bottom: 40px;
}

.single-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post-body {
  font-family: var(--lato);
  font-size: 16px;
  line-height: 1.8;
}

.single-post-body h2,
.single-post-body h3,
.single-post-body h4 {
  color: var(--barrick-teal);
  margin-top: 32px;
  margin-bottom: 12px;
  font-family: var(--roboto);
}

.single-post-body p {
  margin-bottom: 20px;
}

.single-post-body img {
  max-width: 100%;
  height: auto;
}

.single-post-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

/* Responsive inner pages */
@media screen and (max-width: 991px) {
  .our-team-columns {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .new-conetnt-wrapper {
    max-width: 95%;
    padding: 60px 0;
  }

  .new-conetnt-wrapper.right {
    max-width: 100%;
    padding-left: 40px;
  }

  .new-content-left {
    max-width: 100%;
  }

  .half-image-background {
    display: none;
  }

  .copy-section.right-align {
    flex-direction: column;
  }

  .copy-section.right-align .new-conetnt-wrapper.right {
    max-width: 95%;
    padding-left: 5%;
  }

  .subs-wrapper {
    flex-direction: column;
  }

  .cc {
    width: 100%;
  }

  .w-col-4, .w-col-5, .w-col-6, .w-col-7, .w-col-8 {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .our-team-columns {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

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

  ._2-colunm-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .new-conetnt-wrapper.left,
  .new-conetnt-wrapper {
    justify-content: flex-start;
    padding: 40px 5%;
  }

  .new-content-left {
    max-width: 100%;
  }

  .content-column.values {
    width: 100%;
  }

  .copy-left {
    padding-right: 20px;
    padding-top: 20px;
  }

  .partners-heading {
    font-size: 26px;
  }

  .master-section.values {
    height: auto;
    padding: 60px 0;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   SUBSIDIARIES GRID (page-our-subsidiaries)
======================================== */
.subs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
  margin-top: 60px;
}

.subs-card {
  display: flex;
  flex-direction: column;
}

.subs-card .logo-wrapper-subs {
  margin-bottom: 24px;
}

.subs-card .image-26 {
  width: 180px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .subs-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ========================================
   FAQ SECTION
======================================== */
.faq-section {
  background: #000;
  padding: 80px 0;
  border-top: 1px solid #1a1a1a;
}

.content-wrapper.faq {
  max-width: 900px;
}

.faq-title {
  color: #fff;
  margin-bottom: 48px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid #222;
}

.faq-item:first-child {
  border-top: 1px solid #222;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  position: relative;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: #058094;
}

.faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: #058094;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-icon::before {
  width: 16px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 16px;
}

.faq-question[aria-expanded="true"] .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-question[aria-expanded="true"] {
  color: #058094;
}

.faq-answer {
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer p {
  padding: 0 48px 24px 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 767px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-question {
    font-size: 16px;
    padding-right: 36px;
  }

  .faq-answer p {
    font-size: 15px;
  }
}

/* ==========================================
   CASE STUDIES
========================================== */
.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 40px;
}

.case-study-card {
    background: #f7f7f7;
    border-left: 4px solid #058094;
    padding: 32px;
    text-decoration: none;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.case-study-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

.case-study-card-industry {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #058094;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}

.case-study-card-title {
    font-size: 21px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.case-study-card-excerpt {
    font-size: 15px;
    color: #555;
    line-height: 1.65;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
}

.case-study-card-link {
    color: #058094;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.case-study-intro-wrapper {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 48px;
    align-items: start;
    margin-top: 32px;
}

.case-study-meta-item {
    margin-bottom: 20px;
}

.case-study-meta-key {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 3px;
}

.case-study-meta-val {
    font-size: 14px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.case-study-results-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.case-study-results-list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.55;
}

.case-study-results-list li::before {
    content: '';
    display: block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    background: #058094;
    border-radius: 50%;
    margin-top: 6px;
}

.case-study-quote-section {
    background: #0c0000;
    padding: 80px 0;
}

.case-study-quote-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.case-study-quote-mark {
    font-size: 72px;
    color: #058094;
    font-family: Georgia, serif;
    line-height: 0.9;
    display: block;
    margin-bottom: 16px;
}

.case-study-quote-text {
    font-size: 19px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-style: italic;
    line-height: 1.75;
    margin-bottom: 32px;
}

.case-study-quote-author {
    font-size: 16px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 4px;
}

.case-study-quote-role {
    font-size: 13px;
    color: #058094;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.5px;
}

.case-study-cta-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 32px;
    align-items: center;
    justify-content: center;
}

.case-study-back-link {
    color: #058094;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.case-study-back-link:hover {
    text-decoration: underline;
}

/* ==========================================
   FOOTER CREDIT
========================================== */
.text-block.footer-credit {
    margin-top: 6px;
}

.footer-credit-link {
    color: var(--white);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-credit-link:hover {
    opacity: 0.5;
}

/* ==========================================
   INSIGHTS GRID (home.php blog index)
========================================== */
.insights-section {
    padding: 80px 0;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 40px;
}

.insight-card {
    border: 1px solid #e2e2e2;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
}

.insight-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}

.insight-card-body {
    padding: 24px;
    flex: 1;
}

.insight-card-category {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #058094;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.insight-card-title {
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.35;
    margin-bottom: 12px;
}

.insight-card-excerpt {
    font-size: 14px;
    color: #666;
    font-family: Lato, sans-serif;
    line-height: 1.6;
}

.insight-card-footer {
    padding: 14px 24px;
    border-top: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insight-card-date {
    font-size: 12px;
    color: #aaa;
    font-family: Lato, sans-serif;
}

.insight-card-read-more {
    font-size: 11px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #058094;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.insights-coming-soon {
    text-align: center;
    padding: 60px 0;
    color: #888;
    font-family: Lato, sans-serif;
    font-size: 16px;
}

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 991px) {
    .case-studies-grid {
        grid-template-columns: 1fr;
    }
    .case-study-intro-wrapper {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .insights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .insights-grid {
        grid-template-columns: 1fr;
    }
    .case-study-quote-text {
        font-size: 17px;
    }
}

/* insight-body padding inside cards */
.insight-body {
    padding: 20px 20px 16px;
}
.insight-body .topic-copy {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 6px;
    margin-bottom: 12px;
    color: #555;
}

/* single post — remove the 100vh height cap */
.about-us-section.single-post {
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
}
.about-us-section.single-post .about-us-wrapper {
    position: relative;
}

/* insights archive — wrapper must be in flow so grid height expands section */
.about-us-section.insights-archive {
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
}
.about-us-section.insights-archive .about-us-wrapper {
    position: relative;
}

/* =========================================
   WHAT WE DO (homepage)
========================================= */
.what-we-do-section {
    background: #0c0000;
    padding: 80px 0;
}
.what-we-do-header {
    margin-bottom: 48px;
}
.section-heading.wwd {
    color: rgba(255,255,255,0.5);
}
.heading-3.wwd {
    color: #fff;
    margin-top: 8px;
}
.what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.what-we-do-card {
    padding: 40px 36px;
    background: #0c0000;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
}
.what-we-do-card:nth-child(3n) {
    border-right: 1px solid rgba(255,255,255,0.1);
}
.what-we-do-card:nth-child(n+4) {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.what-we-do-number {
    font-size: 52px;
    font-weight: 700;
    color: var(--barrick-teal);
    line-height: 1;
    margin-bottom: 18px;
    font-family: Roboto, sans-serif;
}
.what-we-do-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
}
.what-we-do-copy {
    color: rgba(255,255,255,0.65);
    line-height: 1.75;
    margin-bottom: 24px;
    font-size: 15px;
}
.what-we-do-link {
    color: var(--barrick-teal);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: opacity 0.2s ease;
}
.what-we-do-link:hover {
    opacity: 0.65;
}
@media (max-width: 991px) {
    .what-we-do-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .what-we-do-grid {
        grid-template-columns: 1fr;
    }
    .what-we-do-card {
        padding: 32px 24px;
    }
}

/* =========================================
   INDUSTRIES GRID
========================================= */
.industries-grid-section {
    background: #fff;
    padding: 96px 0;
}
.industries-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
    margin-top: 56px;
}
.industry-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f8f8f8;
    border-top: 3px solid var(--barrick-teal);
    padding: 32px 28px;
}
.industry-card-name {
    font-size: 17px;
    font-weight: 700;
    color: #0c0000;
    margin-bottom: 12px;
    display: block;
}
.industry-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
@media (max-width: 991px) {
    .industries-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 479px) {
    .industries-cards-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   PROJECTS ARCHIVE
========================================= */
.about-us-section.projects-archive { height: auto; min-height: auto; max-height: none; overflow: visible; padding: 80px 0; }
.about-us-section.projects-archive .about-us-wrapper { position: relative; width: 100%; }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.project-card { background: #fff; border: 1px solid #e8e8e8; display: flex; flex-direction: column; transition: box-shadow 0.2s ease, transform 0.2s ease; }
.project-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.10); transform: translateY(-3px); }
.project-card-img-wrap { display: block; overflow: hidden; aspect-ratio: 16/9; }
.project-card-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; }
.project-card:hover .project-card-img { transform: scale(1.04); }
.project-card-body { padding: 24px 22px 20px; display: flex; flex-direction: column; flex: 1; }
.project-sector-badge { display: inline-block; background: var(--barrick-teal); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; margin-bottom: 12px; }
.project-card-title { font-size: 18px; font-weight: 700; color: #0c0000; margin: 0 0 8px; line-height: 1.35; }
.project-card-title a { color: inherit; text-decoration: none; }
.project-card-title a:hover { color: var(--barrick-teal); }
.project-card-client { font-size: 13px; font-weight: 600; color: var(--barrick-teal); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.04em; }
.project-card-excerpt { font-size: 14px; color: #555; line-height: 1.65; margin-bottom: 18px; flex: 1; }
.project-card-footer { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid #f0f0f0; flex-wrap: wrap; }
.project-year, .project-location { font-size: 12px; color: #888; }
.project-year::before { content: '\2022 '; }
.project-card-link { margin-left: auto; font-size: 13px; font-weight: 700; color: var(--barrick-teal); text-decoration: none; white-space: nowrap; }
.project-card-link:hover { opacity: 0.7; }
.projects-pagination { margin-top: 48px; text-align: center; }
.projects-pagination .page-numbers { display: inline-block; padding: 8px 14px; margin: 0 3px; border: 1px solid #ddd; color: #444; text-decoration: none; font-size: 14px; }
.projects-pagination .page-numbers.current { background: var(--barrick-teal); border-color: var(--barrick-teal); color: #fff; }
.projects-empty { padding: 60px 0; text-align: center; color: #888; }
@media (max-width: 991px) { .projects-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .projects-grid { grid-template-columns: 1fr; } }

/* =========================================
   PROJECT SINGLE
========================================= */
.project-meta-section { background: #0c0000; padding: 0; }
.project-meta-bar { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid rgba(255,255,255,0.1); }
.project-meta-item { padding: 24px 32px; border-right: 1px solid rgba(255,255,255,0.1); flex: 1; min-width: 140px; }
.project-meta-services { flex: 2; }
.project-meta-label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.45); margin-bottom: 6px; }
.project-meta-value { display: block; font-size: 14px; color: #fff; line-height: 1.5; }
.project-content-section { padding: 72px 0 64px; background: #fff; }
.project-featured-image { margin-bottom: 48px; border-radius: 2px; overflow: hidden; }
.project-featured-image img { width: 100%; height: auto; display: block; }
.project-content-body { max-width: 820px; }
.project-content-body h2 { font-size: 26px; font-weight: 700; color: #0c0000; margin: 40px 0 16px; }
.project-content-body h3 { font-size: 20px; font-weight: 700; color: #0c0000; margin: 32px 0 12px; }
.project-content-body p { font-size: 16px; color: #333; line-height: 1.8; margin-bottom: 20px; }
.project-content-body ul, .project-content-body ol { padding-left: 24px; margin-bottom: 20px; }
.project-content-body li { font-size: 16px; color: #333; line-height: 1.75; margin-bottom: 6px; }
.project-content-body strong { color: #0c0000; }
.project-back-link { margin-top: 48px; padding-top: 24px; border-top: 1px solid #eee; }
.project-back-link a { font-size: 14px; color: #666; text-decoration: none; font-weight: 600; }
.project-back-link a:hover { color: var(--barrick-teal); }
@media (max-width: 767px) { .project-meta-bar { flex-direction: column; } .project-meta-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 18px 24px; } }

/* =========================================
   PROJECT CTA SECTION (replaces case-study-quote-section usage)
========================================= */
.project-cta-section {
    background: #0c0000;
    border-top: 4px solid var(--barrick-teal);
    padding: 80px 0;
}
.project-cta-inner {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    padding: 0 24px;
}
.project-cta-label {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--barrick-teal);
    margin-bottom: 18px;
}
.project-cta-heading {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 18px;
}
.project-cta-body {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    line-height: 1.8;
    margin: 0 0 40px;
}
.project-cta-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.project-cta-back {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
}
.project-cta-back:hover { color: rgba(255,255,255,0.9); }
@media (max-width: 767px) {
    .project-cta-section { padding: 56px 0; }
    .project-cta-heading { font-size: 26px; }
    .project-cta-body { font-size: 15px; }
}
@media (max-width: 479px) {
    .project-cta-section { padding: 48px 0; }
    .project-cta-heading { font-size: 22px; }
    .project-cta-buttons { flex-direction: column; gap: 16px; }
}

/* =========================================
   PROJECT CARD LOGO
========================================= */
.project-card-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.project-card-logo img {
    max-height: 36px;
    max-width: 120px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: opacity 0.2s, filter 0.2s;
}
.project-card:hover .project-card-logo img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Project single — logo in meta bar */
.project-meta-logo {
    display: flex;
    align-items: center;
    padding: 20px 32px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.project-meta-logo img {
    max-height: 40px;
    max-width: 130px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.75;
}
@media (max-width: 767px) {
    .project-meta-logo { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 18px 24px; }
}
