/* ==========================================================================
   GoldBod - Ghana Gold Board
   Global stylesheet (shared across all pages)
   ========================================================================== */

:root {
  --gb-green: #27562a;
  --gb-green-dark: #0f3320;
  --gb-green-darker: #0b2c15;
  --gb-gold: #cea437;
  --gb-gold-light: #e6c568;
  --gb-gray-dark: #4f4c47;
  --gb-gray-light: #f5f5f2;
  --gb-cream: #ece0c3;
  --gb-text: #26302a;
  --gb-radius: 14px;
  --gb-radius-lg: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--gb-text);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--gb-green);
}

a {
  text-decoration: none;
}

section {
  overflow: hidden;
}

.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-title {
  font-size: 3.125rem;
  line-height: 1.25;
  font-weight: 700;
}

.section-title2 {
  font-size: 30px;
  font-weight: 500;
}


.text-green {
  color: var(--gb-green) !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.78);
  /* max-width: 720px; */
  margin: 1rem auto 0;
  font-size: 19px;
  font-weight: 400;
}

/* .section-heading-block {
  max-width: 700px;
} */

.link-gold {
  color: var(--gb-gold);
  font-weight: 400;
  white-space: nowrap;
}

.link-gold:hover {
  color: var(--gb-gold-light);
  text-decoration: underline;
}

/* ---------- Buttons ---------- */
.btn-gb-green {
  background-color: var(--gb-green);
  border: 1px solid var(--gb-green);
  color: #fff;
  border-radius: 50px;
  padding: .65rem 1.75rem;
  font-weight: 600;
  font-size: .95rem;
}

.btn-gb-green:hover {
  background-color: var(--gb-gold);
  border-color: var(--gb-gold);
  border: 1px solid var(--gb-gold);
  color: #fff;
}

.btn-outline-cta {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: .7rem 2.25rem;
  font-weight: 600;
  background: transparent;
}

.btn-outline-cta:hover {
  background-color: #fff;
  color: var(--gb-gray-dark);
}

.badge-pill {
  display: inline-block;
  background-color: #27562a !important;
  color: #ffffff;
  font-weight: 600;
  font-size: .85rem;
  padding: .4rem 1.1rem;
  border-radius: 50px;
  border: 1px solid white;
}

.badge-pill2 {
  display: inline-block;
  background-color: #ffffff !important;
  color: #27562a;
  font-weight: 600;
  font-size: .85rem;
  padding: .4rem 1.1rem;
  border-radius: 50px;
  border: 1px solid #27562a;
}

.globalspac {
  padding: 0 10rem;
}

/* Large desktops */
@media (max-width: 1400px) {
  .globalspac {
    padding: 0 8rem;
  }
}

/* Laptops */
@media (max-width: 1200px) {
  .globalspac {
    padding: 0 6rem;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .globalspac {
    padding: 0 4rem;
  }
}

/* Small tablets */
@media (max-width: 768px) {
  .globalspac {
    padding: 0 2rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .globalspac {
    padding: 0 12px;
  }
}


.homewed {
  color: #fff;
}

.iconhomw {
  width: 49px;
  opacity: 0.55;
}


.col-md-4.hlo.wwd-item:hover {
  background-color: rgb(207 165 117 / 14%);
}

.col-md-4.hlo.wwd-item2:hover {
  background-color: rgb(207 165 117 / 14%);
}

.col-md-4.hlo.wwd-item3:hover {
  background-color: rgb(207 165 117 / 14%);
}



/* ==========================================================================
   Header
   ========================================================================== */

.gb-topbar {
  background-color: var(--gb-gold);
  color: var(--gb-green-dark);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: .4rem 0;
  letter-spacing: .02em;
  cursor: pointer;
  border: none;
  width: 100%;
  display: block;
}



/* ---------- Gold price modal ---------- */
.gold-price-modal .modal-content {
  background-color: var(--gb-green);
  border: none;
  border-radius: var(--gb-radius-lg);
  padding: 1.5rem;
}

.gold-price-modal .modal-header {
  border: none;
  justify-content: flex-end;
  padding: 0 0 .5rem;
}

.gold-price-modal .modal-body {
  padding: 0 1rem 1rem;
}

.gold-price-title {
  color: var(--gb-gold);
  font-weight: 800;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.35;
}

.gold-price-date {
  color: var(--gb-gold);
  font-weight: 800;
  text-align: center;
  font-size: 1.3rem;
  margin-top: .5rem;
}

.gold-price-card {
  background-color: #fff;
  border-radius: var(--gb-radius);
  padding: 2.25rem 2rem;
  margin-top: 1.75rem;
}

.gold-price-row {
  text-align: center;
  margin-bottom: 1.5rem;
}

.gold-price-row.faded {
  opacity: .18;
}

.gold-price-row:last-child {
  margin-bottom: 0;
}

.gold-price-label {
  color: #6b7166;
  font-size: 1rem;
  margin-bottom: .25rem;
}

.gold-price-value {
  color: var(--gb-text);
  font-weight: 800;
  font-size: 1.3rem;
}

.gb-navbar {
  background-color: var(--gb-green);
  /* padding-top: .85rem;
  padding-bottom: .85rem; */
}

.gb-brand {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.gb-brand img {
  /* height: 42px; */
  width: 250px;
}

.gb-navbar .nav-link {
  color: rgba(255, 255, 255, .9);
  font-weight: 500;
  font-size: .95rem;
  padding: 1.2rem .9rem !important;
}

.gb-navbar .nav-link:hover,
.gb-navbar .nav-link.active,
.gb-navbar .dropdown-toggle.show {
  color: var(--gb-gold-light);
}

.gb-navbar .nav-link:focus,
.gb-navbar .nav-link:focus-visible {
  outline: none;
  box-shadow: none;
}

.gb-navbar .dropdown-toggle::after {
  vertical-align: .1em;
}

.gb-navbar .dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  border-radius: 10px;
  padding: .5rem;
}

.gb-navbar .dropdown-item {
  border-radius: 6px;
  font-size: .92rem;
  padding: .8rem .75rem;
  color: var(--gb-text);
}

.gb-navbar .dropdown-item:hover,
.gb-navbar .dropdown-item:focus {
  background-color: transparent;
  color: var(--gb-gold);
}

.gb-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, .5);
}

