/* ============================================================
   ✅ THEME: Gold Trust (Award Trust)
============================================================ */
.themeGoldTrust .projTag{
  background: rgba(199,160,74,0.22);
  border-color: rgba(199,160,74,0.32);
}

.themeGoldTrust .projTitle span{
  color: rgba(199,160,74,1);
}

.themeGoldTrust .projNavLink.active{
  background: rgba(199,160,74,1);
  color: #fff;
}

.themeGoldTrust .projListGlass{
  background: rgba(199,160,74,0.08);
  border-color: rgba(199,160,74,0.18);
}

.themeGoldTrust .projListGlass h4{
  color: rgba(199,160,74,1);
}

.themeGoldTrust .focusCard{
  background: rgba(199,160,74,0.07);
  border-color: rgba(199,160,74,0.20);
}

.themeGoldTrust .focusCard:hover{
  box-shadow: 0 26px 65px rgba(199,160,74,0.15);
}

.themeGoldTrust .projContactSection{
  background: rgba(199,160,74,0.07);
}
