/* ********************************** FRONTPAGE PAGE ****************************************** */
/*
NEWS & INSIGHTS 
*/
.news-image-wrapper {
    overflow: hidden;
}

.news-image-wrapper img {
    transition: transform 0.5s ease;
}

.news-card:hover .news-image-wrapper img {
    transform: scale(1.05);
}

/* Meta overlay */
.news-meta {
    bottom: 12px;
    left: 12px;
    background: var(--color-gold);
    color: #fff;
    font-size: 0.875rem;
}
.news-title {
	min-height: 60px;
	font-size: 1.2em;
	margin: 20px 0;
}
.meta-divider {
    width: 1px;
    height: 14px;
    background-color: #fff;
    opacity: 0.6;
}

/* Read more */
.news-read-more {
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid var(--color-grey);
}

.news-read-more i {
    transition: transform 0.3s ease;
}

.news-read-more:hover i {
    transform: translateX(5px);
}

a.view-all {
    border-bottom: 2px solid var(--color-grey);
}
.news-content p {
    font-size: 1rem;
    font-weight: 400;
}
h4.single-news-title.page-title{
    font-size: 28px;
}
.banner-image img {
    width: 100%;
}

section.single-news-section.py-5 {
    margin-top: 150px;
}


/* ********************************** ABOUT US PAGE ****************************************** */

/*  
INSIDE BANNER
*/
h4.page-title{
    font-weight: 500;
    color: var(--color-gold);
}

/*  
OVERVIEW EXPERIENCE
*/
section.experience-section .container.py-5 {
    position: relative;
    z-index: 9;
}
.experience-years {
    margin-top: -35px;
}

span.years-number {
    font-size: 7.8rem;
    font-family: var(--font-heading);
    color:var(--color-white);
}
span.years-label.d-block {
    font-family: var(--font-main);
    font-size: var(--font-size-h5);
    font-weight: 500;
    letter-spacing: 27.72px;
}
p.experience-description {
    font-size: 37px;
    font-weight: 500;
}
p.experience-description.minerals {
    font-size: 22px;
}
.overview-row{
    margin-top: var(--space-base);
}
section.experience-section .overview-desc p {
    color: #fff;
}

/* 
CORE VALUES
 */







 /* 
 MINERALS
*/
a.read-more.text-white.d-inline-flex.align-items-center.text-decoration-none.border-bottom:hover{
  color: var(--card-gold) !important;
  border-bottom: 1px solid var(--card-gold) !important;
}
section.minerals-section {
    padding-top: 40px;
    padding-bottom: 160px;
}
section.values-section .container .row {
    border-top: 2px solid var(--color-gold);
    padding: 45px 0;
}

.minerals-content p{
    color: var(--color-white);
}
.minerals-content {
    margin-left: 95px;
}
section.minerals-section button.btn.btn-link.toggle-content {
    color: var(--color-gold);
    font-size: 20px;
}
section.minerals-section button.btn.btn-link.toggle-content:hover{
  color: var(--card-white);
}
section.minerals-section span {
    font-family: var(--font-heading);
}
.minerals-images.minerals-images-1 {
    position: relative;
}
.mb-3.is-second-image {
    position: absolute;
    bottom: -240px;
}
.mineral-type {
    background: #c9a43e98;
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
    right: 185px !important;
}
.mb-3.is-second-image .mineral-type {
    background:  rgba(187, 187, 187, 0.70);
    right: 0 !important;
}




/* 
LEADERSHIP
*/
.with-border-top {
    padding-top: 8rem;
}

.with-border-top .container {
    padding-top: 50px;
    border-top: 1px solid var(--color-gold);
}
/* Tabs */
.leadership-tabs .nav-link {
    /* background: #61E8E1; */
    background: transparent;
    border: 1px solid var(--color-gold) !important;
    color: #000;
    border-radius: 6px;
    margin-right: 10px;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.leadership-tabs .nav-link.active {
    background: var(--card-gold);
    color: #000;
}

/* View All */
.view-all {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 24px;
}
a.view-all:hover{
  border-bottom: 2px solid var(--color-gold);
}
.view-all:hover{
  color: var(--color-gold);
}

/* Card */
.leader-image-wrapper {
    position: relative;
}

/* Plus Button */
.leader-plus {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    /* background: #61E8E1; */
    background: var(--card-low-opacity-gold);
    border: none;
    color: var(--card-white);
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.leader-plus:hover{
    background: var(--color-black);
}
/* Text */
.leader-info {
    padding: 15px;
}
.leader-position {
    font-size: 14px;
}
.leader-name {
    font-size: 18px;
    font-weight: 600;
}

button.btn-close.position-absolute.top-0.end-0.m-3 {
    z-index: 10;
}

div#leaderModal {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
}

/*
STAKEHOLDERS 
*/
.stakeholders-section .stake-image-wrapper {
    position: relative;
    overflow: hidden;
}

.stakeholders-section .stake-image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #231F20 100%);
    border-radius: 7px;
}