.gb-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-licensing {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: .55rem 1.6rem;
  font-weight: 600;
  font-size: .9rem;
}

.btn-licensing:hover {
  background-color: #fff;
  color: var(--gb-green);
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
  height: 90vh;
  min-height: 480px;
  max-height: 720px;
  position: relative;
}

.hero-slide {
  position: relative;
  overflow: hidden;
}

.hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .55);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  max-width: 81%;
  margin: 0 auto;
}

.hero-content h1 {
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 7rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.3125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .9);
}

.hero-indicators {
  bottom: 1.5rem;
}

.hero-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, .5);
  margin: 0 5px;
}

.hero-indicators .active {
  background-color: var(--gb-gold);
}

/* ==========================================================================
   Page Hero (inner-page title banner)
   ========================================================================== */

.page-hero {
  background-color: var(--gb-green);
  padding: 5rem 10rem;
}

/* Large desktops */
@media (max-width: 1400px) {
  .page-hero {
    padding: 5rem 8rem;
  }
}

/* Laptops */
@media (max-width: 1200px) {
  .page-hero {
    padding: 4.5rem 6rem;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .page-hero {
    padding: 4rem 4rem;
  }
}

/* Small tablets */
@media (max-width: 768px) {
  .page-hero {
    padding: 3.5rem 2rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .page-hero {
    padding: 3rem 1rem;
  }
}

.page-hero-title {
  color: #fff;
  font-size: clamp(4rem, 4vw, 3rem);
  font-weight: 800;
  margin: 1.25rem 0 0;
}

.badge-pill-light {
  background-color: #fff;
}

.social-icons-sm a {
  width: 30px;
  height: 30px;
  font-size: .85rem;
  border-color: rgba(255, 255, 255, .5);
}

.page-hero-desc {
  color: rgba(255, 255, 255, .85);
  font-size: .95rem;
  line-height: 1.7;
  max-width: 420px;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.page-hero-desc-right {
  margin-left: auto;
  text-align: right;
}

.page-hero-desc-shift-right {
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .page-hero-desc {
    margin-top: 1.25rem;
    max-width: none;
  }
}

/* ==========================================================================
   Plain page title (no green banner - used for sub-pages like Organogram)
   ========================================================================== */

.page-title-plain-section {
  padding-top: 3rem;
}

.page-title-plain {
  color: var(--gb-green);
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 800;
}

.section-divider {
  border: none;
  border-top: 1px solid #e5e6e1;
  margin: 2rem 0;
}

.organogram-img-wrap {
  overflow-x: auto;
}

.organogram-img-wrap img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Photo gallery
   ========================================================================== */

.gallery-item {
  display: block;
  color: inherit;
}

.gallery-photo-wrap {
  overflow: hidden;
  /* border-radius: 6px; */
}

.gallery-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.gallery-item:hover .gallery-photo {
  transform: scale(1.05);
}

.gallery-caption {
  background-color: var(--gb-green);
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  padding: .75rem 1rem;
  transition: background-color .2s ease;
}

.gallery-item:hover .gallery-caption {
  background-color: var(--gb-gold);
}

.gallery-modal .modal-content {
  background-color: #111;
  border: none;
}

.gallery-modal .modal-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.gallery-modal .modal-body {
  background-color: #000;
}

.gallery-modal-img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  background-color: #000;
}

.video-modal .modal-content {
  background-color: #111;
  border: none;
}

.video-modal .modal-body {
  background-color: #000;
}

.video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ==========================================================================
   Single news / article page
   ========================================================================== */

.article-hero-img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: var(--gb-radius);
}

.article-meta {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.article-meta .article-date {
  color: var(--gb-gold);
}

.article-meta .article-sep {
  color: #c9cdc4;
}

.article-meta .article-tag {
  color: var(--gb-gray-dark);
}

.article-title {
  margin-bottom: 1.75rem;
  font-size: 32px;
}

.article-body {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.article-body p {
  color: #3c4238;
  line-height: 1.85;
  text-align: justify;
  margin-bottom: 1.25rem;
}

.article-body figure,
.article-body .post-media {
  margin: 2.5rem 0;
}

.article-body figure img,
.article-body .post-media img,
.article-body>img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--gb-radius);
  object-fit: cover;
}

.article-body figure figcaption,
.article-body .post-media figcaption {
  color: var(--gb-gray-dark);
  font-size: .9rem;
  margin-top: .75rem;
  text-align: center;
}

.article-inline-img {
  width: 100%;
  border-radius: var(--gb-radius);
  margin: 2.5rem 0 .5rem;
}

.related-news-section {
  background-color: var(--gb-gray-light);
}

/* ==========================================================================
   Contact page
   ========================================================================== */

.badge-pill-outline {
  display: inline-block;
  background-color: #fff;
  border: 1px solid var(--gb-green);
  color: var(--gb-green);
  font-weight: 700;
  font-size: .85rem;
  padding: .4rem 1.25rem;
  border-radius: 50px;
}

.contact-info-block p {
  color: #4a5048;
  margin-bottom: .3rem;
  line-height: 1.6;
}

.social-icons-solid a {
  background-color: var(--gb-green);
  border-color: var(--gb-green);
  color: #fff;
}

.social-icons-solid a:hover {
  background-color: var(--gb-gold);
  border-color: var(--gb-gold);
  color: var(--gb-green-darker);
}

.contact-map-section {
  position: relative;
  padding-bottom: 4rem;
}

.contact-map-wrap {
  height: 560px;
}

.contact-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-form-card {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: var(--gb-radius-lg);
  padding: 3rem;
  margin-top: -200px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
}

.contact-form-card h2 {
  font-size: 1.6rem;
  margin-bottom: 1.75rem;
}

.form-control-gb {
  border: 1px solid #e2e4de;
  border-radius: 10px;
  padding: .85rem 1.1rem;
  font-size: .95rem;
  width: 100%;
}

.form-control-gb:focus {
  outline: none;
  border-color: var(--gb-green);
  box-shadow: 0 0 0 3px rgba(27, 77, 52, .12);
}

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

.btn-submit-gb {
  display: block;
  width: 100%;
  background-color: var(--gb-green);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 1rem;
  font-weight: 600;
  font-size: 1rem;
}

.btn-submit-gb:hover {
  background-color: var(--gb-green-dark);
}

@media (max-width: 767.98px) {
  .contact-map-wrap {
    height: 380px;
  }

  .contact-form-card {
    margin-top: -80px;
    padding: 2rem 1.5rem;
  }
}

/* ==========================================================================
   Graphics grid (masonry)
   ========================================================================== */

.graphics-grid {
  column-count: 1;
  column-gap: 1.5rem;
}

@media (min-width: 576px) {
  .graphics-grid {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .graphics-grid {
    column-count: 3;
  }
}

.graphics-item {
  display: block;
  break-inside: avoid;
  margin-bottom: 1.5rem;
}

.graphics-item img {
  width: 100%;
  border-radius: 8px;
  display: block;
  transition: transform .3s ease, box-shadow .3s ease;
}

.graphics-item:hover img {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px -10px rgba(0, 0, 0, .3);
}

/* ==========================================================================
   Video gallery
   ========================================================================== */

.video-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #14140f;
}

.video-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.video-hero-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 60.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.video-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(6, 8, 5, .83);
}

.video-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.video-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.video-hero p {
  color: rgba(255, 255, 255, .85);
  max-width: 640px;
  line-height: 1.7;
  margin-bottom: 0;
}

.video-section {
  background-color: #000;
  padding: 3rem 0;
}

.video-card {
  display: block;
  margin-bottom: 2rem;
}

.video-thumb {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1a1a1a;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.video-thumb.video-thumb-logo {
  background-color: var(--gb-green);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.video-thumb.video-thumb-logo img {
  width: auto;
  max-width: 70%;
  height: auto;
  object-fit: contain;
}

.video-info {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  margin-top: .85rem;
}

.video-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: .15rem;
}

.video-info h3 {
  color: #fff;
  font-size: .92rem;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  transition: color .2s ease;
}

.video-card:hover .video-thumb img {
  transform: scale(1.04);
}

.video-card:hover h3 {
  color: var(--gb-gold-light);
}

/* ==========================================================================
   Board of Directors
   ========================================================================== */

.board-intro-section h2 {
  margin-bottom: 1.25rem;
}

.board-lead {
  color: var(--gb-green);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.board-list {
  color: #3c4238;
  /* line-height: 1.8; */
}

.board-list li {
  margin-bottom: .4rem;
}

.board-list ul {
  list-style-type: circle;
  margin-top: .4rem;
}

.board-callout {
  background-color: var(--gb-green);
  color: #fff;
  border-radius: var(--gb-radius);
  padding: 1.75rem 2rem;
  margin: 2rem 0;
}

.board-callout p {
  margin: 0;
  line-height: 1.7;
}

.board-section {
  background-color: var(--gb-gray-light);
}

.board-card {
  background-color: #fff;
  border-radius: var(--gb-radius);
  padding: 1.75rem 2rem;
  height: 100%;
}

.board-photo {
  /* width: 140px;
  height: 140px; */
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.25rem;
  background-color: var(--gb-gray-light);
}

.board-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}

.board-name-row h3 {
  font-size: 1rem;
  margin: 0;
  color: var(--gb-text);
  line-height: 1.4;
}

.board-seal {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

/* ==========================================================================
   Management / Team
   ========================================================================== */

.team-section {
  background-color: var(--gb-gray-light);
}

.mgmt-card {
  background-color: #fff;
  border-radius: var(--gb-radius);
  overflow: hidden;
  height: 100%;
}

.mgmt-photo {
  aspect-ratio: 3 / 3.4;
  overflow: hidden;
}

.mgmt-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mgmt-info {
  background-color: var(--gb-green);
  padding: 1.25rem 1.25rem;
}

.mgmt-info h3 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: .35rem;
  line-height: 1.35;
}

.mgmt-info p {
  color: rgba(255, 255, 255, .75);
  font-size: .85rem;
  margin: 0;
}

/* ==========================================================================
   Policy pages
   ========================================================================== */

.policy-section {
  position: relative;
}

.policy-watermark {
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
  width: 640px;
  max-width: 60vw;
  opacity: .07;
  pointer-events: none;
  z-index: 0;
}

.policy-content {
  position: relative;
  z-index: 1;
}

.policy-statement {
  color: var(--gb-green);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  max-width: 820px;
  margin-bottom: 1.5rem;
}

.file-download {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.file-download-icon {
  width: 60px;
  margin-bottom: .9rem;
}

.file-download-name {
  color: var(--gb-green);
  font-weight: 700;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1.6;
}

.file-download:hover .file-download-name {
  text-decoration: underline;
}

.policy-doc {}

.policy-doc h2 {
  margin-bottom: 1.5rem;
}

.policy-doc h3 {
  font-size: 1.4rem;
  margin-top: 2.25rem;
  margin-bottom: .75rem;
}

.policy-doc h4 {
  font-size: 1.05rem;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  color: var(--gb-green);
}

.policy-doc p {
  color: #3c4238;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.policy-doc ul {
  color: #3c4238;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.policy-doc ul li {
  margin-bottom: .35rem;
}

/* ==========================================================================
   CSR page
   ========================================================================== */

.csr-intro {
  background-color: var(--gb-cream);
}

.csr-intro p {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: #000000;
  /* line-height: 1.8; */
}

.csr-intro-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.csr-feature-row {
  margin-bottom: 3.5rem;
}

.csr-feature-row:last-child {
  margin-bottom: 0;
}

.csr-feature-img {
  border-radius: var(--gb-radius);
  overflow: hidden;
  height: 100%;
}

.csr-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 260px;
}

.csr-feature-text h3 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.csr-feature-text p {
  color: #000000;
  line-height: 1.75;
  margin: 0;
  font-size: 20px;
}

.csr-split-section {
  display: flex;
  flex-wrap: wrap;
}

.csr-split-block {
  flex: 1 1 50%;
  padding: 5rem 5rem;
  color: #fff;
}

.csr-split-block h3 {
  color: #fff;
  font-size: 2.7rem;
  margin-bottom: 1.1rem;
}

.csr-split-block p {
  margin: 0;
  font-size: 20px;
}

.csr-split-gold {
  background-color: var(--gb-gold);
}

.csr-split-green {
  background-color: var(--gb-green);
}

@media (max-width: 767.98px) {
  .csr-split-block {
    flex: 1 1 100%;
    padding: 3rem 1.75rem;
  }
}

/* ==========================================================================
   Lead text (centered intro paragraph)
   ========================================================================== */

.lead-text-section {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.lead-text {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  color: #444b41;
  /* line-height: 1.8; */
}

/* ==========================================================================
   Mission & Vision / accordion
   ========================================================================== */

.mission-section {
  background-color: var(--gb-gray-light);
}

.mv-text {
  color: #4a5048;
  line-height: 1.7;
}

.gb-accordion .accordion-item {
  border: 1px solid #e2e4de;
  border-radius: var(--gb-radius) !important;
  overflow: hidden;
  margin-bottom: 1rem;
}

.gb-accordion .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  color: var(--gb-text);
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
}

.gb-accordion .accordion-button:not(.collapsed) {
  background-color: var(--gb-green);
  color: #fff;
}

.gb-accordion .accordion-button:focus {
  box-shadow: none;
}

.gb-accordion .accordion-button::after {
  filter: none;
}

.gb-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(2);
}