.stakeholders-section .stake-text {
    color: #fff;
    display: inline-block; /* width adjusts to content by default */
    width: 100%; /* match image width */
    box-sizing: border-box;
}

/* Background colors for the text container */
.stake-text-0 {
    background: linear-gradient(90deg, #231F20 0%, #8C8C8C 100%);
}

.stake-text-1 {
    background: #C9A33E;
}

.stake-text-2 {
    background: #231F20;
}

/* Small line between headings */
.stakeholders-section .small-line {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 10px 0;
    border: none;
    opacity: initial;
}

/* Remove background from h5/h6 */
.stake-text h5 {
    background: none;
    margin: 0;
}



/* 
CAREERS
*/
/* ================================
   CAREERS FORM – 2026 DESIGN
================================ */

.careers-form {
  background: var(--gradient-black);
  padding: var(--space-xl);
  border-radius: var(--radius-lg);
  /* max-width: 720px; */
  margin: 0 auto;
  box-shadow: var(--shadow-md);
  font-family: var(--font-main);
}

.careers-form label {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  color: var(--color-gold);
  margin-bottom: var(--space-xs);
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.careers-form .form-row {
  margin-bottom: var(--space-md);
}

.careers-form input,
.careers-form textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(201,163,62,0.4);
  border-radius: var(--radius-md);
  color: var(--card-white);
  font-size: 15px;
  transition: var(--transition);
}

.careers-form textarea {
  min-height: 140px;
  resize: vertical;
}

.careers-form input::placeholder,
.careers-form textarea::placeholder {
  color: var(--platinum);
}

.careers-form input:focus,
.careers-form textarea:focus {
  outline: none;
  border-color: var(--color-blue);
  box-shadow: 0 0 0 2px rgba(97,232,225,0.3);
}

/* File Upload */
.careers-form input[type="file"] {
  padding: 10px;
  background: rgba(201,163,62,0.08);
  border-style: dashed;
}

/* Submit Button */
.careers-form .submit-row {
  margin-top: var(--space-lg);
}

.careers-form input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-family: var(--font-heading);
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  background: var(--gradient-gold);
  color: var(--color-black);
  transition: var(--transition);
}

.careers-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(201,163,62,0.4);
}

/* Validation & Errors */
.wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 4px;
}

.wpcf7-response-output {
  border-radius: var(--radius-md);
  padding: var(--space-md);
  font-size: 14px;
}

.wpcf7-form a {
	color: var(--color-gold);
}