.gb-accordion .accordion-body {
  color: #4a5048;
  font-size: .93rem;
  line-height: 1.7;
  background-color: #fff;
}

/* ==========================================================================
   Our Values
   ========================================================================== */

.values-section {
  background-color: var(--gb-gray-light);
}

.value-card {
  background-color: var(--gb-green);
  border-radius: var(--gb-radius);
  padding: 2rem 1.5rem;
  height: 100%;
  text-align: center;
}

.value-card h3 {
  color: var(--gb-gold-light);
  font-size: 1.05rem;
  margin-bottom: .9rem;
}

.value-card p {
  color: rgba(255, 255, 255, .85);
  font-size: .88rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/* ==========================================================================
   Our History
   ========================================================================== */

.history-content {
  text-align: justify;
}

.history-content p {
  color: #4a5048;
  line-height: 1.8;
  font-size: .97rem;
}

/* ==========================================================================
   About / Intro
   ========================================================================== */

.about-logo-card {
  border-radius: var(--gb-radius-lg);
}

.about-logo-card img {
  max-width: 260px;
}

.about-text {
  color: #4a5048;
  line-height: 1.7;
}

/* ==========================================================================
   What We Do
   ========================================================================== */

.what-we-do {
  background-color: var(--gb-green);
  position: relative;
}

/* .wwd-grid {
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-left: 1px solid rgba(255, 255, 255, .15);
} */



.wwd-item {
  border-right: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding: 2.5rem 2rem;
  color: rgba(255, 255, 255, .8);
}

.wwd-icon {
  font-size: 2.1rem;
  color: var(--gb-gold-light);
  margin-bottom: 1rem;
  display: block;
}

.wwd-item h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: .75rem;
}

.wwd-item p {
  font-size: .92rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.wwd-item2 {
  border-right: 1px solid rgba(255, 255, 255, .15);
  padding: 2.5rem 2rem;
  color: rgba(255, 255, 255, .8);
}

.wwd-item3 {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding: 2.5rem 2rem;
  color: rgba(255, 255, 255, .8);
}

/* ==========================================================================
   News
   ========================================================================== */

.news-card {
  height: 100%;
  /* border: 1px solid #eee; */
  border-radius: var(--gb-radius);
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

.news-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}

.news-card-img {
  height: 190px;
  background-color: var(--gb-gray-light);
  overflow: hidden;
}

.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Pagination ---------- */
.gb-pagination .page-link,
main .pagination .page-link {
  border: none;
  color: var(--gb-green);
  font-weight: 600;
  margin: 0 .2rem;
  border-radius: 8px;
  padding: .5rem .9rem;
  box-shadow: none;
}

.gb-pagination .page-item.active .page-link,
main .pagination .page-item.active .page-link {
  background-color: var(--gb-green);
  border-color: var(--gb-green);
  color: #fff;
}

.gb-pagination .page-item.disabled .page-link,
main .pagination .page-item.disabled .page-link {
  color: #b7bcb1;
  background: transparent;
}

.gb-pagination .page-link:hover,
main .pagination .page-link:hover {
  background-color: var(--gb-gray-light);
  color: var(--gb-green);
}

.news-card-body {
  padding: 1.4rem;
}

.news-tag {
  color: var(--gb-green);
  font-size: .8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.news-card-body h3 {
  font-size: 1.05rem;
  line-height: 1.45;
  margin: .6rem 0 1rem;
  color: var(--gb-text);
  font-weight: 600;
}

.news-card-img-link {
  display: block;
}

.news-card-title-link {
  color: inherit;
}

.news-card-title-link:hover {
  color: var(--gb-green);
}

/* ==========================================================================
   CEO Message
   ========================================================================== */

.ceo-section {
  background-color: var(--gb-gray-light);
}

.ceo-photo {
  height: 100%;
  border-radius: var(--gb-radius-lg);
  overflow: hidden;
  background-color: #d9d9d4;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ceo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ceo-message-card {
  background-color: var(--gb-green);
  border-radius: var(--gb-radius-lg);
  padding: 2.5rem;
  color: rgba(255, 255, 255, .9);
}

.ceo-message-card h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.ceo-message-card p {
  font-size: .85rem;
  line-height: 1.7;
  text-align: justify;
}

.ceo-signature {
  margin-top: 1.5rem;
  margin-bottom: .1rem;
  font-weight: 700;
  color: #fff;
}

.ceo-title {
  font-size: .85rem;
  color: rgba(255, 255, 255, .75);
}

/* ==========================================================================
   CTA
   ========================================================================== */

.cta-section {
  background-color: var(--gb-gray-dark);
  position: relative;
  overflow: hidden;
}

.cta-section-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .6);
}