.contact-us-section p input, .contact-us-section p textarea {
	color: var(--color-white);
}


    section.explore-opportunities-section {
        background: var(--color-grey);
        padding-top: 5rem;
    }

    section.explore-opportunities-section.why-choose {
        background: transparent;
        padding-top: 5rem;
    }

    .container.the-border-top {
        border-top: 1px solid var(--color-gold);
        margin-bottom: 40px;
        padding-top: 60px;
    }
    section.explore-opportunities-section.why-choose .career-content p{
        color:var(--color-grey);
    }
    section.explore-opportunities-section.why-choose img.wp-image-576 {
        width: 100%;
        object-fit: cover;
        height: auto;
    }
    .career-content p{
        font-size:22px;
        font-weight:500;
        color:var(--color-white);
    }
    .career-content p a {
        font-size: initial;
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        border-bottom: 2px solid var(--color-white); /* Change color if needed */
        padding-bottom: 3px;
        transition: all 0.3s ease;
        margin-bottom:10px;
    }

    /* FontAwesome arrow */
    .career-content p a::after {
        content: "\f061"; /* fa-arrow-right */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 14px;
        transition: transform 0.3s ease;
    }

    /* Hover effect */
    .career-content p a:hover {
        color:var(--color-gold);
        border-bottom-color:var(--color-gold); /* Your accent green */
    }

    .career-content p a:hover::after {
        transform: translateX(4px);
    }

    section.explore-opportunities-section h3{
        font-weight:500;
    }
   section.explore-opportunities-section h2{
        font-weight:600;
    }
    section.explore-opportunities-section figure {
        margin: 0 !important;
    }

    .operations-card {
        border: 2px solid var(--color-grey);
        padding: 1rem;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content:center;
        height:100%;
    }

    .operation-title {
        font-size: 20px;
        font-weight: 500;
    }

    span.operation-line {
        display: inline-block;
        background: var(--color-grey);
        height: 2px;
        width: 26px;
        margin:15px 0;
    }


    .pathways .stake-text-2 {
        background: white;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .pathways .stake-text-2 h5{
        color:var(--color-grey);
     }

     .pathways .stake-text-2 .small-line{
        background:var(--color-grey);
     }

    .pathways .stake-text-0 ul li,
    .pathways .stake-text-1 ul li{
       color:white;
    }
   .pathways .stake-text ul{
        list-style: disc !important;
        padding-left:1rem !important;
    }
    .pathways .stake-text ul li{
        font-weight:400;
    }
    .career-overview ul {
        list-style: disc !important;
        padding-left: 1rem !important;
        margin-top: 100px;
    }
    .career-overview ul li {
        color: var(--color-white);
        font-weight: 400;
        font-size: 19px;
    }




    section.explore-opportunities-section .newsletter-wrap {
        display: flex;
        align-items: end;
        gap: 20px;
        justify-content: space-between;
        flex-wrap:wrap;
    }

    section.explore-opportunities-section .newsletter-input input {
        border: none;
        border-bottom: 2px solid #231f204c;
        background: transparent;
        padding: 8px 0;
        width:700px;
        outline: none;
    }

    section.explore-opportunities-section .newsletter-submit button {
        background: transparent;
        border: none;
        border-bottom: 2px solid #231f204c;
        cursor: pointer;
        font-weight: 600;
        font-size: 20px;
    }

    section.explore-opportunities-section .newsletter-submit button i {
        font-size: 14px;
    }

/* 
SUSTAINABILITY STRATEGIES
*/

/* ============================
   STRATEGIES SECTION
============================ */
.strategies-section {
  background: linear-gradient(
    to bottom,
    rgba(35, 31, 32, 0.95),
    rgba(35, 31, 32, 1)
  );
  padding: var(--space-xxl) 0;
}

/* ============================
   STRATEGY CARD
============================ */
.strategy-card {
  background: var(--card-white);
  border-radius: var(--radius-lg);
  padding: calc(var(--space-lg) + 0.5rem);
  height: 100%;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.strategy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* ============================
   ICON
============================ */
.strategy-icon {
  font-size: 2.4rem;
  color: var(--card-gold);
  opacity: 0.85;
  margin-bottom: var(--space-md);
}

/* ============================
   TITLE
============================ */
.strategy-title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 500;
  color: var(--card-grey);
  margin-bottom: var(--space-sm);
  line-height: 1.25;
}

/* ============================
   SUMMARY
============================ */
.strategy-summary {
  font-family: var(--font-main);
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(35, 31, 32, 0.7);
}

/* ============================
   MODAL
============================ */
.strategy-modal .modal-content {
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  background: var(--card-white);
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

/* Close button */
.modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.modal-close:hover {
  opacity: 0.7;
}

/* ============================
   MODAL LEFT
============================ */
.modal-left h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--card-grey);
  margin-bottom: var(--space-md);
}

.modal-image {
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* ============================
   MODAL RIGHT CONTENT
============================ */
.modal-right {
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(35, 31, 32, 0.85);
}

.modal-right p {
  margin-bottom: 1.2rem;
}


/* ============================
   BLURRED MODAL BACKDROP
============================ */
/* .modal-backdrop.show {
  opacity: 1;
} */

.modal-backdrop {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}




.parallax-cover {
    position: relative;
    overflow: hidden;
}

/* Image + Overlay move together */
.parallax-cover .wp-block-cover__image-background,
.parallax-cover .wp-block-cover__background {
    transform: translateY(0) scale(1.15);
    transition: transform 0.1s linear;
    will-change: transform;
}

/* Keep content above */
.parallax-cover .wp-block-cover__inner-container {
    position: relative;
    z-index: 3;
}






/* ============================
   Responsiveness
============================ */
@media (max-width: 1100px){
    section.explore-opportunities-section .newsletter-input input {
        width:initial;
    }
    
}


@media (max-width: 992px){
  h1.page-excerpt {
    font-size: 2rem;
  }
  .news-content p {
    font-size: 16px;
  }
  h4.single-news-title.page-title {
    font-size: 21px;
  }
}

@media (max-width: 768px){
  .experience-years {
    margin-top: 0;
  }
  h1.page-excerpt {
    font-size: 1rem;
  }
}


@media (max-width: 521px){
  section.leadership-section.with-border-top .nav-link {
      padding: 6px 6px;
      font-size: 13px;
  }
  ul.nav.leadership-tabs {
    flex-basis: 100%;
  }
  section.explore-opportunities-section .newsletter-input input {
    max-width: 150px;
  }
}






#search-popup {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* overlay */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Add blur to the background */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px); 
}

#search-popup .asl-popup-content {
    background: #fff;
    padding: 3rem;
    border-radius: 8px;
    max-width: 1280px;
    width: 100%;
    position: relative;
}

#search-popup .asl-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    color: var(--color-gold) !important;
}