.cta-section .container {
  position: relative;
  z-index: 2;
}

.cta-title {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 6rem);
  margin-bottom: 1.25rem;
}

.cta-text {
  color: rgba(255, 255, 255, .85);
  max-width: 640px;
  margin-bottom: 2rem;
  font-size: 18px;
}

/* ==========================================================================
   Press Release
   ========================================================================== */

.press-card {
  display: block;
  background-color: var(--gb-gray-light);
  border-radius: var(--gb-radius);
  padding: 1.5rem;
  height: 100%;
  color: inherit;
  transition: box-shadow .25s ease, transform .25s ease;
}

.press-card:hover {
  color: inherit;
  transform: translateY(-2px);
  border-bottom: 4px solid green;
  /* box-shadow: 0 10px 18px -8px rgba(27, 77, 52, .45); */
}

.press-date {
  font-size: .9rem;
  color: var(--gb-gold);
  font-weight: 500;
}

.press-icon {
  color: var(--gb-gold);
  font-size: 2.1rem;
}

.press-title {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--gb-green);
  line-height: 1.3;
}

.contract-title {
  color: var(--gb-green);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
  margin-bottom: 0;
}

/* ---------- Report cover cards ---------- */

.report-card {
  border: 1px solid #ececec;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

.report-item:hover .report-card {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .1);
}

.report-cover-top {
  background-color: #fff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-cover-top img {
  height: 46px;
}

.report-cover-body {
  position: relative;
  background-color: var(--gb-green);
  color: #fff;
  padding: 2rem 1.5rem 3rem;
  min-height: 340px;
  overflow: hidden;
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, .04) 0, rgba(255, 255, 255, .04) 2px, transparent 2px, transparent 10px);
  background-position: bottom;
  background-size: 100% 45%;
  background-repeat: no-repeat;
}

.report-cover-body .report-title {
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 0;
}

.report-cover-body .report-title-light {
  font-weight: 500;
  display: block;
}

.report-divider {
  width: 56px;
  height: 3px;
  background-color: var(--gb-gold);
  margin: .9rem 0 1rem;
}

.report-period {
  font-size: .78rem;
  color: rgba(255, 255, 255, .85);
}

.report-url {
  position: absolute;
  bottom: 1rem;
  right: 1.25rem;
  font-size: .65rem;
  color: rgba(255, 255, 255, .55);
}

.report-download {
  color: var(--gb-text);
  font-weight: 700;
  font-size: .95rem;
  margin-top: 1rem;
  transition: color .2s ease;
}

.report-item:hover .report-download {
  color: var(--gb-gold);
}

.report-item img {
  border: 1px solid #e4e4e4;
}

.report-item:hover img {
  background-color: #ececea;
}

/* ==========================================================================
   License Registry
   ========================================================================== */

.center {
  justify-content: center;
}

.license-filter-btn {
  background-color: var(--gb-green);
  color: #fff;
  border: 1px solid var(--gb-green);
  border-radius: 50px;
  padding: .65rem 1.5rem;
  font-weight: 600;
  font-size: .9rem;
}

.license-filter-btn:hover,
.license-filter-btn.active {
  background-color: #fff;
  color: var(--gb-green);
}

.license-toolbar .dt-buttons {
  display: flex;
  gap: 1rem;
}

.license-toolbar .dt-button {
  background: none !important;
  border: none !important;
  color: var(--gb-text) !important;
  font-weight: 600;
  font-size: .9rem;
  padding: .3rem .4rem !important;
  box-shadow: none !important;
}

.license-toolbar .dt-button:hover {
  color: var(--gb-green) !important;
}

.license-table-wrap .dataTables_length,
.license-table-wrap .dataTables_filter,
.license-table-wrap .dataTables_info {
  font-size: .9rem;
  color: var(--gb-text);
}

.license-table-wrap .dataTables_length select,
.license-table-wrap .dataTables_filter input,
.license-table-wrap .filter-row input {
  border: 1px solid #e2e4de;
  border-radius: 8px;
  padding: .4rem .6rem;
  font-size: .85rem;
}

.license-table-wrap .dataTables_filter input {
  margin-left: .5rem;
}

.license-table-wrap table.dataTable thead th {
  background-color: var(--gb-gray-light);
  color: var(--gb-text);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  border-bottom: none;
  white-space: nowrap;
}

.license-table-wrap table.dataTable tbody tr:nth-child(odd) {
  background-color: var(--gb-gray-light);
}

.license-table-wrap table.dataTable td {
  font-size: .88rem;
  color: var(--gb-text);
  vertical-align: middle;
}

.license-table-wrap .filter-row th {
  padding-top: .5rem;
  padding-bottom: .75rem;
  background-color: #fff;
}

.license-table-wrap .filter-row input {
  width: 100%;
}

.license-table-wrap .filter-row .date-range {
  display: flex;
  gap: .35rem;
}

.license-table-wrap .pagination .page-link {
  border-radius: 6px;
  margin: 0 2px;
  color: var(--gb-green);
}

.license-table-wrap .pagination .page-link:hover {
  background-color: var(--gb-gray-light);
  color: var(--gb-green);
}

.license-table-wrap .pagination .page-item.active .page-link {
  background-color: var(--gb-green);
  border-color: var(--gb-green);
  color: #fff;
}

.license-table-wrap .pagination .page-item.disabled .page-link {
  color: #b7bcb1;
}

/* ==========================================================================
   Licensing page
   ========================================================================== */

.license-cat-card {
  display: block;
  height: 100%;
  border-radius: var(--gb-radius);
  overflow: hidden;
}

.license-cat-img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.license-cat-body {
  background-color: var(--gb-gray-light);
  padding: 1.5rem;
  min-height: 90px;
}

.license-cat-body2 {
  background-color: white;
  padding: 1.5rem;
  min-height: 90px;
}

.license-cat-body h3 {
  color: var(--gb-green);
  font-size: 1.05rem;
  margin: 0;
  transition: color .2s ease;
}

.license-cat-card:hover .license-cat-body h3 {
  color: var(--gb-gold);
}

.license-cat-card.license-cat-plain .license-cat-body {
  min-height: 100%;
  display: flex;
  align-items: center;
}

.coming-soon-section {
  background-color: var(--gb-gray-light);
}

.coming-soon-card {
  background-color: #fff;
  border-radius: var(--gb-radius);
  overflow: hidden;
  height: 100%;
}

.coming-soon-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.coming-soon-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coming-soon-body {
  padding: 1.25rem 1.5rem;
  min-height: 68px;
}

.coming-soon-body h3 {
  color: var(--gb-green);
  font-size: 1.05rem;
  margin: 0;
}

/* ==========================================================================
   License detail page (e.g. Aggregator License)
   ========================================================================== */

.license-detail-hero {
  background-color: #fff;
  padding: 3rem 0;
}

.license-detail-title {
  color: var(--gb-green);
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 1rem 0 0;
}

.license-detail-desc {
  color: #4a5048;
  font-size: 18px;
  line-height: 1.7;
}



.license-detail-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.btn-circle-outline {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--gb-green);
  color: var(--gb-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-circle-outline:hover {
  background-color: var(--gb-green);
  color: #fff;
}

.license-detail-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.license-req-section {
  background-color: var(--gb-green);
}

.license-req-section .section-title {
  color: #fff;
}

.req-note {
  color: rgba(255, 255, 255, .9);
  font-size: .9rem;
  line-height: 1.7;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.req-note strong {
  color: #fff;
}

.btn-white-pill {
  display: inline-block;
  background-color: #fff;
  color: var(--gb-green);
  border-radius: 50px;
  padding: .75rem 2.25rem;
  font-weight: 700;
  border: none;
}

.btn-white-pill:hover {
  background-color: var(--gb-gray-light);
  color: var(--gb-green);
}

.gb-accordion-flat .accordion-item {
  border: none;
  border-radius: 8px;
  margin-bottom: .85rem;
  overflow: hidden;
}

.gb-accordion-flat .accordion-button {
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--gb-green);
  box-shadow: none;
  padding: 1.125rem 1.25rem;
}

.gb-accordion-flat .accordion-body {
  color: #000000;
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
}

.gb-accordion-flat-white .accordion-button,
.gb-accordion-flat-white .accordion-body {
  background-color: #fff;
}

.gb-accordion-flat-gray .accordion-button,
.gb-accordion-flat-gray .accordion-body {
  background-color: var(--gb-gray-light);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.gb-footer {
  background-color: var(--gb-green-darker);
  color: rgba(255, 255, 255, .8);
  padding-top: 4rem;
}

.gb-footer h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
}

.gb-footer p {
  font-size: .9rem;
  line-height: 1.7;
}

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

.gb-footer ul li {
  margin-bottom: .75rem;
  font-size: .9rem;
}

.gb-footer ul li a {
  color: rgba(255, 255, 255, .8);
}

.gb-footer ul li a:hover {
  color: var(--gb-gold-light);
}

.gb-footer .contact-item {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.gb-footer .contact-item i {
  color: var(--gb-gold);
  margin-top: .2rem;
}

.gb-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 2.5rem;
  padding: 1.5rem 0;
  font-size: .85rem;
}

.social-icons {
  display: flex;
  gap: .6rem;
}

.social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.social-icons a:hover {
  background-color: var(--gb-gold);
  border-color: var(--gb-gold);
  color: var(--gb-green-darker);
}

/* ==========================================================================
   WhatsApp floating button
   ========================================================================== */

.whatsapp-fab {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  z-index: 1000;
}

.whatsapp-fab:hover {
  color: #fff;
  filter: brightness(1.05);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991.98px) {
  .wwd-grid {
    border-left: none;
  }

  .wwd-item {
    border-left: 1px solid rgb(255 255 255 / 0%);
    border-right: 1px solid rgb(255 255 255 / 0%);
  }

  .wwd-item2 {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 2.5rem 2rem;
    color: rgba(255, 255, 255, .8);
    border-right: 1px solid rgb(255 255 255 / 0%)
  }



  .py-lg-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero {
    height: 85vh;
  }

  .news-header {
    row-gap: .5rem;
  }
}

/*  */

.wg {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(39, 86, 42, 1) 50%);

}

.wgimages {
  width: 1100vw;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 12px 0px 0px 12px;
  height: 375px;
}

/* ==========================================================================
  on phone optimisation */


@media (max-width: 767.98px) {
  .gold-price-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .gold-price-date {
    color: var(--gb-gold);
    font-weight: 800;
    text-align: center;
    font-size: 20px;
    margin-top: .5rem;
  }

  .gold-price-value {
    color: var(--gb-text);
    font-weight: 800;
    font-size: 19px;
  }

  .gold-price-modal .modal-content {
    background-color: var(--gb-green);
    border: none;
    border-radius: var(--gb-radius-lg);
    padding: 1.5rem 0px;
  }

  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 2.5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
  }

  .wwd-item {
    padding: 2rem 1rem;
    color: rgba(255, 255, 255, .8);
  }

  .wwd-item3 {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 2.5rem 1rem;
    color: rgba(255, 255, 255, .8);
  }

  .wwd-item2 {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 2.5rem 1rem;
    color: rgba(255, 255, 255, .8);
  }

  .section-title {
    font-size: 2.125rem;
    line-height: 1.1;
    font-weight: 700;
  }

  .ceo-message-card {
    background-color: var(--gb-green);
    border-radius: var(--gb-radius-lg);
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, .9);
  }

  .page-hero-title {
    color: #fff;
    font-size: clamp(2.3rem, 4vw, 3rem);
    font-weight: 800;
    margin: 1.25rem 0 0;
  }

  .section-title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
  }



}


.post-content {
  text-align: justify;
}